@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 object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getSafe()
The system checks if the target is being referenced by a task.
|
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() |
Boolean |
isSafe()
The system checks if the target is being referenced by a task.
|
void |
setSafe(Boolean safe)
The system checks if the target is being referenced by a task.
|
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 |
withSafe(Boolean safe)
The system checks if the target is being referenced by a task.
|
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, 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 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 void setSafe(Boolean safe)
The system checks if the target is being referenced by a task. If the target is being referenced, the system returns an error and does not deregister the target from the Maintenance Window.
safe
- The system checks if the target is being referenced by a task. If the target is being referenced, the
system returns an error and does not deregister the target from the Maintenance Window.public Boolean getSafe()
The system checks if the target is being referenced by a task. If the target is being referenced, the system returns an error and does not deregister the target from the Maintenance Window.
public DeregisterTargetFromMaintenanceWindowRequest withSafe(Boolean safe)
The system checks if the target is being referenced by a task. If the target is being referenced, the system returns an error and does not deregister the target from the Maintenance Window.
safe
- The system checks if the target is being referenced by a task. If the target is being referenced, the
system returns an error and does not deregister the target from the Maintenance Window.public Boolean isSafe()
The system checks if the target is being referenced by a task. If the target is being referenced, the system returns an error and does not deregister the target from the Maintenance Window.
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.