@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCloudFrontOriginAccessIdentityResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The returned result of the corresponding request.
| Constructor and Description | 
|---|
| GetCloudFrontOriginAccessIdentityResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetCloudFrontOriginAccessIdentityResult | clone() | 
| boolean | equals(Object obj) | 
| CloudFrontOriginAccessIdentity | getCloudFrontOriginAccessIdentity()
 The origin access identity's information. | 
| String | getETag()
 The current version of the origin access identity's information. | 
| int | hashCode() | 
| void | setCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
 The origin access identity's information. | 
| void | setETag(String eTag)
 The current version of the origin access identity's information. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| GetCloudFrontOriginAccessIdentityResult | withCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
 The origin access identity's information. | 
| GetCloudFrontOriginAccessIdentityResult | withETag(String eTag)
 The current version of the origin access identity's information. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic GetCloudFrontOriginAccessIdentityResult()
public void setCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
The origin access identity's information.
cloudFrontOriginAccessIdentity - The origin access identity's information.public CloudFrontOriginAccessIdentity getCloudFrontOriginAccessIdentity()
The origin access identity's information.
public GetCloudFrontOriginAccessIdentityResult withCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
The origin access identity's information.
cloudFrontOriginAccessIdentity - The origin access identity's information.public void setETag(String eTag)
 The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.
 
eTag - The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.public String getETag()
 The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.
 
E2QWRUHAPOMQZL
         .public GetCloudFrontOriginAccessIdentityResult withETag(String eTag)
 The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.
 
eTag - The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.public String toString()
toString in class ObjectObject.toString()public GetCloudFrontOriginAccessIdentityResult clone()
Copyright © 2017. All rights reserved.