@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 window executions.
|
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 window executions.
|
String |
toString()
Returns a string representation of this object.
|
DescribeMaintenanceWindowExecutionsResult |
withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribeMaintenanceWindowExecutionsResult |
withWindowExecutions(Collection<MaintenanceWindowExecution> windowExecutions)
Information about the maintenance window executions.
|
DescribeMaintenanceWindowExecutionsResult |
withWindowExecutions(MaintenanceWindowExecution... windowExecutions)
Information about the maintenance window executions.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeMaintenanceWindowExecutionsResult()
public List<MaintenanceWindowExecution> getWindowExecutions()
Information about the maintenance window executions.
public void setWindowExecutions(Collection<MaintenanceWindowExecution> windowExecutions)
Information about the maintenance window executions.
windowExecutions
- Information about the maintenance window executions.public DescribeMaintenanceWindowExecutionsResult withWindowExecutions(MaintenanceWindowExecution... windowExecutions)
Information about the maintenance window executions.
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 window executions.public DescribeMaintenanceWindowExecutionsResult withWindowExecutions(Collection<MaintenanceWindowExecution> windowExecutions)
Information about the maintenance window executions.
windowExecutions
- Information about the maintenance window 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 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()