public class GetOpenIdTokenForDeveloperIdentityResult extends Object implements Serializable, Cloneable
Returned in response to a successful
GetOpenIdTokenForDeveloperIdentity
request.
Constructor and Description |
---|
GetOpenIdTokenForDeveloperIdentityResult() |
Modifier and Type | Method and Description |
---|---|
GetOpenIdTokenForDeveloperIdentityResult |
clone() |
boolean |
equals(Object obj) |
String |
getIdentityId()
A unique identifier in the format REGION:GUID.
|
String |
getToken()
An OpenID token.
|
int |
hashCode() |
void |
setIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
|
void |
setToken(String token)
An OpenID token.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetOpenIdTokenForDeveloperIdentityResult |
withIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
|
GetOpenIdTokenForDeveloperIdentityResult |
withToken(String token)
An OpenID token.
|
public GetOpenIdTokenForDeveloperIdentityResult()
public 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 GetOpenIdTokenForDeveloperIdentityResult 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 getToken()
public void setToken(String token)
token
- An OpenID token.public GetOpenIdTokenForDeveloperIdentityResult withToken(String token)
Returns a reference to this object so that method calls can be chained together.
token
- An OpenID token.public String toString()
toString
in class Object
Object.toString()
public GetOpenIdTokenForDeveloperIdentityResult clone()
Copyright © 2015. All rights reserved.