@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()