public class SetIdentityPoolConfigurationResult extends Object implements Serializable
Response to a SetIdentityPoolConfiguration
request.
Constructor and Description |
---|
SetIdentityPoolConfigurationResult() |
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 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 applied to the identity pool.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SetIdentityPoolConfigurationResult |
withIdentityPoolId(String identityPoolId)
A name-spaced GUID (for example,
us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
Cognito.
|
SetIdentityPoolConfigurationResult |
withPushSync(PushSync pushSync)
Configuration options applied to the identity pool.
|
public 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.public SetIdentityPoolConfigurationResult 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.public PushSync getPushSync()
public void setPushSync(PushSync pushSync)
pushSync
- Configuration options applied to the identity pool.public SetIdentityPoolConfigurationResult withPushSync(PushSync pushSync)
Returns a reference to this object so that method calls can be chained together.
pushSync
- Configuration options applied to the identity pool.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.