@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeMaintenanceWindowExecutionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeMaintenanceWindowExecutionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeMaintenanceWindowExecutionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use when requesting the next set of items.
|
List<MaintenanceWindowExecution> |
getWindowExecutions()
Information about the Maintenance Windows execution.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use when requesting the next set of items.
|
void |
setWindowExecutions(Collection<MaintenanceWindowExecution> windowExecutions)
Information about the Maintenance Windows execution.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeMaintenanceWindowExecutionsResult |
withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribeMaintenanceWindowExecutionsResult |
withWindowExecutions(Collection<MaintenanceWindowExecution> windowExecutions)
Information about the Maintenance Windows execution.
|
DescribeMaintenanceWindowExecutionsResult |
withWindowExecutions(MaintenanceWindowExecution... windowExecutions)
Information about the Maintenance Windows execution.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeMaintenanceWindowExecutionsResult()
public List<MaintenanceWindowExecution> getWindowExecutions()
Information about the Maintenance Windows execution.
public void setWindowExecutions(Collection<MaintenanceWindowExecution> windowExecutions)
Information about the Maintenance Windows execution.
windowExecutions
- Information about the Maintenance Windows execution.public DescribeMaintenanceWindowExecutionsResult withWindowExecutions(MaintenanceWindowExecution... windowExecutions)
Information about the Maintenance Windows execution.
NOTE: This method appends the values to the existing list (if any). Use
setWindowExecutions(java.util.Collection)
or withWindowExecutions(java.util.Collection)
if you
want to override the existing values.
windowExecutions
- Information about the Maintenance Windows execution.public DescribeMaintenanceWindowExecutionsResult withWindowExecutions(Collection<MaintenanceWindowExecution> windowExecutions)
Information about the Maintenance Windows execution.
windowExecutions
- Information about the Maintenance Windows execution.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 DescribeMaintenanceWindowExecutionsResult 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 DescribeMaintenanceWindowExecutionsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.