@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMaintenanceWindowExecutionTaskRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetMaintenanceWindowExecutionTaskRequest() |
Modifier and Type | Method and Description |
---|---|
GetMaintenanceWindowExecutionTaskRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getTaskId()
The ID of the specific task execution in the Maintenance Window task that should be retrieved.
|
String |
getWindowExecutionId()
The ID of the Maintenance Window execution that includes the task.
|
int |
hashCode() |
void |
setTaskId(String taskId)
The ID of the specific task execution in the Maintenance Window task that should be retrieved.
|
void |
setWindowExecutionId(String windowExecutionId)
The ID of the Maintenance Window execution that includes the task.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetMaintenanceWindowExecutionTaskRequest |
withTaskId(String taskId)
The ID of the specific task execution in the Maintenance Window task that should be retrieved.
|
GetMaintenanceWindowExecutionTaskRequest |
withWindowExecutionId(String windowExecutionId)
The ID of the Maintenance Window execution that includes the task.
|
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 GetMaintenanceWindowExecutionTaskRequest()
public void setWindowExecutionId(String windowExecutionId)
The ID of the Maintenance Window execution that includes the task.
windowExecutionId
- The ID of the Maintenance Window execution that includes the task.public String getWindowExecutionId()
The ID of the Maintenance Window execution that includes the task.
public GetMaintenanceWindowExecutionTaskRequest withWindowExecutionId(String windowExecutionId)
The ID of the Maintenance Window execution that includes the task.
windowExecutionId
- The ID of the Maintenance Window execution that includes the task.public void setTaskId(String taskId)
The ID of the specific task execution in the Maintenance Window task that should be retrieved.
taskId
- The ID of the specific task execution in the Maintenance Window task that should be retrieved.public String getTaskId()
The ID of the specific task execution in the Maintenance Window task that should be retrieved.
public GetMaintenanceWindowExecutionTaskRequest withTaskId(String taskId)
The ID of the specific task execution in the Maintenance Window task that should be retrieved.
taskId
- The ID of the specific task execution in the Maintenance Window task that should be retrieved.public String toString()
toString
in class Object
Object.toString()
public GetMaintenanceWindowExecutionTaskRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.