public class GetOpenIdTokenForDeveloperIdentityResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Returned in response to a successful
GetOpenIdTokenForDeveloperIdentity
request.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
identityId
A unique identifier in the format REGION:GUID.
|
private java.lang.String |
token
An OpenID token.
|
Constructor and Description |
---|
GetOpenIdTokenForDeveloperIdentityResult() |
Modifier and Type | Method and Description |
---|---|
GetOpenIdTokenForDeveloperIdentityResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getIdentityId()
A unique identifier in the format REGION:GUID.
|
java.lang.String |
getToken()
An OpenID token.
|
int |
hashCode() |
void |
setIdentityId(java.lang.String identityId)
A unique identifier in the format REGION:GUID.
|
void |
setToken(java.lang.String token)
An OpenID token.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetOpenIdTokenForDeveloperIdentityResult |
withIdentityId(java.lang.String identityId)
A unique identifier in the format REGION:GUID.
|
GetOpenIdTokenForDeveloperIdentityResult |
withToken(java.lang.String token)
An OpenID token.
|
private java.lang.String identityId
A unique identifier in the format REGION:GUID.
private java.lang.String token
An OpenID token.
public GetOpenIdTokenForDeveloperIdentityResult()
public void setIdentityId(java.lang.String identityId)
A unique identifier in the format REGION:GUID.
identityId
- A unique identifier in the format REGION:GUID.public java.lang.String getIdentityId()
A unique identifier in the format REGION:GUID.
public GetOpenIdTokenForDeveloperIdentityResult withIdentityId(java.lang.String identityId)
A unique identifier in the format REGION:GUID.
identityId
- A unique identifier in the format REGION:GUID.public void setToken(java.lang.String token)
An OpenID token.
token
- An OpenID token.public java.lang.String getToken()
An OpenID token.
public GetOpenIdTokenForDeveloperIdentityResult withToken(java.lang.String token)
An OpenID token.
token
- An OpenID token.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetOpenIdTokenForDeveloperIdentityResult clone()
clone
in class java.lang.Object