@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TransferInputDeviceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
TransferInputDeviceRequest () |
| Modifier and Type | Method and Description |
|---|---|
TransferInputDeviceRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getInputDeviceId ()
The unique ID of this input device.
|
String |
getTargetCustomerId ()
The AWS account ID (12 digits) for the recipient of the device transfer.
|
String |
getTargetRegion ()
The target AWS region to transfer the device.
|
String |
getTransferMessage ()
An optional message for the recipient.
|
int |
hashCode () |
void |
setInputDeviceId (String inputDeviceId)
The unique ID of this input device.
|
void |
setTargetCustomerId (String targetCustomerId)
The AWS account ID (12 digits) for the recipient of the device transfer.
|
void |
setTargetRegion (String targetRegion)
The target AWS region to transfer the device.
|
void |
setTransferMessage (String transferMessage)
An optional message for the recipient.
|
String |
toString ()
Returns a string representation of this object.
|
TransferInputDeviceRequest |
withInputDeviceId (String inputDeviceId)
The unique ID of this input device.
|
TransferInputDeviceRequest |
withTargetCustomerId (String targetCustomerId)
The AWS account ID (12 digits) for the recipient of the device transfer.
|
TransferInputDeviceRequest |
withTargetRegion (String targetRegion)
The target AWS region to transfer the device.
|
TransferInputDeviceRequest |
withTransferMessage (String transferMessage)
An optional message for the recipient.
|
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 TransferInputDeviceRequest()
public void setInputDeviceId(String inputDeviceId)
inputDeviceId - The unique ID of this input device. For example, hd-123456789abcdef.public String getInputDeviceId()
public TransferInputDeviceRequest withInputDeviceId(String inputDeviceId)
inputDeviceId - The unique ID of this input device. For example, hd-123456789abcdef.public void setTargetCustomerId(String targetCustomerId)
targetCustomerId - The AWS account ID (12 digits) for the recipient of the device transfer.public String getTargetCustomerId()
public TransferInputDeviceRequest withTargetCustomerId(String targetCustomerId)
targetCustomerId - The AWS account ID (12 digits) for the recipient of the device transfer.public void setTargetRegion(String targetRegion)
targetRegion - The target AWS region to transfer the device.public String getTargetRegion()
public TransferInputDeviceRequest withTargetRegion(String targetRegion)
targetRegion - The target AWS region to transfer the device.public void setTransferMessage(String transferMessage)
transferMessage - An optional message for the recipient. Maximum 280 characters.public String getTransferMessage()
public TransferInputDeviceRequest withTransferMessage(String transferMessage)
transferMessage - An optional message for the recipient. Maximum 280 characters.public String toString()
toString in class Object Object.toString() public TransferInputDeviceRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()