@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMonitoredResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListMonitoredResourcesRequest() |
Modifier and Type | Method and Description |
---|---|
ListMonitoredResourcesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ListMonitoredResourcesFilters |
getFilters()
Filters to determine which monitored resources you want to retrieve.
|
Integer |
getMaxResults()
The maximum number of results to return with a single call.
|
String |
getNextToken()
The pagination token to use to retrieve the next page of results for this operation.
|
int |
hashCode() |
void |
setFilters(ListMonitoredResourcesFilters filters)
Filters to determine which monitored resources you want to retrieve.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
void |
setNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
String |
toString()
Returns a string representation of this object.
|
ListMonitoredResourcesRequest |
withFilters(ListMonitoredResourcesFilters filters)
Filters to determine which monitored resources you want to retrieve.
|
ListMonitoredResourcesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListMonitoredResourcesRequest |
withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
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 void setFilters(ListMonitoredResourcesFilters filters)
Filters to determine which monitored resources you want to retrieve. You can filter by resource type or resource permission status.
filters
- Filters to determine which monitored resources you want to retrieve. You can filter by resource type or
resource permission status.public ListMonitoredResourcesFilters getFilters()
Filters to determine which monitored resources you want to retrieve. You can filter by resource type or resource permission status.
public ListMonitoredResourcesRequest withFilters(ListMonitoredResourcesFilters filters)
Filters to determine which monitored resources you want to retrieve. You can filter by resource type or resource permission status.
filters
- Filters to determine which monitored resources you want to retrieve. You can filter by resource type or
resource permission status.public void setMaxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another call
with the returned nextToken
value.
maxResults
- The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken
value.public Integer getMaxResults()
The maximum number of results to return with a single call. To retrieve the remaining results, make another call
with the returned nextToken
value.
nextToken
value.public ListMonitoredResourcesRequest withMaxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another call
with the returned nextToken
value.
maxResults
- The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken
value.public void setNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
nextToken
- The pagination token to use to retrieve the next page of results for this operation. If this value is
null, it retrieves the first page.public String getNextToken()
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
public ListMonitoredResourcesRequest withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
nextToken
- The pagination token to use to retrieve the next page of results for this operation. If this value is
null, it retrieves the first page.public String toString()
toString
in class Object
Object.toString()
public ListMonitoredResourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()