@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeregisterTargetFromMaintenanceWindowRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeregisterTargetFromMaintenanceWindowRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeregisterTargetFromMaintenanceWindowRequest |
clone() |
boolean |
equals(Object obj) |
String |
getWindowId()
The ID of the Maintenance Window the target should be removed from.
|
String |
getWindowTargetId()
The ID of the target definition to remove.
|
int |
hashCode() |
void |
setWindowId(String windowId)
The ID of the Maintenance Window the target should be removed from.
|
void |
setWindowTargetId(String windowTargetId)
The ID of the target definition to remove.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeregisterTargetFromMaintenanceWindowRequest |
withWindowId(String windowId)
The ID of the Maintenance Window the target should be removed from.
|
DeregisterTargetFromMaintenanceWindowRequest |
withWindowTargetId(String windowTargetId)
The ID of the target definition to remove.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DeregisterTargetFromMaintenanceWindowRequest()
public void setWindowId(String windowId)
The ID of the Maintenance Window the target should be removed from.
windowId - The ID of the Maintenance Window the target should be removed from.public String getWindowId()
The ID of the Maintenance Window the target should be removed from.
public DeregisterTargetFromMaintenanceWindowRequest withWindowId(String windowId)
The ID of the Maintenance Window the target should be removed from.
windowId - The ID of the Maintenance Window the target should be removed from.public void setWindowTargetId(String windowTargetId)
The ID of the target definition to remove.
windowTargetId - The ID of the target definition to remove.public String getWindowTargetId()
The ID of the target definition to remove.
public DeregisterTargetFromMaintenanceWindowRequest withWindowTargetId(String windowTargetId)
The ID of the target definition to remove.
windowTargetId - The ID of the target definition to remove.public String toString()
toString in class ObjectObject.toString()public DeregisterTargetFromMaintenanceWindowRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.