ToCopyableBuilder<SetIdentityPoolConfigurationResponse.Builder,SetIdentityPoolConfigurationResponse>
@Generated("software.amazon.awssdk:codegen") public class SetIdentityPoolConfigurationResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<SetIdentityPoolConfigurationResponse.Builder,SetIdentityPoolConfigurationResponse>
The output for the SetIdentityPoolConfiguration operation
Modifier and Type | Class | Description |
---|---|---|
static interface |
SetIdentityPoolConfigurationResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static SetIdentityPoolConfigurationResponse.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 SetIdentityPoolConfigurationResponse.Builder> |
serializableBuilderClass() |
|
SetIdentityPoolConfigurationResponse.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 SetIdentityPoolConfigurationResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SetIdentityPoolConfigurationResponse.Builder,SetIdentityPoolConfigurationResponse>
public static SetIdentityPoolConfigurationResponse.Builder builder()
public static Class<? extends SetIdentityPoolConfigurationResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.