@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeMaintenanceWindowExecutionTasksResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeMaintenanceWindowExecutionTasksResult() |
Modifier and Type | Method and Description |
---|---|
DescribeMaintenanceWindowExecutionTasksResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use when requesting the next set of items.
|
List<MaintenanceWindowExecutionTaskIdentity> |
getWindowExecutionTaskIdentities()
Information about the task executions.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use when requesting the next set of items.
|
void |
setWindowExecutionTaskIdentities(Collection<MaintenanceWindowExecutionTaskIdentity> windowExecutionTaskIdentities)
Information about the task executions.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeMaintenanceWindowExecutionTasksResult |
withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribeMaintenanceWindowExecutionTasksResult |
withWindowExecutionTaskIdentities(Collection<MaintenanceWindowExecutionTaskIdentity> windowExecutionTaskIdentities)
Information about the task executions.
|
DescribeMaintenanceWindowExecutionTasksResult |
withWindowExecutionTaskIdentities(MaintenanceWindowExecutionTaskIdentity... windowExecutionTaskIdentities)
Information about the task executions.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeMaintenanceWindowExecutionTasksResult()
public List<MaintenanceWindowExecutionTaskIdentity> getWindowExecutionTaskIdentities()
Information about the task executions.
public void setWindowExecutionTaskIdentities(Collection<MaintenanceWindowExecutionTaskIdentity> windowExecutionTaskIdentities)
Information about the task executions.
windowExecutionTaskIdentities
- Information about the task executions.public DescribeMaintenanceWindowExecutionTasksResult withWindowExecutionTaskIdentities(MaintenanceWindowExecutionTaskIdentity... windowExecutionTaskIdentities)
Information about the task executions.
NOTE: This method appends the values to the existing list (if any). Use
setWindowExecutionTaskIdentities(java.util.Collection)
or
withWindowExecutionTaskIdentities(java.util.Collection)
if you want to override the existing values.
windowExecutionTaskIdentities
- Information about the task executions.public DescribeMaintenanceWindowExecutionTasksResult withWindowExecutionTaskIdentities(Collection<MaintenanceWindowExecutionTaskIdentity> windowExecutionTaskIdentities)
Information about the task executions.
windowExecutionTaskIdentities
- Information about the task executions.public void setNextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken
- The token to use when requesting the next set of items. If there are no additional items to return, the
string is empty.public String getNextToken()
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
public DescribeMaintenanceWindowExecutionTasksResult withNextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken
- The token to use when requesting the next set of items. If there are no additional items to return, the
string is empty.public String toString()
toString
in class Object
Object.toString()
public DescribeMaintenanceWindowExecutionTasksResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.