@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAppMonitorDataRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetAppMonitorDataRequest() |
Modifier and Type | Method and Description |
---|---|
GetAppMonitorDataRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<QueryFilter> |
getFilters()
An array of structures that you can use to filter the results to those that match one or more sets of key-value
pairs that you specify.
|
Integer |
getMaxResults()
The maximum number of results to return in one operation.
|
String |
getName()
The name of the app monitor that collected the data that you want to retrieve.
|
String |
getNextToken()
Use the token returned by the previous operation to request the next page of results.
|
TimeRange |
getTimeRange()
A structure that defines the time range that you want to retrieve results from.
|
int |
hashCode() |
void |
setFilters(Collection<QueryFilter> filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value
pairs that you specify.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in one operation.
|
void |
setName(String name)
The name of the app monitor that collected the data that you want to retrieve.
|
void |
setNextToken(String nextToken)
Use the token returned by the previous operation to request the next page of results.
|
void |
setTimeRange(TimeRange timeRange)
A structure that defines the time range that you want to retrieve results from.
|
String |
toString()
Returns a string representation of this object.
|
GetAppMonitorDataRequest |
withFilters(Collection<QueryFilter> filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value
pairs that you specify.
|
GetAppMonitorDataRequest |
withFilters(QueryFilter... filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value
pairs that you specify.
|
GetAppMonitorDataRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in one operation.
|
GetAppMonitorDataRequest |
withName(String name)
The name of the app monitor that collected the data that you want to retrieve.
|
GetAppMonitorDataRequest |
withNextToken(String nextToken)
Use the token returned by the previous operation to request the next page of results.
|
GetAppMonitorDataRequest |
withTimeRange(TimeRange timeRange)
A structure that defines the time range that you want to retrieve results from.
|
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<QueryFilter> getFilters()
An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.
public void setFilters(Collection<QueryFilter> filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.
filters
- An array of structures that you can use to filter the results to those that match one or more sets of
key-value pairs that you specify.public GetAppMonitorDataRequest withFilters(QueryFilter... filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.
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
- An array of structures that you can use to filter the results to those that match one or more sets of
key-value pairs that you specify.public GetAppMonitorDataRequest withFilters(Collection<QueryFilter> filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.
filters
- An array of structures that you can use to filter the results to those that match one or more sets of
key-value pairs that you specify.public void setMaxResults(Integer maxResults)
The maximum number of results to return in one operation.
maxResults
- The maximum number of results to return in one operation.public Integer getMaxResults()
The maximum number of results to return in one operation.
public GetAppMonitorDataRequest withMaxResults(Integer maxResults)
The maximum number of results to return in one operation.
maxResults
- The maximum number of results to return in one operation.public void setName(String name)
The name of the app monitor that collected the data that you want to retrieve.
name
- The name of the app monitor that collected the data that you want to retrieve.public String getName()
The name of the app monitor that collected the data that you want to retrieve.
public GetAppMonitorDataRequest withName(String name)
The name of the app monitor that collected the data that you want to retrieve.
name
- The name of the app monitor that collected the data that you want to retrieve.public void setNextToken(String nextToken)
Use the token returned by the previous operation to request the next page of results.
nextToken
- Use the token returned by the previous operation to request the next page of results.public String getNextToken()
Use the token returned by the previous operation to request the next page of results.
public GetAppMonitorDataRequest withNextToken(String nextToken)
Use the token returned by the previous operation to request the next page of results.
nextToken
- Use the token returned by the previous operation to request the next page of results.public void setTimeRange(TimeRange timeRange)
A structure that defines the time range that you want to retrieve results from.
timeRange
- A structure that defines the time range that you want to retrieve results from.public TimeRange getTimeRange()
A structure that defines the time range that you want to retrieve results from.
public GetAppMonitorDataRequest withTimeRange(TimeRange timeRange)
A structure that defines the time range that you want to retrieve results from.
timeRange
- A structure that defines the time range that you want to retrieve results from.public String toString()
toString
in class Object
Object.toString()
public GetAppMonitorDataRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()