Class GetIdentityPoolConfigurationResult
- java.lang.Object
-
- com.amazonaws.services.cognitosync.model.GetIdentityPoolConfigurationResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class GetIdentityPoolConfigurationResult extends Object implements Serializable, Cloneable
The output for the GetIdentityPoolConfiguration operation.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetIdentityPoolConfigurationResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
setIdentityPoolId
public void setIdentityPoolId(String identityPoolId)
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
public String 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
public GetIdentityPoolConfigurationResult withIdentityPoolId(String identityPoolId)
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
public void setPushSync(PushSync pushSync)
Options to apply to this identity pool for push synchronization.
- Parameters:
pushSync
- Options to apply to this identity pool for push synchronization.
-
getPushSync
public PushSync getPushSync()
Options to apply to this identity pool for push synchronization.
- Returns:
- Options to apply to this identity pool for push synchronization.
-
withPushSync
public GetIdentityPoolConfigurationResult withPushSync(PushSync pushSync)
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
public void setCognitoStreams(CognitoStreams cognitoStreams)
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
public CognitoStreams 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
public GetIdentityPoolConfigurationResult withCognitoStreams(CognitoStreams cognitoStreams)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetIdentityPoolConfigurationResult clone()
-
-