@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelMaintenanceWindowExecutionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CancelMaintenanceWindowExecutionRequest() |
| Modifier and Type | Method and Description |
|---|---|
CancelMaintenanceWindowExecutionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getWindowExecutionId()
The ID of the maintenance window execution to stop.
|
int |
hashCode() |
void |
setWindowExecutionId(String windowExecutionId)
The ID of the maintenance window execution to stop.
|
String |
toString()
Returns a string representation of this object.
|
CancelMaintenanceWindowExecutionRequest |
withWindowExecutionId(String windowExecutionId)
The ID of the maintenance window execution to stop.
|
addHandlerContext, copyBaseTo, 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 CancelMaintenanceWindowExecutionRequest()
public void setWindowExecutionId(String windowExecutionId)
The ID of the maintenance window execution to stop.
windowExecutionId - The ID of the maintenance window execution to stop.public String getWindowExecutionId()
The ID of the maintenance window execution to stop.
public CancelMaintenanceWindowExecutionRequest withWindowExecutionId(String windowExecutionId)
The ID of the maintenance window execution to stop.
windowExecutionId - The ID of the maintenance window execution to stop.public String toString()
toString in class ObjectObject.toString()public CancelMaintenanceWindowExecutionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.