@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMaintenanceWindowTaskRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetMaintenanceWindowTaskRequest() |
Modifier and Type | Method and Description |
---|---|
GetMaintenanceWindowTaskRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getWindowId()
The Maintenance Window ID that includes the task to retrieve.
|
String |
getWindowTaskId()
The Maintenance Window task ID to retrieve.
|
int |
hashCode() |
void |
setWindowId(String windowId)
The Maintenance Window ID that includes the task to retrieve.
|
void |
setWindowTaskId(String windowTaskId)
The Maintenance Window task ID to retrieve.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetMaintenanceWindowTaskRequest |
withWindowId(String windowId)
The Maintenance Window ID that includes the task to retrieve.
|
GetMaintenanceWindowTaskRequest |
withWindowTaskId(String windowTaskId)
The Maintenance Window task ID to retrieve.
|
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 void setWindowId(String windowId)
The Maintenance Window ID that includes the task to retrieve.
windowId
- The Maintenance Window ID that includes the task to retrieve.public String getWindowId()
The Maintenance Window ID that includes the task to retrieve.
public GetMaintenanceWindowTaskRequest withWindowId(String windowId)
The Maintenance Window ID that includes the task to retrieve.
windowId
- The Maintenance Window ID that includes the task to retrieve.public void setWindowTaskId(String windowTaskId)
The Maintenance Window task ID to retrieve.
windowTaskId
- The Maintenance Window task ID to retrieve.public String getWindowTaskId()
The Maintenance Window task ID to retrieve.
public GetMaintenanceWindowTaskRequest withWindowTaskId(String windowTaskId)
The Maintenance Window task ID to retrieve.
windowTaskId
- The Maintenance Window task ID to retrieve.public String toString()
toString
in class Object
Object.toString()
public GetMaintenanceWindowTaskRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.