@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetIdResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Returned in response to a GetId request.
Constructor and Description |
---|
GetIdResult() |
Modifier and Type | Method and Description |
---|---|
GetIdResult |
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.
|
GetIdResult |
withIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
identityId
- A unique identifier in the format REGION:GUID.public String getIdentityId()
A unique identifier in the format REGION:GUID.
public GetIdResult withIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
identityId
- A unique identifier in the format REGION:GUID.public String toString()
toString
in class Object
Object.toString()
public GetIdResult clone()