@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() |
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, copyBaseTo, 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()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.