public class UnsubscribeFromDatasetRequest extends com.amazonaws.AmazonWebServiceRequest implements Serializable
UnsubscribeFromDataset operation.| Constructor and Description |
|---|
UnsubscribeFromDatasetRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDatasetName()
Returns the value of the DatasetName property for this object.
|
String |
getDeviceId()
Returns the value of the DeviceId property for this object.
|
String |
getIdentityId()
Returns the value of the IdentityId property for this object.
|
String |
getIdentityPoolId()
Returns the value of the IdentityPoolId property for this object.
|
int |
hashCode() |
void |
setDatasetName(String datasetName)
Sets the value of the DatasetName property for this object.
|
void |
setDeviceId(String deviceId)
Sets the value of the DeviceId property for this object.
|
void |
setIdentityId(String identityId)
Sets the value of the IdentityId property for this object.
|
void |
setIdentityPoolId(String identityPoolId)
Sets the value of the IdentityPoolId property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UnsubscribeFromDatasetRequest |
withDatasetName(String datasetName)
Sets the value of the DatasetName property for this object.
|
UnsubscribeFromDatasetRequest |
withDeviceId(String deviceId)
Sets the value of the DeviceId property for this object.
|
UnsubscribeFromDatasetRequest |
withIdentityId(String identityId)
Sets the value of the IdentityId property for this object.
|
UnsubscribeFromDatasetRequest |
withIdentityPoolId(String identityPoolId)
Sets the value of the IdentityPoolId property for this object.
|
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 - The new value for the IdentityPoolId property for this object.public UnsubscribeFromDatasetRequest 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 - The new value for the IdentityPoolId property for this object.public String getIdentityId()
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
public void setIdentityId(String identityId)
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityId - The new value for the IdentityId property for this object.public UnsubscribeFromDatasetRequest withIdentityId(String identityId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 50
Pattern: [\w-]+:[0-9a-f-]+
identityId - The new value for the IdentityId property for this object.public String getDatasetName()
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_.:-]+
public void setDatasetName(String datasetName)
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_.:-]+
datasetName - The new value for the DatasetName property for this object.public UnsubscribeFromDatasetRequest withDatasetName(String datasetName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_.:-]+
datasetName - The new value for the DatasetName property for this object.public String getDeviceId()
Constraints:
Length: 1 - 256
public void setDeviceId(String deviceId)
Constraints:
Length: 1 - 256
deviceId - The new value for the DeviceId property for this object.public UnsubscribeFromDatasetRequest withDeviceId(String deviceId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
deviceId - The new value for the DeviceId property for this object.public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.