@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()
Creates a shallow clone of this request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public DeregisterTargetFromMaintenanceWindowRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.