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