@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeMaintenanceWindowScheduleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeMaintenanceWindowScheduleRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeMaintenanceWindowScheduleRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<PatchOrchestratorFilter> |
getFilters()
Filters used to limit the range of results.
|
Integer |
getMaxResults()
The maximum number of items to return for this call.
|
String |
getNextToken()
The token for the next set of items to return.
|
String |
getResourceType()
The type of resource you want to retrieve information about.
|
List<Target> |
getTargets()
The managed node ID or key-value pair to retrieve information about.
|
String |
getWindowId()
The ID of the maintenance window to retrieve information about.
|
int |
hashCode() |
void |
setFilters(Collection<PatchOrchestratorFilter> filters)
Filters used to limit the range of results.
|
void |
setMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
void |
setResourceType(String resourceType)
The type of resource you want to retrieve information about.
|
void |
setTargets(Collection<Target> targets)
The managed node ID or key-value pair to retrieve information about.
|
void |
setWindowId(String windowId)
The ID of the maintenance window to retrieve information about.
|
String |
toString()
Returns a string representation of this object.
|
DescribeMaintenanceWindowScheduleRequest |
withFilters(Collection<PatchOrchestratorFilter> filters)
Filters used to limit the range of results.
|
DescribeMaintenanceWindowScheduleRequest |
withFilters(PatchOrchestratorFilter... filters)
Filters used to limit the range of results.
|
DescribeMaintenanceWindowScheduleRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
DescribeMaintenanceWindowScheduleRequest |
withNextToken(String nextToken)
The token for the next set of items to return.
|
DescribeMaintenanceWindowScheduleRequest |
withResourceType(MaintenanceWindowResourceType resourceType)
The type of resource you want to retrieve information about.
|
DescribeMaintenanceWindowScheduleRequest |
withResourceType(String resourceType)
The type of resource you want to retrieve information about.
|
DescribeMaintenanceWindowScheduleRequest |
withTargets(Collection<Target> targets)
The managed node ID or key-value pair to retrieve information about.
|
DescribeMaintenanceWindowScheduleRequest |
withTargets(Target... targets)
The managed node ID or key-value pair to retrieve information about.
|
DescribeMaintenanceWindowScheduleRequest |
withWindowId(String windowId)
The ID of the maintenance window to retrieve information about.
|
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 DescribeMaintenanceWindowScheduleRequest()
public void setWindowId(String windowId)
The ID of the maintenance window to retrieve information about.
windowId
- The ID of the maintenance window to retrieve information about.public String getWindowId()
The ID of the maintenance window to retrieve information about.
public DescribeMaintenanceWindowScheduleRequest withWindowId(String windowId)
The ID of the maintenance window to retrieve information about.
windowId
- The ID of the maintenance window to retrieve information about.public List<Target> getTargets()
The managed node ID or key-value pair to retrieve information about.
public void setTargets(Collection<Target> targets)
The managed node ID or key-value pair to retrieve information about.
targets
- The managed node ID or key-value pair to retrieve information about.public DescribeMaintenanceWindowScheduleRequest withTargets(Target... targets)
The managed node ID or key-value pair to retrieve information about.
NOTE: This method appends the values to the existing list (if any). Use
setTargets(java.util.Collection)
or withTargets(java.util.Collection)
if you want to override
the existing values.
targets
- The managed node ID or key-value pair to retrieve information about.public DescribeMaintenanceWindowScheduleRequest withTargets(Collection<Target> targets)
The managed node ID or key-value pair to retrieve information about.
targets
- The managed node ID or key-value pair to retrieve information about.public void setResourceType(String resourceType)
The type of resource you want to retrieve information about. For example, INSTANCE
.
resourceType
- The type of resource you want to retrieve information about. For example, INSTANCE
.MaintenanceWindowResourceType
public String getResourceType()
The type of resource you want to retrieve information about. For example, INSTANCE
.
INSTANCE
.MaintenanceWindowResourceType
public DescribeMaintenanceWindowScheduleRequest withResourceType(String resourceType)
The type of resource you want to retrieve information about. For example, INSTANCE
.
resourceType
- The type of resource you want to retrieve information about. For example, INSTANCE
.MaintenanceWindowResourceType
public DescribeMaintenanceWindowScheduleRequest withResourceType(MaintenanceWindowResourceType resourceType)
The type of resource you want to retrieve information about. For example, INSTANCE
.
resourceType
- The type of resource you want to retrieve information about. For example, INSTANCE
.MaintenanceWindowResourceType
public List<PatchOrchestratorFilter> getFilters()
Filters used to limit the range of results. For example, you can limit maintenance window executions to only those scheduled before or after a certain date and time.
public void setFilters(Collection<PatchOrchestratorFilter> filters)
Filters used to limit the range of results. For example, you can limit maintenance window executions to only those scheduled before or after a certain date and time.
filters
- Filters used to limit the range of results. For example, you can limit maintenance window executions to
only those scheduled before or after a certain date and time.public DescribeMaintenanceWindowScheduleRequest withFilters(PatchOrchestratorFilter... filters)
Filters used to limit the range of results. For example, you can limit maintenance window executions to only those scheduled before or after a certain date and time.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- Filters used to limit the range of results. For example, you can limit maintenance window executions to
only those scheduled before or after a certain date and time.public DescribeMaintenanceWindowScheduleRequest withFilters(Collection<PatchOrchestratorFilter> filters)
Filters used to limit the range of results. For example, you can limit maintenance window executions to only those scheduled before or after a certain date and time.
filters
- Filters used to limit the range of results. For example, you can limit maintenance window executions to
only those scheduled before or after a certain date and time.public void setMaxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults
- The maximum number of items to return for this call. The call also returns a token that you can specify in
a subsequent call to get the next set of results.public Integer getMaxResults()
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
public DescribeMaintenanceWindowScheduleRequest withMaxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults
- The maximum number of items to return for this call. The call also returns a token that you can specify in
a subsequent call to get the next set of results.public void setNextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)public String getNextToken()
The token for the next set of items to return. (You received this token from a previous call.)
public DescribeMaintenanceWindowScheduleRequest withNextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)public String toString()
toString
in class Object
Object.toString()
public DescribeMaintenanceWindowScheduleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()