public class DescribeIdentityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeIdentity operation.
Returns metadata related to the given identity, including when the identity was created and any associated linked logins.
You must use AWS Developer credentials to call this API.
NOOP| Constructor and Description |
|---|
DescribeIdentityRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeIdentityRequest |
clone() |
boolean |
equals(Object obj) |
String |
getIdentityId()
A unique identifier in the format REGION:GUID.
|
int |
hashCode() |
void |
setIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeIdentityRequest |
withIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getIdentityId()
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
public void setIdentityId(String identityId)
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityId - A unique identifier in the format REGION:GUID.public DescribeIdentityRequest withIdentityId(String identityId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityId - A unique identifier in the format REGION:GUID.public String toString()
toString in class ObjectObject.toString()public DescribeIdentityRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.