public class GetCloudFrontOriginAccessIdentityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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 request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public GetCloudFrontOriginAccessIdentityRequest()
public GetCloudFrontOriginAccessIdentityRequest(String id)
id
- The identity's id.public void setId(String id)
id
- The identity's id.public String getId()
public GetCloudFrontOriginAccessIdentityRequest withId(String 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.