Class GetIdentityPoolConfigurationResult
java.lang.Object
com.amazonaws.services.cognitosync.model.GetIdentityPoolConfigurationResult
- All Implemented Interfaces:
Serializable, Cloneable
The output for the GetIdentityPoolConfiguration operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanOptions 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.inthashCode()voidsetCognitoStreams(CognitoStreams cognitoStreams) Options to apply to this identity pool for Amazon Cognito streams.voidsetIdentityPoolId(String identityPoolId) A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.voidsetPushSync(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.
-
Constructor Details
-
GetIdentityPoolConfigurationResult
public GetIdentityPoolConfigurationResult()
-
-
Method Details
-
setIdentityPoolId
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
- Parameters:
identityPoolId- A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
-
getIdentityPoolId
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
- Returns:
- A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
-
withIdentityPoolId
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
- Parameters:
identityPoolId- A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.- 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
-
equals
-
hashCode
-
clone
-