public class GetIdResult extends Object implements Serializable, Cloneable
| 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; useful for testing and
debugging.
|
GetIdResult |
withIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
|
public void setIdentityId(String identityId)
identityId - A unique identifier in the format REGION:GUID.public String getIdentityId()
public GetIdResult withIdentityId(String identityId)
identityId - A unique identifier in the format REGION:GUID.public String toString()
toString in class ObjectObject.toString()public GetIdResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.