@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FinalizeDeviceClaimRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| FinalizeDeviceClaimRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| FinalizeDeviceClaimRequest | addTagsEntry(String key,
            String value)Add a single Tags entry | 
| FinalizeDeviceClaimRequest | clearTagsEntries()Removes all the entries added into Tags. | 
| FinalizeDeviceClaimRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getDeviceId()
 The unique identifier of the device. | 
| Map<String,String> | getTags()
 A collection of key/value pairs defining the resource tags. | 
| int | hashCode() | 
| void | setDeviceId(String deviceId)
 The unique identifier of the device. | 
| void | setTags(Map<String,String> tags)
 A collection of key/value pairs defining the resource tags. | 
| String | toString()Returns a string representation of this object. | 
| FinalizeDeviceClaimRequest | withDeviceId(String deviceId)
 The unique identifier of the device. | 
| FinalizeDeviceClaimRequest | withTags(Map<String,String> tags)
 A collection of key/value pairs defining the resource tags. | 
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, withSdkRequestTimeoutpublic void setDeviceId(String deviceId)
The unique identifier of the device.
deviceId - The unique identifier of the device.public String getDeviceId()
The unique identifier of the device.
public FinalizeDeviceClaimRequest withDeviceId(String deviceId)
The unique identifier of the device.
deviceId - The unique identifier of the device.public Map<String,String> getTags()
A collection of key/value pairs defining the resource tags. For example, { "tags": {"key1": "value1", "key2": "value2"} }. For more information, see AWS Tagging Strategies.
public void setTags(Map<String,String> tags)
A collection of key/value pairs defining the resource tags. For example, { "tags": {"key1": "value1", "key2": "value2"} }. For more information, see AWS Tagging Strategies.
tags - A collection of key/value pairs defining the resource tags. For example, { "tags": {"key1": "value1",
        "key2": "value2"} }. For more information, see AWS Tagging
        Strategies.
        public FinalizeDeviceClaimRequest withTags(Map<String,String> tags)
A collection of key/value pairs defining the resource tags. For example, { "tags": {"key1": "value1", "key2": "value2"} }. For more information, see AWS Tagging Strategies.
tags - A collection of key/value pairs defining the resource tags. For example, { "tags": {"key1": "value1",
        "key2": "value2"} }. For more information, see AWS Tagging
        Strategies.
        public FinalizeDeviceClaimRequest addTagsEntry(String key, String value)
public FinalizeDeviceClaimRequest clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public FinalizeDeviceClaimRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()