@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeMaintenanceWindowTargetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeMaintenanceWindowTargetsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeMaintenanceWindowTargetsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<MaintenanceWindowFilter> |
getFilters()
Optional filters that can be used to narrow down the scope of the returned window targets.
|
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 |
getWindowId()
The ID of the maintenance window whose targets should be retrieved.
|
int |
hashCode() |
void |
setFilters(Collection<MaintenanceWindowFilter> filters)
Optional filters that can be used to narrow down the scope of the returned window targets.
|
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 |
setWindowId(String windowId)
The ID of the maintenance window whose targets should be retrieved.
|
String |
toString()
Returns a string representation of this object.
|
DescribeMaintenanceWindowTargetsRequest |
withFilters(Collection<MaintenanceWindowFilter> filters)
Optional filters that can be used to narrow down the scope of the returned window targets.
|
DescribeMaintenanceWindowTargetsRequest |
withFilters(MaintenanceWindowFilter... filters)
Optional filters that can be used to narrow down the scope of the returned window targets.
|
DescribeMaintenanceWindowTargetsRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
DescribeMaintenanceWindowTargetsRequest |
withNextToken(String nextToken)
The token for the next set of items to return.
|
DescribeMaintenanceWindowTargetsRequest |
withWindowId(String windowId)
The ID of the maintenance window whose targets should be retrieved.
|
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 DescribeMaintenanceWindowTargetsRequest()
public void setWindowId(String windowId)
The ID of the maintenance window whose targets should be retrieved.
windowId
- The ID of the maintenance window whose targets should be retrieved.public String getWindowId()
The ID of the maintenance window whose targets should be retrieved.
public DescribeMaintenanceWindowTargetsRequest withWindowId(String windowId)
The ID of the maintenance window whose targets should be retrieved.
windowId
- The ID of the maintenance window whose targets should be retrieved.public List<MaintenanceWindowFilter> getFilters()
Optional filters that can be used to narrow down the scope of the returned window targets. The supported filter
keys are Type
, WindowTargetId
, and OwnerInformation
.
Type
, WindowTargetId
, and OwnerInformation
.public void setFilters(Collection<MaintenanceWindowFilter> filters)
Optional filters that can be used to narrow down the scope of the returned window targets. The supported filter
keys are Type
, WindowTargetId
, and OwnerInformation
.
filters
- Optional filters that can be used to narrow down the scope of the returned window targets. The supported
filter keys are Type
, WindowTargetId
, and OwnerInformation
.public DescribeMaintenanceWindowTargetsRequest withFilters(MaintenanceWindowFilter... filters)
Optional filters that can be used to narrow down the scope of the returned window targets. The supported filter
keys are Type
, WindowTargetId
, and OwnerInformation
.
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
- Optional filters that can be used to narrow down the scope of the returned window targets. The supported
filter keys are Type
, WindowTargetId
, and OwnerInformation
.public DescribeMaintenanceWindowTargetsRequest withFilters(Collection<MaintenanceWindowFilter> filters)
Optional filters that can be used to narrow down the scope of the returned window targets. The supported filter
keys are Type
, WindowTargetId
, and OwnerInformation
.
filters
- Optional filters that can be used to narrow down the scope of the returned window targets. The supported
filter keys are Type
, WindowTargetId
, and OwnerInformation
.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 DescribeMaintenanceWindowTargetsRequest 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 DescribeMaintenanceWindowTargetsRequest 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 DescribeMaintenanceWindowTargetsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()