Class GetCredentialsForIdentityResult
java.lang.Object
com.amazonaws.services.cognitoidentity.model.GetCredentialsForIdentityResult
- All Implemented Interfaces:
Serializable
,Cloneable
Returned in response to a successful GetCredentialsForIdentity
operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Credentials for the provided identity ID.A unique identifier in the format REGION:GUID.int
hashCode()
void
setCredentials
(Credentials credentials) Credentials for the provided identity ID.void
setIdentityId
(String identityId) A unique identifier in the format REGION:GUID.toString()
Returns a string representation of this object; useful for testing and debugging.withCredentials
(Credentials credentials) Credentials for the provided identity ID.withIdentityId
(String identityId) A unique identifier in the format REGION:GUID.
-
Constructor Details
-
GetCredentialsForIdentityResult
public GetCredentialsForIdentityResult()
-
-
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.
-
setCredentials
Credentials for the provided identity ID.
- Parameters:
credentials
- Credentials for the provided identity ID.
-
getCredentials
Credentials for the provided identity ID.
- Returns:
- Credentials for the provided identity ID.
-
withCredentials
Credentials for the provided identity ID.
- Parameters:
credentials
- Credentials for the provided identity ID.- 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
-