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