public class GetOpenIdTokenResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
GetOpenIdTokenResult() |
| Modifier and Type | Method and Description |
|---|---|
GetOpenIdTokenResult |
clone() |
boolean |
equals(Object obj) |
String |
getIdentityId()
A unique identifier in the format REGION:GUID.
|
String |
getToken()
An OpenID token, valid for 15 minutes.
|
int |
hashCode() |
void |
setIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
|
void |
setToken(String token)
An OpenID token, valid for 15 minutes.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetOpenIdTokenResult |
withIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
|
GetOpenIdTokenResult |
withToken(String token)
An OpenID token, valid for 15 minutes.
|
public void setIdentityId(String identityId)
identityId - A unique identifier in the format REGION:GUID. Note that the
IdentityId returned may not match the one passed on input.public String getIdentityId()
public GetOpenIdTokenResult withIdentityId(String identityId)
identityId - A unique identifier in the format REGION:GUID. Note that the
IdentityId returned may not match the one passed on input.public void setToken(String token)
token - An OpenID token, valid for 15 minutes.public String getToken()
public GetOpenIdTokenResult withToken(String token)
token - An OpenID token, valid for 15 minutes.public String toString()
toString in class ObjectObject.toString()public GetOpenIdTokenResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.