@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeregisterTaskFromMaintenanceWindowRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeregisterTaskFromMaintenanceWindowRequest() |
Modifier and Type | Method and Description |
---|---|
DeregisterTaskFromMaintenanceWindowRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getWindowId()
The ID of the Maintenance Window the task should be removed from.
|
String |
getWindowTaskId()
The ID of the task to remove from the Maintenance Window.
|
int |
hashCode() |
void |
setWindowId(String windowId)
The ID of the Maintenance Window the task should be removed from.
|
void |
setWindowTaskId(String windowTaskId)
The ID of the task to remove from the Maintenance Window.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeregisterTaskFromMaintenanceWindowRequest |
withWindowId(String windowId)
The ID of the Maintenance Window the task should be removed from.
|
DeregisterTaskFromMaintenanceWindowRequest |
withWindowTaskId(String windowTaskId)
The ID of the task to remove from the Maintenance Window.
|
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 DeregisterTaskFromMaintenanceWindowRequest()
public void setWindowId(String windowId)
The ID of the Maintenance Window the task should be removed from.
windowId
- The ID of the Maintenance Window the task should be removed from.public String getWindowId()
The ID of the Maintenance Window the task should be removed from.
public DeregisterTaskFromMaintenanceWindowRequest withWindowId(String windowId)
The ID of the Maintenance Window the task should be removed from.
windowId
- The ID of the Maintenance Window the task should be removed from.public void setWindowTaskId(String windowTaskId)
The ID of the task to remove from the Maintenance Window.
windowTaskId
- The ID of the task to remove from the Maintenance Window.public String getWindowTaskId()
The ID of the task to remove from the Maintenance Window.
public DeregisterTaskFromMaintenanceWindowRequest withWindowTaskId(String windowTaskId)
The ID of the task to remove from the Maintenance Window.
windowTaskId
- The ID of the task to remove from the Maintenance Window.public String toString()
toString
in class Object
Object.toString()
public DeregisterTaskFromMaintenanceWindowRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.