Class SetIdentityPoolConfigurationRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.cognitosync.model.SetIdentityPoolConfigurationRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
public class SetIdentityPoolConfigurationRequest
extends AmazonWebServiceRequest
implements Serializable, Cloneable
The input for the SetIdentityPoolConfiguration operation.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
Options to apply to this identity pool for Amazon Cognito streams.A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.Options to apply to this identity pool for push synchronization.int
hashCode()
void
setCognitoStreams
(CognitoStreams cognitoStreams) Options to apply to this identity pool for Amazon Cognito streams.void
setIdentityPoolId
(String identityPoolId) A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.void
setPushSync
(PushSync pushSync) Options to apply to this identity pool for push synchronization.toString()
Returns a string representation of this object; useful for testing and debugging.withCognitoStreams
(CognitoStreams cognitoStreams) Options to apply to this identity pool for Amazon Cognito streams.withIdentityPoolId
(String identityPoolId) A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.withPushSync
(PushSync pushSync) Options to apply to this identity pool for push synchronization.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
SetIdentityPoolConfigurationRequest
public SetIdentityPoolConfigurationRequest()
-
-
Method Details
-
setIdentityPoolId
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool to modify.
- Parameters:
identityPoolId
- A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool to modify.
-
getIdentityPoolId
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool to modify.
- Returns:
- A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool to modify.
-
withIdentityPoolId
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool to modify.
- Parameters:
identityPoolId
- A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. This is the ID of the pool to modify.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPushSync
Options to apply to this identity pool for push synchronization.
- Parameters:
pushSync
- Options to apply to this identity pool for push synchronization.
-
getPushSync
Options to apply to this identity pool for push synchronization.
- Returns:
- Options to apply to this identity pool for push synchronization.
-
withPushSync
Options to apply to this identity pool for push synchronization.
- Parameters:
pushSync
- Options to apply to this identity pool for push synchronization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCognitoStreams
Options to apply to this identity pool for Amazon Cognito streams.- Parameters:
cognitoStreams
- Options to apply to this identity pool for Amazon Cognito streams.
-
getCognitoStreams
Options to apply to this identity pool for Amazon Cognito streams.- Returns:
- Options to apply to this identity pool for Amazon Cognito streams.
-
withCognitoStreams
Options to apply to this identity pool for Amazon Cognito streams.- Parameters:
cognitoStreams
- Options to apply to this identity pool for Amazon Cognito streams.- Returns:
- 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
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-