@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 CloudFrontOriginAccessIdentityConfigComplexType.
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()
Creates a shallow clone of this object for all fields except the handler context.
|
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; useful for testing and debugging.
|
GetCloudFrontOriginAccessIdentityConfigRequest |
withId(String id)
The identity's ID.
|
addHandlerContext, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public GetCloudFrontOriginAccessIdentityConfigRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.