public class GetCloudFrontOriginAccessIdentityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
GetCloudFrontOriginAccessIdentity operation.
 Get the information about an origin access identity.
NOOP| Constructor and Description | 
|---|
GetCloudFrontOriginAccessIdentityRequest()
Default constructor for a new GetCloudFrontOriginAccessIdentityRequest object. 
 | 
GetCloudFrontOriginAccessIdentityRequest(String id)
Constructs a new GetCloudFrontOriginAccessIdentityRequest object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GetCloudFrontOriginAccessIdentityRequest | 
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; useful for testing and
 debugging. 
 | 
GetCloudFrontOriginAccessIdentityRequest | 
withId(String id)
The identity's id. 
 | 
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic GetCloudFrontOriginAccessIdentityRequest()
public GetCloudFrontOriginAccessIdentityRequest(String id)
id - The identity's id.public String getId()
public void setId(String id)
id - The identity's id.public GetCloudFrontOriginAccessIdentityRequest withId(String id)
Returns a reference to this object so that method calls can be chained together.
id - The identity's id.public String toString()
toString in class ObjectObject.toString()public GetCloudFrontOriginAccessIdentityRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.