@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetOpenIdTokenForDeveloperIdentityResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetOpenIdTokenForDeveloperIdentityResult()
public void setIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
identityId
- A unique identifier in the format REGION:GUID.public String getIdentityId()
A unique identifier in the format REGION:GUID.
public GetOpenIdTokenForDeveloperIdentityResult withIdentityId(String identityId)
A unique identifier in the format REGION:GUID.
identityId
- A unique identifier in the format REGION:GUID.public void setToken(String token)
An OpenID token.
token
- An OpenID token.public String getToken()
An OpenID token.
public GetOpenIdTokenForDeveloperIdentityResult withToken(String token)
An OpenID token.
token
- An OpenID token.public String toString()
toString
in class Object
Object.toString()
public GetOpenIdTokenForDeveloperIdentityResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.