@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCloudFrontOriginAccessIdentityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request to get an origin access identity's information.
NOOP
Constructor and Description |
---|
GetCloudFrontOriginAccessIdentityRequest()
Default constructor for GetCloudFrontOriginAccessIdentityRequest object.
|
GetCloudFrontOriginAccessIdentityRequest(String id)
Constructs a new GetCloudFrontOriginAccessIdentityRequest object.
|
Modifier and Type | Method and Description |
---|---|
GetCloudFrontOriginAccessIdentityRequest |
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.
|
GetCloudFrontOriginAccessIdentityRequest |
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 GetCloudFrontOriginAccessIdentityRequest()
public GetCloudFrontOriginAccessIdentityRequest(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 GetCloudFrontOriginAccessIdentityRequest withId(String id)
The identity's ID.
id
- The identity's ID.public String toString()
toString
in class Object
Object.toString()
public GetCloudFrontOriginAccessIdentityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.