@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCloudFrontOriginAccessIdentityConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The returned result of the corresponding request.
| Constructor and Description |
|---|
GetCloudFrontOriginAccessIdentityConfigResult () |
| Modifier and Type | Method and Description |
|---|---|
GetCloudFrontOriginAccessIdentityConfigResult |
clone () |
boolean |
equals (Object obj) |
CloudFrontOriginAccessIdentityConfig |
getCloudFrontOriginAccessIdentityConfig ()
The origin access identity's configuration information.
|
String |
getETag ()
The current version of the configuration.
|
int |
hashCode () |
void |
setCloudFrontOriginAccessIdentityConfig (CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig)
The origin access identity's configuration information.
|
void |
setETag (String eTag)
The current version of the configuration.
|
String |
toString ()
Returns a string representation of this object.
|
GetCloudFrontOriginAccessIdentityConfigResult |
withCloudFrontOriginAccessIdentityConfig (CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig)
The origin access identity's configuration information.
|
GetCloudFrontOriginAccessIdentityConfigResult |
withETag (String eTag)
The current version of the configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public GetCloudFrontOriginAccessIdentityConfigResult()
public void setCloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig)
The origin access identity's configuration information.
cloudFrontOriginAccessIdentityConfig - The origin access identity's configuration information.public CloudFrontOriginAccessIdentityConfig getCloudFrontOriginAccessIdentityConfig()
The origin access identity's configuration information.
public GetCloudFrontOriginAccessIdentityConfigResult withCloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig)
The origin access identity's configuration information.
cloudFrontOriginAccessIdentityConfig - The origin access identity's configuration information.public void setETag(String eTag)
The current version of the configuration. For example: E2QWRUHAPOMQZL.
eTag - The current version of the configuration. For example: E2QWRUHAPOMQZL.public String getETag()
The current version of the configuration. For example: E2QWRUHAPOMQZL.
E2QWRUHAPOMQZL.public GetCloudFrontOriginAccessIdentityConfigResult withETag(String eTag)
The current version of the configuration. For example: E2QWRUHAPOMQZL.
eTag - The current version of the configuration. For example: E2QWRUHAPOMQZL.public String toString()
toString in class Object Object.toString() public GetCloudFrontOriginAccessIdentityConfigResult clone()