@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMetricStatisticsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetMetricStatisticsRequest() |
Modifier and Type | Method and Description |
---|---|
GetMetricStatisticsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<Dimension> |
getDimensions()
The dimensions.
|
Date |
getEndTime()
The time stamp that determines the last data point to return.
|
List<String> |
getExtendedStatistics()
The percentile statistics.
|
String |
getMetricName()
The name of the metric, with or without spaces.
|
String |
getNamespace()
The namespace of the metric, with or without spaces.
|
Integer |
getPeriod()
The granularity, in seconds, of the returned data points.
|
Date |
getStartTime()
The time stamp that determines the first data point to return.
|
List<String> |
getStatistics()
The metric statistics, other than percentile.
|
String |
getUnit()
The unit for a given metric.
|
int |
hashCode() |
void |
setDimensions(Collection<Dimension> dimensions)
The dimensions.
|
void |
setEndTime(Date endTime)
The time stamp that determines the last data point to return.
|
void |
setExtendedStatistics(Collection<String> extendedStatistics)
The percentile statistics.
|
void |
setMetricName(String metricName)
The name of the metric, with or without spaces.
|
void |
setNamespace(String namespace)
The namespace of the metric, with or without spaces.
|
void |
setPeriod(Integer period)
The granularity, in seconds, of the returned data points.
|
void |
setStartTime(Date startTime)
The time stamp that determines the first data point to return.
|
void |
setStatistics(Collection<String> statistics)
The metric statistics, other than percentile.
|
void |
setUnit(StandardUnit unit)
The unit for a given metric.
|
void |
setUnit(String unit)
The unit for a given metric.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetMetricStatisticsRequest |
withDimensions(Collection<Dimension> dimensions)
The dimensions.
|
GetMetricStatisticsRequest |
withDimensions(Dimension... dimensions)
The dimensions.
|
GetMetricStatisticsRequest |
withEndTime(Date endTime)
The time stamp that determines the last data point to return.
|
GetMetricStatisticsRequest |
withExtendedStatistics(Collection<String> extendedStatistics)
The percentile statistics.
|
GetMetricStatisticsRequest |
withExtendedStatistics(String... extendedStatistics)
The percentile statistics.
|
GetMetricStatisticsRequest |
withMetricName(String metricName)
The name of the metric, with or without spaces.
|
GetMetricStatisticsRequest |
withNamespace(String namespace)
The namespace of the metric, with or without spaces.
|
GetMetricStatisticsRequest |
withPeriod(Integer period)
The granularity, in seconds, of the returned data points.
|
GetMetricStatisticsRequest |
withStartTime(Date startTime)
The time stamp that determines the first data point to return.
|
GetMetricStatisticsRequest |
withStatistics(Collection<String> statistics)
The metric statistics, other than percentile.
|
GetMetricStatisticsRequest |
withStatistics(Statistic... statistics)
The metric statistics, other than percentile.
|
GetMetricStatisticsRequest |
withStatistics(String... statistics)
The metric statistics, other than percentile.
|
GetMetricStatisticsRequest |
withUnit(StandardUnit unit)
The unit for a given metric.
|
GetMetricStatisticsRequest |
withUnit(String unit)
The unit for a given metric.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setNamespace(String namespace)
The namespace of the metric, with or without spaces.
namespace
- The namespace of the metric, with or without spaces.public String getNamespace()
The namespace of the metric, with or without spaces.
public GetMetricStatisticsRequest withNamespace(String namespace)
The namespace of the metric, with or without spaces.
namespace
- The namespace of the metric, with or without spaces.public void setMetricName(String metricName)
The name of the metric, with or without spaces.
metricName
- The name of the metric, with or without spaces.public String getMetricName()
The name of the metric, with or without spaces.
public GetMetricStatisticsRequest withMetricName(String metricName)
The name of the metric, with or without spaces.
metricName
- The name of the metric, with or without spaces.public List<Dimension> getDimensions()
The dimensions. If the metric contains multiple dimensions, you must include a value for each dimension. CloudWatch treats each unique combination of dimensions as a separate metric. You can't retrieve statistics using combinations of dimensions that were not specially published. You must specify the same dimensions that were used when the metrics were created. For an example, see Dimension Combinations in the Amazon CloudWatch User Guide. For more information on specifying dimensions, see Publishing Metrics in the Amazon CloudWatch User Guide.
public void setDimensions(Collection<Dimension> dimensions)
The dimensions. If the metric contains multiple dimensions, you must include a value for each dimension. CloudWatch treats each unique combination of dimensions as a separate metric. You can't retrieve statistics using combinations of dimensions that were not specially published. You must specify the same dimensions that were used when the metrics were created. For an example, see Dimension Combinations in the Amazon CloudWatch User Guide. For more information on specifying dimensions, see Publishing Metrics in the Amazon CloudWatch User Guide.
dimensions
- The dimensions. If the metric contains multiple dimensions, you must include a value for each dimension.
CloudWatch treats each unique combination of dimensions as a separate metric. You can't retrieve
statistics using combinations of dimensions that were not specially published. You must specify the same
dimensions that were used when the metrics were created. For an example, see Dimension Combinations in the Amazon CloudWatch User Guide. For more information on specifying
dimensions, see Publishing
Metrics in the Amazon CloudWatch User Guide.public GetMetricStatisticsRequest withDimensions(Dimension... dimensions)
The dimensions. If the metric contains multiple dimensions, you must include a value for each dimension. CloudWatch treats each unique combination of dimensions as a separate metric. You can't retrieve statistics using combinations of dimensions that were not specially published. You must specify the same dimensions that were used when the metrics were created. For an example, see Dimension Combinations in the Amazon CloudWatch User Guide. For more information on specifying dimensions, see Publishing Metrics in the Amazon CloudWatch User Guide.
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.
dimensions
- The dimensions. If the metric contains multiple dimensions, you must include a value for each dimension.
CloudWatch treats each unique combination of dimensions as a separate metric. You can't retrieve
statistics using combinations of dimensions that were not specially published. You must specify the same
dimensions that were used when the metrics were created. For an example, see Dimension Combinations in the Amazon CloudWatch User Guide. For more information on specifying
dimensions, see Publishing
Metrics in the Amazon CloudWatch User Guide.public GetMetricStatisticsRequest withDimensions(Collection<Dimension> dimensions)
The dimensions. If the metric contains multiple dimensions, you must include a value for each dimension. CloudWatch treats each unique combination of dimensions as a separate metric. You can't retrieve statistics using combinations of dimensions that were not specially published. You must specify the same dimensions that were used when the metrics were created. For an example, see Dimension Combinations in the Amazon CloudWatch User Guide. For more information on specifying dimensions, see Publishing Metrics in the Amazon CloudWatch User Guide.
dimensions
- The dimensions. If the metric contains multiple dimensions, you must include a value for each dimension.
CloudWatch treats each unique combination of dimensions as a separate metric. You can't retrieve
statistics using combinations of dimensions that were not specially published. You must specify the same
dimensions that were used when the metrics were created. For an example, see Dimension Combinations in the Amazon CloudWatch User Guide. For more information on specifying
dimensions, see Publishing
Metrics in the Amazon CloudWatch User Guide.public void setStartTime(Date startTime)
The time stamp that determines the first data point to return. Note that start times are evaluated relative to the time that CloudWatch receives the request.
The value specified is inclusive; results include data points with the specified time stamp. The time stamp must be in ISO 8601 UTC format (for example, 2016-10-03T23:00:00Z).
CloudWatch rounds the specified time stamp as follows:
Start time less than 15 days ago - Round down to the nearest whole minute. For example, 12:32:34 is rounded down to 12:32:00.
Start time between 15 and 63 days ago - Round down to the nearest 5-minute clock interval. For example, 12:32:34 is rounded down to 12:30:00.
Start time greater than 63 days ago - Round down to the nearest 1-hour clock interval. For example, 12:32:34 is rounded down to 12:00:00.
startTime
- The time stamp that determines the first data point to return. Note that start times are evaluated
relative to the time that CloudWatch receives the request.
The value specified is inclusive; results include data points with the specified time stamp. The time stamp must be in ISO 8601 UTC format (for example, 2016-10-03T23:00:00Z).
CloudWatch rounds the specified time stamp as follows:
Start time less than 15 days ago - Round down to the nearest whole minute. For example, 12:32:34 is rounded down to 12:32:00.
Start time between 15 and 63 days ago - Round down to the nearest 5-minute clock interval. For example, 12:32:34 is rounded down to 12:30:00.
Start time greater than 63 days ago - Round down to the nearest 1-hour clock interval. For example, 12:32:34 is rounded down to 12:00:00.
public Date getStartTime()
The time stamp that determines the first data point to return. Note that start times are evaluated relative to the time that CloudWatch receives the request.
The value specified is inclusive; results include data points with the specified time stamp. The time stamp must be in ISO 8601 UTC format (for example, 2016-10-03T23:00:00Z).
CloudWatch rounds the specified time stamp as follows:
Start time less than 15 days ago - Round down to the nearest whole minute. For example, 12:32:34 is rounded down to 12:32:00.
Start time between 15 and 63 days ago - Round down to the nearest 5-minute clock interval. For example, 12:32:34 is rounded down to 12:30:00.
Start time greater than 63 days ago - Round down to the nearest 1-hour clock interval. For example, 12:32:34 is rounded down to 12:00:00.
The value specified is inclusive; results include data points with the specified time stamp. The time stamp must be in ISO 8601 UTC format (for example, 2016-10-03T23:00:00Z).
CloudWatch rounds the specified time stamp as follows:
Start time less than 15 days ago - Round down to the nearest whole minute. For example, 12:32:34 is rounded down to 12:32:00.
Start time between 15 and 63 days ago - Round down to the nearest 5-minute clock interval. For example, 12:32:34 is rounded down to 12:30:00.
Start time greater than 63 days ago - Round down to the nearest 1-hour clock interval. For example, 12:32:34 is rounded down to 12:00:00.
public GetMetricStatisticsRequest withStartTime(Date startTime)
The time stamp that determines the first data point to return. Note that start times are evaluated relative to the time that CloudWatch receives the request.
The value specified is inclusive; results include data points with the specified time stamp. The time stamp must be in ISO 8601 UTC format (for example, 2016-10-03T23:00:00Z).
CloudWatch rounds the specified time stamp as follows:
Start time less than 15 days ago - Round down to the nearest whole minute. For example, 12:32:34 is rounded down to 12:32:00.
Start time between 15 and 63 days ago - Round down to the nearest 5-minute clock interval. For example, 12:32:34 is rounded down to 12:30:00.
Start time greater than 63 days ago - Round down to the nearest 1-hour clock interval. For example, 12:32:34 is rounded down to 12:00:00.
startTime
- The time stamp that determines the first data point to return. Note that start times are evaluated
relative to the time that CloudWatch receives the request.
The value specified is inclusive; results include data points with the specified time stamp. The time stamp must be in ISO 8601 UTC format (for example, 2016-10-03T23:00:00Z).
CloudWatch rounds the specified time stamp as follows:
Start time less than 15 days ago - Round down to the nearest whole minute. For example, 12:32:34 is rounded down to 12:32:00.
Start time between 15 and 63 days ago - Round down to the nearest 5-minute clock interval. For example, 12:32:34 is rounded down to 12:30:00.
Start time greater than 63 days ago - Round down to the nearest 1-hour clock interval. For example, 12:32:34 is rounded down to 12:00:00.
public void setEndTime(Date endTime)
The time stamp that determines the last data point to return.
The value specified is exclusive; results will include data points up to the specified time stamp. The time stamp must be in ISO 8601 UTC format (for example, 2016-10-10T23:00:00Z).
endTime
- The time stamp that determines the last data point to return.
The value specified is exclusive; results will include data points up to the specified time stamp. The time stamp must be in ISO 8601 UTC format (for example, 2016-10-10T23:00:00Z).
public Date getEndTime()
The time stamp that determines the last data point to return.
The value specified is exclusive; results will include data points up to the specified time stamp. The time stamp must be in ISO 8601 UTC format (for example, 2016-10-10T23:00:00Z).
The value specified is exclusive; results will include data points up to the specified time stamp. The time stamp must be in ISO 8601 UTC format (for example, 2016-10-10T23:00:00Z).
public GetMetricStatisticsRequest withEndTime(Date endTime)
The time stamp that determines the last data point to return.
The value specified is exclusive; results will include data points up to the specified time stamp. The time stamp must be in ISO 8601 UTC format (for example, 2016-10-10T23:00:00Z).
endTime
- The time stamp that determines the last data point to return.
The value specified is exclusive; results will include data points up to the specified time stamp. The time stamp must be in ISO 8601 UTC format (for example, 2016-10-10T23:00:00Z).
public void setPeriod(Integer period)
The granularity, in seconds, of the returned data points. A period can be as short as one minute (60 seconds) and must be a multiple of 60. The default value is 60.
If the StartTime
parameter specifies a time stamp that is greater than 15 days ago, you must specify
the period as follows or no data points in that time range is returned:
Start time between 15 and 63 days ago - Use a multiple of 300 seconds (5 minutes).
Start time greater than 63 days ago - Use a multiple of 3600 seconds (1 hour).
period
- The granularity, in seconds, of the returned data points. A period can be as short as one minute (60
seconds) and must be a multiple of 60. The default value is 60.
If the StartTime
parameter specifies a time stamp that is greater than 15 days ago, you must
specify the period as follows or no data points in that time range is returned:
Start time between 15 and 63 days ago - Use a multiple of 300 seconds (5 minutes).
Start time greater than 63 days ago - Use a multiple of 3600 seconds (1 hour).
public Integer getPeriod()
The granularity, in seconds, of the returned data points. A period can be as short as one minute (60 seconds) and must be a multiple of 60. The default value is 60.
If the StartTime
parameter specifies a time stamp that is greater than 15 days ago, you must specify
the period as follows or no data points in that time range is returned:
Start time between 15 and 63 days ago - Use a multiple of 300 seconds (5 minutes).
Start time greater than 63 days ago - Use a multiple of 3600 seconds (1 hour).
If the StartTime
parameter specifies a time stamp that is greater than 15 days ago, you must
specify the period as follows or no data points in that time range is returned:
Start time between 15 and 63 days ago - Use a multiple of 300 seconds (5 minutes).
Start time greater than 63 days ago - Use a multiple of 3600 seconds (1 hour).
public GetMetricStatisticsRequest withPeriod(Integer period)
The granularity, in seconds, of the returned data points. A period can be as short as one minute (60 seconds) and must be a multiple of 60. The default value is 60.
If the StartTime
parameter specifies a time stamp that is greater than 15 days ago, you must specify
the period as follows or no data points in that time range is returned:
Start time between 15 and 63 days ago - Use a multiple of 300 seconds (5 minutes).
Start time greater than 63 days ago - Use a multiple of 3600 seconds (1 hour).
period
- The granularity, in seconds, of the returned data points. A period can be as short as one minute (60
seconds) and must be a multiple of 60. The default value is 60.
If the StartTime
parameter specifies a time stamp that is greater than 15 days ago, you must
specify the period as follows or no data points in that time range is returned:
Start time between 15 and 63 days ago - Use a multiple of 300 seconds (5 minutes).
Start time greater than 63 days ago - Use a multiple of 3600 seconds (1 hour).
public List<String> getStatistics()
The metric statistics, other than percentile. For percentile statistics, use ExtendedStatistic
.
ExtendedStatistic
.Statistic
public void setStatistics(Collection<String> statistics)
The metric statistics, other than percentile. For percentile statistics, use ExtendedStatistic
.
statistics
- The metric statistics, other than percentile. For percentile statistics, use
ExtendedStatistic
.Statistic
public GetMetricStatisticsRequest withStatistics(String... statistics)
The metric statistics, other than percentile. For percentile statistics, use ExtendedStatistic
.
NOTE: This method appends the values to the existing list (if any). Use
setStatistics(java.util.Collection)
or withStatistics(java.util.Collection)
if you want to
override the existing values.
statistics
- The metric statistics, other than percentile. For percentile statistics, use
ExtendedStatistic
.Statistic
public GetMetricStatisticsRequest withStatistics(Collection<String> statistics)
The metric statistics, other than percentile. For percentile statistics, use ExtendedStatistic
.
statistics
- The metric statistics, other than percentile. For percentile statistics, use
ExtendedStatistic
.Statistic
public GetMetricStatisticsRequest withStatistics(Statistic... statistics)
The metric statistics, other than percentile. For percentile statistics, use ExtendedStatistic
.
statistics
- The metric statistics, other than percentile. For percentile statistics, use
ExtendedStatistic
.Statistic
public List<String> getExtendedStatistics()
The percentile statistics. Specify values between p0.0 and p100.
public void setExtendedStatistics(Collection<String> extendedStatistics)
The percentile statistics. Specify values between p0.0 and p100.
extendedStatistics
- The percentile statistics. Specify values between p0.0 and p100.public GetMetricStatisticsRequest withExtendedStatistics(String... extendedStatistics)
The percentile statistics. Specify values between p0.0 and p100.
NOTE: This method appends the values to the existing list (if any). Use
setExtendedStatistics(java.util.Collection)
or withExtendedStatistics(java.util.Collection)
if
you want to override the existing values.
extendedStatistics
- The percentile statistics. Specify values between p0.0 and p100.public GetMetricStatisticsRequest withExtendedStatistics(Collection<String> extendedStatistics)
The percentile statistics. Specify values between p0.0 and p100.
extendedStatistics
- The percentile statistics. Specify values between p0.0 and p100.public void setUnit(String unit)
The unit for a given metric. Metrics may be reported in multiple units. Not supplying a unit results in all units being returned. If the metric only ever reports one unit, specifying a unit has no effect.
unit
- The unit for a given metric. Metrics may be reported in multiple units. Not supplying a unit results in
all units being returned. If the metric only ever reports one unit, specifying a unit has no effect.StandardUnit
public String getUnit()
The unit for a given metric. Metrics may be reported in multiple units. Not supplying a unit results in all units being returned. If the metric only ever reports one unit, specifying a unit has no effect.
StandardUnit
public GetMetricStatisticsRequest withUnit(String unit)
The unit for a given metric. Metrics may be reported in multiple units. Not supplying a unit results in all units being returned. If the metric only ever reports one unit, specifying a unit has no effect.
unit
- The unit for a given metric. Metrics may be reported in multiple units. Not supplying a unit results in
all units being returned. If the metric only ever reports one unit, specifying a unit has no effect.StandardUnit
public void setUnit(StandardUnit unit)
The unit for a given metric. Metrics may be reported in multiple units. Not supplying a unit results in all units being returned. If the metric only ever reports one unit, specifying a unit has no effect.
unit
- The unit for a given metric. Metrics may be reported in multiple units. Not supplying a unit results in
all units being returned. If the metric only ever reports one unit, specifying a unit has no effect.StandardUnit
public GetMetricStatisticsRequest withUnit(StandardUnit unit)
The unit for a given metric. Metrics may be reported in multiple units. Not supplying a unit results in all units being returned. If the metric only ever reports one unit, specifying a unit has no effect.
unit
- The unit for a given metric. Metrics may be reported in multiple units. Not supplying a unit results in
all units being returned. If the metric only ever reports one unit, specifying a unit has no effect.StandardUnit
public String toString()
toString
in class Object
Object.toString()
public GetMetricStatisticsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.