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