@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, withSdkRequestTimeout
public 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 Object
Object.toString()
public RejectInputDeviceTransferRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()