public class UpdateCloudFrontOriginAccessIdentityResult extends Object implements Serializable, Cloneable
| Constructor and Description | 
|---|
| UpdateCloudFrontOriginAccessIdentityResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateCloudFrontOriginAccessIdentityResult | clone() | 
| boolean | equals(Object obj) | 
| CloudFrontOriginAccessIdentity | getCloudFrontOriginAccessIdentity()The origin access identity's information. | 
| String | getETag()The current version of the configuration. | 
| int | hashCode() | 
| void | setCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)The origin access identity's information. | 
| void | setETag(String eTag)The current version of the configuration. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| UpdateCloudFrontOriginAccessIdentityResult | withCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)The origin access identity's information. | 
| UpdateCloudFrontOriginAccessIdentityResult | withETag(String eTag)The current version of the configuration. | 
public UpdateCloudFrontOriginAccessIdentityResult()
public void setCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
cloudFrontOriginAccessIdentity - The origin access identity's information.public CloudFrontOriginAccessIdentity getCloudFrontOriginAccessIdentity()
public UpdateCloudFrontOriginAccessIdentityResult withCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
cloudFrontOriginAccessIdentity - The origin access identity's information.public void setETag(String eTag)
eTag - The current version of the configuration. For example:
        E2QWRUHAPOMQZL.public String getETag()
public UpdateCloudFrontOriginAccessIdentityResult withETag(String eTag)
eTag - The current version of the configuration. For example:
        E2QWRUHAPOMQZL.public String toString()
toString in class ObjectObject.toString()public UpdateCloudFrontOriginAccessIdentityResult clone()
Copyright © 2016. All rights reserved.