@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDeviceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateDeviceRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateDeviceRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDeviceArn()
The ARN of the device to update.
|
String |
getDeviceName()
The updated device name.
|
int |
hashCode() |
void |
setDeviceArn(String deviceArn)
The ARN of the device to update.
|
void |
setDeviceName(String deviceName)
The updated device name.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDeviceRequest |
withDeviceArn(String deviceArn)
The ARN of the device to update.
|
UpdateDeviceRequest |
withDeviceName(String deviceName)
The updated device name.
|
addHandlerContext, copyBaseTo, 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 setDeviceArn(String deviceArn)
The ARN of the device to update. Required.
deviceArn - The ARN of the device to update. Required.public String getDeviceArn()
The ARN of the device to update. Required.
public UpdateDeviceRequest withDeviceArn(String deviceArn)
The ARN of the device to update. Required.
deviceArn - The ARN of the device to update. Required.public void setDeviceName(String deviceName)
The updated device name. Required.
deviceName - The updated device name. Required.public String getDeviceName()
The updated device name. Required.
public UpdateDeviceRequest withDeviceName(String deviceName)
The updated device name. Required.
deviceName - The updated device name. Required.public String toString()
toString in class ObjectObject.toString()public UpdateDeviceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.