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()The origin access identity's information. | 
| String | getETag()The current version of the origin access identity created. | 
| String | getLocation()The fully qualified URI of the new origin access identity just created. | 
| int | hashCode() | 
| void | setCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)The origin access identity's information. | 
| void | setETag(String eTag)The current version of the origin access identity created. | 
| void | setLocation(String location)The fully qualified URI of the new origin access identity just created. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| CreateCloudFrontOriginAccessIdentityResult | withCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)The origin access identity's information. | 
| CreateCloudFrontOriginAccessIdentityResult | withETag(String eTag)The current version of the origin access identity created. | 
| CreateCloudFrontOriginAccessIdentityResult | withLocation(String location)The fully qualified URI of the new origin access identity just created. | 
public CreateCloudFrontOriginAccessIdentityResult()
public void setCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
cloudFrontOriginAccessIdentity - The origin access identity's information.public CloudFrontOriginAccessIdentity getCloudFrontOriginAccessIdentity()
public CreateCloudFrontOriginAccessIdentityResult withCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
cloudFrontOriginAccessIdentity - The origin access identity's information.public void setLocation(String location)
location - The fully qualified URI of the new origin access identity just
        created. For example:
        https://cloudfront.amazonaws.com/2010-11-01/origin
        -access-identity/cloudfront/E74FTE3AJFJ256A.public String getLocation()
public CreateCloudFrontOriginAccessIdentityResult withLocation(String location)
location - The fully qualified URI of the new origin access identity just
        created. For example:
        https://cloudfront.amazonaws.com/2010-11-01/origin
        -access-identity/cloudfront/E74FTE3AJFJ256A.public void setETag(String eTag)
eTag - The current version of the origin access identity created.public String getETag()
public CreateCloudFrontOriginAccessIdentityResult withETag(String eTag)
eTag - The current version of the origin access identity created.public String toString()
toString in class ObjectObject.toString()public CreateCloudFrontOriginAccessIdentityResult clone()
Copyright © 2016. All rights reserved.