@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAnomalyMonitorsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetAnomalyMonitorsRequest() |
Modifier and Type | Method and Description |
---|---|
GetAnomalyMonitorsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The number of entries that a paginated response contains.
|
List<String> |
getMonitorArnList()
A list of cost anomaly monitor ARNs.
|
String |
getNextPageToken()
The token to retrieve the next set of results.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The number of entries that a paginated response contains.
|
void |
setMonitorArnList(Collection<String> monitorArnList)
A list of cost anomaly monitor ARNs.
|
void |
setNextPageToken(String nextPageToken)
The token to retrieve the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
GetAnomalyMonitorsRequest |
withMaxResults(Integer maxResults)
The number of entries that a paginated response contains.
|
GetAnomalyMonitorsRequest |
withMonitorArnList(Collection<String> monitorArnList)
A list of cost anomaly monitor ARNs.
|
GetAnomalyMonitorsRequest |
withMonitorArnList(String... monitorArnList)
A list of cost anomaly monitor ARNs.
|
GetAnomalyMonitorsRequest |
withNextPageToken(String nextPageToken)
The token to retrieve the next set of results.
|
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 List<String> getMonitorArnList()
A list of cost anomaly monitor ARNs.
public void setMonitorArnList(Collection<String> monitorArnList)
A list of cost anomaly monitor ARNs.
monitorArnList
- A list of cost anomaly monitor ARNs.public GetAnomalyMonitorsRequest withMonitorArnList(String... monitorArnList)
A list of cost anomaly monitor ARNs.
NOTE: This method appends the values to the existing list (if any). Use
setMonitorArnList(java.util.Collection)
or withMonitorArnList(java.util.Collection)
if you want
to override the existing values.
monitorArnList
- A list of cost anomaly monitor ARNs.public GetAnomalyMonitorsRequest withMonitorArnList(Collection<String> monitorArnList)
A list of cost anomaly monitor ARNs.
monitorArnList
- A list of cost anomaly monitor ARNs.public void setNextPageToken(String nextPageToken)
The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
nextPageToken
- The token to retrieve the next set of results. Amazon Web Services provides the token when the response
from a previous call has more results than the maximum page size.public String getNextPageToken()
The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
public GetAnomalyMonitorsRequest withNextPageToken(String nextPageToken)
The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
nextPageToken
- The token to retrieve the next set of results. Amazon Web Services provides the token when the response
from a previous call has more results than the maximum page size.public void setMaxResults(Integer maxResults)
The number of entries that a paginated response contains.
maxResults
- The number of entries that a paginated response contains.public Integer getMaxResults()
The number of entries that a paginated response contains.
public GetAnomalyMonitorsRequest withMaxResults(Integer maxResults)
The number of entries that a paginated response contains.
maxResults
- The number of entries that a paginated response contains.public String toString()
toString
in class Object
Object.toString()
public GetAnomalyMonitorsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()