@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RebootInputDeviceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
RebootInputDeviceRequest() |
| Modifier and Type | Method and Description |
|---|---|
RebootInputDeviceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getForce()
Force a reboot of an input device.
|
String |
getInputDeviceId()
The unique ID of the input device to reboot.
|
int |
hashCode() |
void |
setForce(String force)
Force a reboot of an input device.
|
void |
setInputDeviceId(String inputDeviceId)
The unique ID of the input device to reboot.
|
String |
toString()
Returns a string representation of this object.
|
RebootInputDeviceRequest |
withForce(RebootInputDeviceForce force)
Force a reboot of an input device.
|
RebootInputDeviceRequest |
withForce(String force)
Force a reboot of an input device.
|
RebootInputDeviceRequest |
withInputDeviceId(String inputDeviceId)
The unique ID of the input device to reboot.
|
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 setForce(String force)
force - Force a reboot of an input device. If the device is streaming, it will stop streaming and begin rebooting
within a few seconds of sending the command. If the device was streaming prior to the reboot, the device
will resume streaming when the reboot completes.RebootInputDeviceForcepublic String getForce()
RebootInputDeviceForcepublic RebootInputDeviceRequest withForce(String force)
force - Force a reboot of an input device. If the device is streaming, it will stop streaming and begin rebooting
within a few seconds of sending the command. If the device was streaming prior to the reboot, the device
will resume streaming when the reboot completes.RebootInputDeviceForcepublic RebootInputDeviceRequest withForce(RebootInputDeviceForce force)
force - Force a reboot of an input device. If the device is streaming, it will stop streaming and begin rebooting
within a few seconds of sending the command. If the device was streaming prior to the reboot, the device
will resume streaming when the reboot completes.RebootInputDeviceForcepublic void setInputDeviceId(String inputDeviceId)
inputDeviceId - The unique ID of the input device to reboot. For example, hd-123456789abcdef.public String getInputDeviceId()
public RebootInputDeviceRequest withInputDeviceId(String inputDeviceId)
inputDeviceId - The unique ID of the input device to reboot. For example, hd-123456789abcdef.public String toString()
toString in class ObjectObject.toString()public RebootInputDeviceRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()