@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RejectInputDeviceTransferRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| RejectInputDeviceTransferRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| RejectInputDeviceTransferRequest | 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 the input device to reject. | 
| int | hashCode() | 
| void | setInputDeviceId(String inputDeviceId)The unique ID of the input device to reject. | 
| String | toString()Returns a string representation of this object. | 
| RejectInputDeviceTransferRequest | withInputDeviceId(String inputDeviceId)The unique ID of the input device to reject. | 
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 setInputDeviceId(String inputDeviceId)
inputDeviceId - The unique ID of the input device to reject. For example, hd-123456789abcdef.public String getInputDeviceId()
public RejectInputDeviceTransferRequest withInputDeviceId(String inputDeviceId)
inputDeviceId - The unique ID of the input device to reject. For example, hd-123456789abcdef.public String toString()
toString in class ObjectObject.toString()public RejectInputDeviceTransferRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()