public class GetOpenIdTokenForDeveloperIdentityResult extends Object implements Serializable
Returned in response to a successful
GetOpenIdTokenForDeveloperIdentity
request.
Constructor and Description |
---|
GetOpenIdTokenForDeveloperIdentityResult() |
Modifier and Type | Method and Description |
---|---|
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()
A unique identifier in the format REGION:GUID.
Constraints:
Length: 1 - 55
Pattern: [\w-]+:[0-9a-f-]+
A unique identifier in the format REGION:GUID.
public void setIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
Constraints:
Length: 1 - 55
Pattern: [\w-]+:[0-9a-f-]+
identityId
- A unique identifier in the format REGION:GUID.
public GetOpenIdTokenForDeveloperIdentityResult withIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 55
Pattern: [\w-]+:[0-9a-f-]+
identityId
- A unique identifier in the format REGION:GUID.
public String getToken()
An OpenID token.
An OpenID token.
public void setToken(String token)
An OpenID token.
token
- An OpenID token.
public GetOpenIdTokenForDeveloperIdentityResult withToken(String token)
An OpenID 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()
Copyright © 2019. All rights reserved.