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()
boolean
An identity pool ID in the format REGION:GUID.getRoles()
The map of roles associated with this pool.int
hashCode()
void
setIdentityPoolId
(String identityPoolId) An identity pool ID in the format REGION:GUID.void
The 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
The map of roles associated with this pool. Currently only authenticated and unauthenticated roles are supported.
- Returns:
- The map of roles associated with this pool. Currently only authenticated and unauthenticated roles are supported.
-
setRoles
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.
-
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-