@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCloudFrontOriginAccessIdentityConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The origin access identity's configuration information. For more information, see CloudFrontOriginAccessIdentityConfig.
NOOP| Constructor and Description | 
|---|
| GetCloudFrontOriginAccessIdentityConfigRequest()Default constructor for GetCloudFrontOriginAccessIdentityConfigRequest object. | 
| GetCloudFrontOriginAccessIdentityConfigRequest(String id)Constructs a new GetCloudFrontOriginAccessIdentityConfigRequest object. | 
| Modifier and Type | Method and Description | 
|---|---|
| GetCloudFrontOriginAccessIdentityConfigRequest | clone() | 
| boolean | equals(Object obj) | 
| String | getId()
 The identity's ID. | 
| int | hashCode() | 
| void | setId(String id)
 The identity's ID. | 
| String | toString()Returns a string representation of this object. | 
| GetCloudFrontOriginAccessIdentityConfigRequest | withId(String id)
 The identity's ID. | 
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic GetCloudFrontOriginAccessIdentityConfigRequest()
public GetCloudFrontOriginAccessIdentityConfigRequest(String id)
id - The identity's ID.public void setId(String id)
The identity's ID.
id - The identity's ID.public String getId()
The identity's ID.
public GetCloudFrontOriginAccessIdentityConfigRequest withId(String id)
The identity's ID.
id - The identity's ID.public String toString()
toString in class ObjectObject.toString()public GetCloudFrontOriginAccessIdentityConfigRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.