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