@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UnsubscribeFromDatasetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to UnsubscribeFromDataset.
NOOP
Constructor and Description |
---|
UnsubscribeFromDatasetRequest() |
Modifier and Type | Method and Description |
---|---|
UnsubscribeFromDatasetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDatasetName()
The name of the dataset from which to unsubcribe.
|
String |
getDeviceId()
The unique ID generated for this device by Cognito.
|
String |
getIdentityId()
Unique ID for this identity.
|
String |
getIdentityPoolId()
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
|
int |
hashCode() |
void |
setDatasetName(String datasetName)
The name of the dataset from which to unsubcribe.
|
void |
setDeviceId(String deviceId)
The unique ID generated for this device by Cognito.
|
void |
setIdentityId(String identityId)
Unique ID for this identity.
|
void |
setIdentityPoolId(String identityPoolId)
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UnsubscribeFromDatasetRequest |
withDatasetName(String datasetName)
The name of the dataset from which to unsubcribe.
|
UnsubscribeFromDatasetRequest |
withDeviceId(String deviceId)
The unique ID generated for this device by Cognito.
|
UnsubscribeFromDatasetRequest |
withIdentityId(String identityId)
Unique ID for this identity.
|
UnsubscribeFromDatasetRequest |
withIdentityPoolId(String identityPoolId)
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setIdentityPoolId(String identityPoolId)
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which this identity belongs.
identityPoolId
- A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
Cognito. The ID of the pool to which this identity belongs.public String getIdentityPoolId()
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which this identity belongs.
public UnsubscribeFromDatasetRequest withIdentityPoolId(String identityPoolId)
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which this identity belongs.
identityPoolId
- A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon
Cognito. The ID of the pool to which this identity belongs.public void setIdentityId(String identityId)
Unique ID for this identity.
identityId
- Unique ID for this identity.public String getIdentityId()
Unique ID for this identity.
public UnsubscribeFromDatasetRequest withIdentityId(String identityId)
Unique ID for this identity.
identityId
- Unique ID for this identity.public void setDatasetName(String datasetName)
The name of the dataset from which to unsubcribe.
datasetName
- The name of the dataset from which to unsubcribe.public String getDatasetName()
The name of the dataset from which to unsubcribe.
public UnsubscribeFromDatasetRequest withDatasetName(String datasetName)
The name of the dataset from which to unsubcribe.
datasetName
- The name of the dataset from which to unsubcribe.public void setDeviceId(String deviceId)
The unique ID generated for this device by Cognito.
deviceId
- The unique ID generated for this device by Cognito.public String getDeviceId()
The unique ID generated for this device by Cognito.
public UnsubscribeFromDatasetRequest withDeviceId(String deviceId)
The unique ID generated for this device by Cognito.
deviceId
- The unique ID generated for this device by Cognito.public String toString()
toString
in class Object
Object.toString()
public UnsubscribeFromDatasetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.