ToCopyableBuilder<GetIdentityPoolConfigurationResponse.Builder,GetIdentityPoolConfigurationResponse>
@Generated("software.amazon.awssdk:codegen") public class GetIdentityPoolConfigurationResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetIdentityPoolConfigurationResponse.Builder,GetIdentityPoolConfigurationResponse>
The output for the GetIdentityPoolConfiguration operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetIdentityPoolConfigurationResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetIdentityPoolConfigurationResponse.Builder |
builder() |
|
CognitoStreams |
cognitoStreams() |
Options to apply to this identity pool for Amazon Cognito streams.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
identityPoolId() |
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
|
PushSync |
pushSync() |
Options to apply to this identity pool for push synchronization.
|
static Class<? extends GetIdentityPoolConfigurationResponse.Builder> |
serializableBuilderClass() |
|
GetIdentityPoolConfigurationResponse.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()
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
public PushSync pushSync()
Options to apply to this identity pool for push synchronization.
public CognitoStreams cognitoStreams()
public GetIdentityPoolConfigurationResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetIdentityPoolConfigurationResponse.Builder,GetIdentityPoolConfigurationResponse>
public static GetIdentityPoolConfigurationResponse.Builder builder()
public static Class<? extends GetIdentityPoolConfigurationResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.