@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public UpdateDeviceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.