@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeMaintenanceWindowScheduleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeMaintenanceWindowScheduleResult() |
Modifier and Type | Method and Description |
---|---|
DescribeMaintenanceWindowScheduleResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token for the next set of items to return.
|
List<ScheduledWindowExecution> |
getScheduledWindowExecutions()
Information about maintenance window executions scheduled for the specified time range.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
void |
setScheduledWindowExecutions(Collection<ScheduledWindowExecution> scheduledWindowExecutions)
Information about maintenance window executions scheduled for the specified time range.
|
String |
toString()
Returns a string representation of this object.
|
DescribeMaintenanceWindowScheduleResult |
withNextToken(String nextToken)
The token for the next set of items to return.
|
DescribeMaintenanceWindowScheduleResult |
withScheduledWindowExecutions(Collection<ScheduledWindowExecution> scheduledWindowExecutions)
Information about maintenance window executions scheduled for the specified time range.
|
DescribeMaintenanceWindowScheduleResult |
withScheduledWindowExecutions(ScheduledWindowExecution... scheduledWindowExecutions)
Information about maintenance window executions scheduled for the specified time range.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeMaintenanceWindowScheduleResult()
public List<ScheduledWindowExecution> getScheduledWindowExecutions()
Information about maintenance window executions scheduled for the specified time range.
public void setScheduledWindowExecutions(Collection<ScheduledWindowExecution> scheduledWindowExecutions)
Information about maintenance window executions scheduled for the specified time range.
scheduledWindowExecutions
- Information about maintenance window executions scheduled for the specified time range.public DescribeMaintenanceWindowScheduleResult withScheduledWindowExecutions(ScheduledWindowExecution... scheduledWindowExecutions)
Information about maintenance window executions scheduled for the specified time range.
NOTE: This method appends the values to the existing list (if any). Use
setScheduledWindowExecutions(java.util.Collection)
or
withScheduledWindowExecutions(java.util.Collection)
if you want to override the existing values.
scheduledWindowExecutions
- Information about maintenance window executions scheduled for the specified time range.public DescribeMaintenanceWindowScheduleResult withScheduledWindowExecutions(Collection<ScheduledWindowExecution> scheduledWindowExecutions)
Information about maintenance window executions scheduled for the specified time range.
scheduledWindowExecutions
- Information about maintenance window executions scheduled for the specified time range.public void setNextToken(String nextToken)
The token for the next set of items to return. (You use this token in the next call.)
nextToken
- The token for the next set of items to return. (You use this token in the next call.)public String getNextToken()
The token for the next set of items to return. (You use this token in the next call.)
public DescribeMaintenanceWindowScheduleResult withNextToken(String nextToken)
The token for the next set of items to return. (You use this token in the next call.)
nextToken
- The token for the next set of items to return. (You use this token in the next call.)public String toString()
toString
in class Object
Object.toString()
public DescribeMaintenanceWindowScheduleResult clone()