@Generated(value="software.amazon.awssdk:codegen") public final class DescribeIdentityPoolResponse extends CognitoIdentityResponse implements ToCopyableBuilder<DescribeIdentityPoolResponse.Builder,DescribeIdentityPoolResponse>
An object representing an Amazon Cognito identity pool.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeIdentityPoolResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
allowClassicFlow()
Enables or disables the Basic (Classic) authentication flow.
|
Boolean |
allowUnauthenticatedIdentities()
TRUE if the identity pool supports unauthenticated logins.
|
static DescribeIdentityPoolResponse.Builder |
builder() |
List<CognitoIdentityProvider> |
cognitoIdentityProviders()
A list representing an Amazon Cognito user pool and its client ID.
|
String |
developerProviderName()
The "domain" by which Cognito will refer to your users.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasCognitoIdentityProviders()
Returns true if the CognitoIdentityProviders property was specified by the sender (it may be empty), or false if
the sender did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasIdentityPoolTags()
Returns true if the IdentityPoolTags property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasOpenIdConnectProviderARNs()
Returns true if the OpenIdConnectProviderARNs property was specified by the sender (it may be empty), or false if
the sender did not specify the value (it will be empty).
|
boolean |
hasSamlProviderARNs()
Returns true if the SamlProviderARNs property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasSupportedLoginProviders()
Returns true if the SupportedLoginProviders property was specified by the sender (it may be empty), or false if
the sender did not specify the value (it will be empty).
|
String |
identityPoolId()
An identity pool ID in the format REGION:GUID.
|
String |
identityPoolName()
A string that you provide.
|
Map<String,String> |
identityPoolTags()
The tags that are assigned to the identity pool.
|
List<String> |
openIdConnectProviderARNs()
The ARNs of the OpenID Connect providers.
|
List<String> |
samlProviderARNs()
An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeIdentityPoolResponse.Builder> |
serializableBuilderClass() |
Map<String,String> |
supportedLoginProviders()
Optional key:value pairs mapping provider names to provider app IDs.
|
DescribeIdentityPoolResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String identityPoolId()
An identity pool ID in the format REGION:GUID.
public final String identityPoolName()
A string that you provide.
public final Boolean allowUnauthenticatedIdentities()
TRUE if the identity pool supports unauthenticated logins.
public final Boolean allowClassicFlow()
Enables or disables the Basic (Classic) authentication flow. For more information, see Identity Pools (Federated Identities) Authentication Flow in the Amazon Cognito Developer Guide.
public final boolean hasSupportedLoginProviders()
public final Map<String,String> supportedLoginProviders()
Optional key:value pairs mapping provider names to provider app IDs.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSupportedLoginProviders() to see if a value was sent in this field.
public final String developerProviderName()
The "domain" by which Cognito will refer to your users.
public final boolean hasOpenIdConnectProviderARNs()
public final List<String> openIdConnectProviderARNs()
The ARNs of the OpenID Connect providers.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasOpenIdConnectProviderARNs() to see if a value was sent in this field.
public final boolean hasCognitoIdentityProviders()
public final List<CognitoIdentityProvider> cognitoIdentityProviders()
A list representing an Amazon Cognito user pool and its client ID.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasCognitoIdentityProviders() to see if a value was sent in this field.
public final boolean hasSamlProviderARNs()
public final List<String> samlProviderARNs()
An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSamlProviderARNs() to see if a value was sent in this field.
public final boolean hasIdentityPoolTags()
public final Map<String,String> identityPoolTags()
The tags that are assigned to the identity pool. A tag is a label that you can apply to identity pools to categorize and manage them in different ways, such as by purpose, owner, environment, or other criteria.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasIdentityPoolTags() to see if a value was sent in this field.
public DescribeIdentityPoolResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeIdentityPoolResponse.Builder,DescribeIdentityPoolResponse>toBuilder in class AwsResponsepublic static DescribeIdentityPoolResponse.Builder builder()
public static Class<? extends DescribeIdentityPoolResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.