Class GetOpenIdTokenForDeveloperIdentityResult
java.lang.Object
com.amazonaws.services.cognitoidentity.model.GetOpenIdTokenForDeveloperIdentityResult
- All Implemented Interfaces:
Serializable,Cloneable
public class GetOpenIdTokenForDeveloperIdentityResult
extends Object
implements Serializable, Cloneable
Returned in response to a successful
GetOpenIdTokenForDeveloperIdentity request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA unique identifier in the format REGION:GUID.getToken()An OpenID token.inthashCode()voidsetIdentityId(String identityId) A unique identifier in the format REGION:GUID.voidAn OpenID token.toString()Returns a string representation of this object; useful for testing and debugging.withIdentityId(String identityId) A unique identifier in the format REGION:GUID.An OpenID token.
-
Constructor Details
-
GetOpenIdTokenForDeveloperIdentityResult
public GetOpenIdTokenForDeveloperIdentityResult()
-
-
Method Details
-
setIdentityId
A unique identifier in the format REGION:GUID.
- Parameters:
identityId- A unique identifier in the format REGION:GUID.
-
getIdentityId
A unique identifier in the format REGION:GUID.
- Returns:
- A unique identifier in the format REGION:GUID.
-
withIdentityId
A unique identifier in the format REGION:GUID.
- Parameters:
identityId- A unique identifier in the format REGION:GUID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setToken
An OpenID token.
- Parameters:
token- An OpenID token.
-
getToken
An OpenID token.
- Returns:
- An OpenID token.
-
withToken
An OpenID token.
- Parameters:
token- An OpenID token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-