public class CreateCloudFrontOriginAccessIdentityResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateCloudFrontOriginAccessIdentityResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateCloudFrontOriginAccessIdentityResult |
clone() |
boolean |
equals(Object obj) |
CloudFrontOriginAccessIdentity |
getCloudFrontOriginAccessIdentity() |
String |
getETag() |
String |
getLocation() |
int |
hashCode() |
void |
setCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity) |
void |
setETag(String eTag) |
void |
setLocation(String location) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateCloudFrontOriginAccessIdentityResult |
withCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity) |
CreateCloudFrontOriginAccessIdentityResult |
withETag(String eTag) |
CreateCloudFrontOriginAccessIdentityResult |
withLocation(String location) |
public CreateCloudFrontOriginAccessIdentityResult()
public void setCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
cloudFrontOriginAccessIdentity - public CloudFrontOriginAccessIdentity getCloudFrontOriginAccessIdentity()
public CreateCloudFrontOriginAccessIdentityResult withCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
cloudFrontOriginAccessIdentity - public void setLocation(String location)
location - public String getLocation()
public CreateCloudFrontOriginAccessIdentityResult withLocation(String location)
location - public void setETag(String eTag)
eTag - public String getETag()
public CreateCloudFrontOriginAccessIdentityResult withETag(String eTag)
eTag - public String toString()
toString in class ObjectObject.toString()public CreateCloudFrontOriginAccessIdentityResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.