@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetIdentityPoolConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The output for the GetIdentityPoolConfiguration operation.
Constructor and Description |
---|
GetIdentityPoolConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
GetIdentityPoolConfigurationResult |
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.
|
GetIdentityPoolConfigurationResult |
withCognitoStreams(CognitoStreams cognitoStreams)
Options to apply to this identity pool for Amazon Cognito streams.
|
GetIdentityPoolConfigurationResult |
withIdentityPoolId(String identityPoolId)
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
|
GetIdentityPoolConfigurationResult |
withPushSync(PushSync pushSync)
Options to apply to this identity pool for push synchronization.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setIdentityPoolId(String identityPoolId)
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
identityPoolId
- A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
Cognito.public String getIdentityPoolId()
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
public GetIdentityPoolConfigurationResult withIdentityPoolId(String identityPoolId)
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
identityPoolId
- A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
Cognito.public void setPushSync(PushSync pushSync)
Options to apply to this identity pool for push synchronization.
pushSync
- Options to apply to this identity pool for push synchronization.public PushSync getPushSync()
Options to apply to this identity pool for push synchronization.
public GetIdentityPoolConfigurationResult withPushSync(PushSync pushSync)
Options to apply to this identity pool for push synchronization.
pushSync
- Options to apply to this identity pool for push synchronization.public void setCognitoStreams(CognitoStreams cognitoStreams)
cognitoStreams
- Options to apply to this identity pool for Amazon Cognito streams.public CognitoStreams getCognitoStreams()
public GetIdentityPoolConfigurationResult withCognitoStreams(CognitoStreams cognitoStreams)
cognitoStreams
- Options to apply to this identity pool for Amazon Cognito streams.public String toString()
toString
in class Object
Object.toString()
public GetIdentityPoolConfigurationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.