ToCopyableBuilder<GetIdentityPoolRolesResponse.Builder,GetIdentityPoolRolesResponse>
@Generated("software.amazon.awssdk:codegen") public class GetIdentityPoolRolesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetIdentityPoolRolesResponse.Builder,GetIdentityPoolRolesResponse>
Returned in response to a successful GetIdentityPoolRoles
operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetIdentityPoolRolesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetIdentityPoolRolesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
identityPoolId() |
An identity pool ID in the format REGION:GUID.
|
Map<String,RoleMapping> |
roleMappings() |
How users for a specific identity provider are to mapped to roles.
|
Map<String,String> |
roles() |
The map of roles associated with this pool.
|
static Class<? extends GetIdentityPoolRolesResponse.Builder> |
serializableBuilderClass() |
|
GetIdentityPoolRolesResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String identityPoolId()
An identity pool ID in the format REGION:GUID.
public Map<String,String> roles()
The map of roles associated with this pool. Currently only authenticated and unauthenticated roles are supported.
public Map<String,RoleMapping> roleMappings()
How users for a specific identity provider are to mapped to roles. This is a String-to-RoleMapping object map. The string identifies the identity provider, for example, "graph.facebook.com" or "cognito-idp-east-1.amazonaws.com/us-east-1_abcdefghi:app_client_id".
public GetIdentityPoolRolesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetIdentityPoolRolesResponse.Builder,GetIdentityPoolRolesResponse>
public static GetIdentityPoolRolesResponse.Builder builder()
public static Class<? extends GetIdentityPoolRolesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.