public class GetCloudFrontOriginAccessIdentityRequest extends AmazonWebServiceRequest
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 |
---|---|
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.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
Copyright © 2015. All rights reserved.