@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeregisterTaskFromMaintenanceWindowResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeregisterTaskFromMaintenanceWindowResult() |
Modifier and Type | Method and Description |
---|---|
DeregisterTaskFromMaintenanceWindowResult |
clone() |
boolean |
equals(Object obj) |
String |
getWindowId()
The ID of the Maintenance Window the task was removed from.
|
String |
getWindowTaskId()
The ID of the task removed from the Maintenance Window.
|
int |
hashCode() |
void |
setWindowId(String windowId)
The ID of the Maintenance Window the task was removed from.
|
void |
setWindowTaskId(String windowTaskId)
The ID of the task removed from the Maintenance Window.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeregisterTaskFromMaintenanceWindowResult |
withWindowId(String windowId)
The ID of the Maintenance Window the task was removed from.
|
DeregisterTaskFromMaintenanceWindowResult |
withWindowTaskId(String windowTaskId)
The ID of the task removed from the Maintenance Window.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DeregisterTaskFromMaintenanceWindowResult()
public void setWindowId(String windowId)
The ID of the Maintenance Window the task was removed from.
windowId
- The ID of the Maintenance Window the task was removed from.public String getWindowId()
The ID of the Maintenance Window the task was removed from.
public DeregisterTaskFromMaintenanceWindowResult withWindowId(String windowId)
The ID of the Maintenance Window the task was removed from.
windowId
- The ID of the Maintenance Window the task was removed from.public void setWindowTaskId(String windowTaskId)
The ID of the task removed from the Maintenance Window.
windowTaskId
- The ID of the task removed from the Maintenance Window.public String getWindowTaskId()
The ID of the task removed from the Maintenance Window.
public DeregisterTaskFromMaintenanceWindowResult withWindowTaskId(String windowTaskId)
The ID of the task removed from the Maintenance Window.
windowTaskId
- The ID of the task removed from the Maintenance Window.public String toString()
toString
in class Object
Object.toString()
public DeregisterTaskFromMaintenanceWindowResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.