public class ListMetricsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
ListMetrics operation
.
Returns a list of valid metrics stored for the AWS account owner.
Returned metrics can be used with GetMetricStatistics
to
obtain statistical data for a given metric.
NOTE: Up to 500 results are returned for any one call. To retrieve further results, use returned NextToken values with subsequent ListMetrics operations.
NOTE: If you create a metric with the PutMetricData action, allow up to fifteen minutes for the metric to appear in calls to the ListMetrics action.
NOOP
Constructor and Description |
---|
ListMetricsRequest() |
Modifier and Type | Method and Description |
---|---|
ListMetricsRequest |
clone() |
boolean |
equals(Object obj) |
List<DimensionFilter> |
getDimensions()
A list of dimensions to filter against.
|
String |
getMetricName()
The name of the metric to filter against.
|
String |
getNamespace()
The namespace to filter against.
|
String |
getNextToken()
The token returned by a previous call to indicate that there is more
data available.
|
int |
hashCode() |
void |
setDimensions(Collection<DimensionFilter> dimensions)
A list of dimensions to filter against.
|
void |
setMetricName(String metricName)
The name of the metric to filter against.
|
void |
setNamespace(String namespace)
The namespace to filter against.
|
void |
setNextToken(String nextToken)
The token returned by a previous call to indicate that there is more
data available.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListMetricsRequest |
withDimensions(Collection<DimensionFilter> dimensions)
A list of dimensions to filter against.
|
ListMetricsRequest |
withDimensions(DimensionFilter... dimensions)
A list of dimensions to filter against.
|
ListMetricsRequest |
withMetricName(String metricName)
The name of the metric to filter against.
|
ListMetricsRequest |
withNamespace(String namespace)
The namespace to filter against.
|
ListMetricsRequest |
withNextToken(String nextToken)
The token returned by a previous call to indicate that there is more
data available.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getNamespace()
Constraints:
Length: 1 - 255
Pattern: [^:].*
public void setNamespace(String namespace)
Constraints:
Length: 1 - 255
Pattern: [^:].*
namespace
- The namespace to filter against.public ListMetricsRequest withNamespace(String namespace)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
Pattern: [^:].*
namespace
- The namespace to filter against.public String getMetricName()
Constraints:
Length: 1 - 255
public void setMetricName(String metricName)
Constraints:
Length: 1 - 255
metricName
- The name of the metric to filter against.public ListMetricsRequest withMetricName(String metricName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
metricName
- The name of the metric to filter against.public List<DimensionFilter> getDimensions()
Constraints:
Length: 0 - 10
public void setDimensions(Collection<DimensionFilter> dimensions)
Constraints:
Length: 0 - 10
dimensions
- A list of dimensions to filter against.public ListMetricsRequest withDimensions(DimensionFilter... dimensions)
NOTE: This method appends the values to the existing list (if
any). Use setDimensions(java.util.Collection)
or withDimensions(java.util.Collection)
if you want to override the
existing values.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 10
dimensions
- A list of dimensions to filter against.public ListMetricsRequest withDimensions(Collection<DimensionFilter> dimensions)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 10
dimensions
- A list of dimensions to filter against.public String getNextToken()
public void setNextToken(String nextToken)
nextToken
- The token returned by a previous call to indicate that there is more
data available.public ListMetricsRequest withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken
- The token returned by a previous call to indicate that there is more
data available.public String toString()
toString
in class Object
Object.toString()
public ListMetricsRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2015. All rights reserved.