Class GetIdentityPoolRolesResult
java.lang.Object
com.amazonaws.services.cognitoidentity.model.GetIdentityPoolRolesResult
- All Implemented Interfaces:
Serializable, Cloneable
Returned in response to a successful GetIdentityPoolRoles
operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddRolesEntry(String key, String value) Removes all the entries added into Roles.clone()booleanAn identity pool ID in the format REGION:GUID.getRoles()The map of roles associated with this pool.inthashCode()voidsetIdentityPoolId(String identityPoolId) An identity pool ID in the format REGION:GUID.voidThe map of roles associated with this pool.toString()Returns a string representation of this object; useful for testing and debugging.withIdentityPoolId(String identityPoolId) An identity pool ID in the format REGION:GUID.The map of roles associated with this pool.
-
Constructor Details
-
GetIdentityPoolRolesResult
public GetIdentityPoolRolesResult()
-
-
Method Details
-
setIdentityPoolId
An identity pool ID in the format REGION:GUID.
- Parameters:
identityPoolId- An identity pool ID in the format REGION:GUID.
-
getIdentityPoolId
An identity pool ID in the format REGION:GUID.
- Returns:
- An identity pool ID in the format REGION:GUID.
-
withIdentityPoolId
An identity pool ID in the format REGION:GUID.
- Parameters:
identityPoolId- An identity pool ID in the format REGION:GUID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getRoles
-
setRoles
-
withRoles
The map of roles associated with this pool. Currently only authenticated and unauthenticated roles are supported.
- Parameters:
roles- The map of roles associated with this pool. Currently only authenticated and unauthenticated roles are supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addRolesEntry
-
clearRolesEntries
Removes all the entries added into Roles. <p> Returns a reference to this object so that method calls can be chained together. -
toString
-
equals
-
hashCode
-
clone
-