public class SetIdentityPoolConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
SetIdentityPoolConfiguration operation.
Sets the necessary configuration for push sync.
This API can only be called with developer credentials. You cannot call this API with the temporary user credentials provided by Cognito Identity.
NOOP| Constructor and Description |
|---|
SetIdentityPoolConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
SetIdentityPoolConfigurationRequest |
clone() |
boolean |
equals(Object obj) |
CognitoStreams |
getCognitoStreams()
Options to apply to this identity pool for Amazon Cognito streams.
|
String |
getIdentityPoolId()
A name-spaced GUID (for example,
us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
Cognito.
|
PushSync |
getPushSync()
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SetIdentityPoolConfigurationRequest |
withCognitoStreams(CognitoStreams cognitoStreams)
Options to apply to this identity pool for Amazon Cognito streams.
|
SetIdentityPoolConfigurationRequest |
withIdentityPoolId(String identityPoolId)
A name-spaced GUID (for example,
us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
Cognito.
|
SetIdentityPoolConfigurationRequest |
withPushSync(PushSync pushSync)
Options to apply to this identity pool for push synchronization.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getIdentityPoolId()
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
public void setIdentityPoolId(String identityPoolId)
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
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.public SetIdentityPoolConfigurationRequest withIdentityPoolId(String identityPoolId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
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.public PushSync getPushSync()
public void setPushSync(PushSync pushSync)
pushSync - Options to apply to this identity pool for push synchronization.public SetIdentityPoolConfigurationRequest withPushSync(PushSync pushSync)
Returns a reference to this object so that method calls can be chained together.
pushSync - Options to apply to this identity pool for push synchronization.public CognitoStreams getCognitoStreams()
public void setCognitoStreams(CognitoStreams cognitoStreams)
cognitoStreams - Options to apply to this identity pool for Amazon Cognito streams.public SetIdentityPoolConfigurationRequest withCognitoStreams(CognitoStreams cognitoStreams)
Returns a reference to this object so that method calls can be chained together.
cognitoStreams - Options to apply to this identity pool for Amazon Cognito streams.public String toString()
toString in class ObjectObject.toString()public SetIdentityPoolConfigurationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.