public class SetIdentityPoolConfigurationRequest extends AmazonWebServiceRequest implements Serializable
SetIdentityPoolConfiguration operation.
Sets the necessary configuration for push sync.
NOOP| Constructor and Description |
|---|
SetIdentityPoolConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getIdentityPoolId()
A name-spaced GUID (for example,
us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
Cognito.
|
PushSync |
getPushSync()
Configuration options to be applied to the identity pool.
|
int |
hashCode() |
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)
Configuration options to be applied to the identity pool.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
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)
Configuration options to be applied to the identity pool.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, 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 - Configuration options to be applied to the identity pool.public SetIdentityPoolConfigurationRequest withPushSync(PushSync pushSync)
Returns a reference to this object so that method calls can be chained together.
pushSync - Configuration options to be applied to the identity pool.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.