@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.
|
RegisterTaskWithMaintenanceWindowResult |
withWindowTaskId(String windowTaskId)
The ID of the task in the maintenance window.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public RegisterTaskWithMaintenanceWindowResult clone()