@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCloudFrontOriginAccessIdentityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request to create a new origin access identity.
NOOP| Constructor and Description | 
|---|
| CreateCloudFrontOriginAccessIdentityRequest()Default constructor for CreateCloudFrontOriginAccessIdentityRequest object. | 
| CreateCloudFrontOriginAccessIdentityRequest(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig)Constructs a new CreateCloudFrontOriginAccessIdentityRequest object. | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateCloudFrontOriginAccessIdentityRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| CloudFrontOriginAccessIdentityConfig | getCloudFrontOriginAccessIdentityConfig()
 The current configuration information for the identity. | 
| int | hashCode() | 
| void | setCloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig)
 The current configuration information for the identity. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| CreateCloudFrontOriginAccessIdentityRequest | withCloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig)
 The current configuration information for the identity. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic CreateCloudFrontOriginAccessIdentityRequest()
public CreateCloudFrontOriginAccessIdentityRequest(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig)
cloudFrontOriginAccessIdentityConfig - The current configuration information for the identity.public void setCloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig)
The current configuration information for the identity.
cloudFrontOriginAccessIdentityConfig - The current configuration information for the identity.public CloudFrontOriginAccessIdentityConfig getCloudFrontOriginAccessIdentityConfig()
The current configuration information for the identity.
public CreateCloudFrontOriginAccessIdentityRequest withCloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig)
The current configuration information for the identity.
cloudFrontOriginAccessIdentityConfig - The current configuration information for the identity.public String toString()
toString in class ObjectObject.toString()public CreateCloudFrontOriginAccessIdentityRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.