@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMetricDataRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetMetricDataRequest() |
Modifier and Type | Method and Description |
---|---|
GetMetricDataRequest |
clone() |
boolean |
equals(Object obj) |
Date |
getEndTime()
The time stamp indicating the latest data to be returned.
|
LabelOptions |
getLabelOptions()
This structure includes the
Timezone parameter, which you can use to specify your time zone so that
the labels of returned data display the correct time for your time zone. |
Integer |
getMaxDatapoints()
The maximum number of data points the request should return before paginating.
|
List<MetricDataQuery> |
getMetricDataQueries()
The metric queries to be returned.
|
String |
getNextToken()
Include this value, if it was returned by the previous
GetMetricData operation, to get the next set
of data points. |
String |
getScanBy()
The order in which data points should be returned.
|
Date |
getStartTime()
The time stamp indicating the earliest data to be returned.
|
int |
hashCode() |
void |
setEndTime(Date endTime)
The time stamp indicating the latest data to be returned.
|
void |
setLabelOptions(LabelOptions labelOptions)
This structure includes the
Timezone parameter, which you can use to specify your time zone so that
the labels of returned data display the correct time for your time zone. |
void |
setMaxDatapoints(Integer maxDatapoints)
The maximum number of data points the request should return before paginating.
|
void |
setMetricDataQueries(Collection<MetricDataQuery> metricDataQueries)
The metric queries to be returned.
|
void |
setNextToken(String nextToken)
Include this value, if it was returned by the previous
GetMetricData operation, to get the next set
of data points. |
void |
setScanBy(String scanBy)
The order in which data points should be returned.
|
void |
setStartTime(Date startTime)
The time stamp indicating the earliest data to be returned.
|
String |
toString()
Returns a string representation of this object.
|
GetMetricDataRequest |
withEndTime(Date endTime)
The time stamp indicating the latest data to be returned.
|
GetMetricDataRequest |
withLabelOptions(LabelOptions labelOptions)
This structure includes the
Timezone parameter, which you can use to specify your time zone so that
the labels of returned data display the correct time for your time zone. |
GetMetricDataRequest |
withMaxDatapoints(Integer maxDatapoints)
The maximum number of data points the request should return before paginating.
|
GetMetricDataRequest |
withMetricDataQueries(Collection<MetricDataQuery> metricDataQueries)
The metric queries to be returned.
|
GetMetricDataRequest |
withMetricDataQueries(MetricDataQuery... metricDataQueries)
The metric queries to be returned.
|
GetMetricDataRequest |
withNextToken(String nextToken)
Include this value, if it was returned by the previous
GetMetricData operation, to get the next set
of data points. |
GetMetricDataRequest |
withScanBy(ScanBy scanBy)
The order in which data points should be returned.
|
GetMetricDataRequest |
withScanBy(String scanBy)
The order in which data points should be returned.
|
GetMetricDataRequest |
withStartTime(Date startTime)
The time stamp indicating the earliest data to be returned.
|
addHandlerContext, copyBaseTo, 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<MetricDataQuery> getMetricDataQueries()
The metric queries to be returned. A single GetMetricData
call can include as many as 500
MetricDataQuery
structures. Each of these structures can specify either a metric to retrieve, a
Metrics Insights query, or a math expression to perform on retrieved data.
GetMetricData
call can include as many as 500
MetricDataQuery
structures. Each of these structures can specify either a metric to
retrieve, a Metrics Insights query, or a math expression to perform on retrieved data.public void setMetricDataQueries(Collection<MetricDataQuery> metricDataQueries)
The metric queries to be returned. A single GetMetricData
call can include as many as 500
MetricDataQuery
structures. Each of these structures can specify either a metric to retrieve, a
Metrics Insights query, or a math expression to perform on retrieved data.
metricDataQueries
- The metric queries to be returned. A single GetMetricData
call can include as many as 500
MetricDataQuery
structures. Each of these structures can specify either a metric to retrieve,
a Metrics Insights query, or a math expression to perform on retrieved data.public GetMetricDataRequest withMetricDataQueries(MetricDataQuery... metricDataQueries)
The metric queries to be returned. A single GetMetricData
call can include as many as 500
MetricDataQuery
structures. Each of these structures can specify either a metric to retrieve, a
Metrics Insights query, or a math expression to perform on retrieved data.
NOTE: This method appends the values to the existing list (if any). Use
setMetricDataQueries(java.util.Collection)
or withMetricDataQueries(java.util.Collection)
if
you want to override the existing values.
metricDataQueries
- The metric queries to be returned. A single GetMetricData
call can include as many as 500
MetricDataQuery
structures. Each of these structures can specify either a metric to retrieve,
a Metrics Insights query, or a math expression to perform on retrieved data.public GetMetricDataRequest withMetricDataQueries(Collection<MetricDataQuery> metricDataQueries)
The metric queries to be returned. A single GetMetricData
call can include as many as 500
MetricDataQuery
structures. Each of these structures can specify either a metric to retrieve, a
Metrics Insights query, or a math expression to perform on retrieved data.
metricDataQueries
- The metric queries to be returned. A single GetMetricData
call can include as many as 500
MetricDataQuery
structures. Each of these structures can specify either a metric to retrieve,
a Metrics Insights query, or a math expression to perform on retrieved data.public void setStartTime(Date startTime)
The time stamp indicating the earliest data to be returned.
The value specified is inclusive; results include data points with the specified time stamp.
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.
If you set Period
to 5, 10, or 30, the start time of your request is rounded down to the nearest
time that corresponds to even 5-, 10-, or 30-second divisions of a minute. For example, if you make a query at
(HH:mm:ss) 01:05:23 for the previous 10-second period, the start time of your request is rounded down and you
receive data from 01:05:10 to 01:05:20. If you make a query at 15:07:17 for the previous 5 minutes of data, using
a period of 5 seconds, you receive data timestamped between 15:02:15 and 15:07:15.
For better performance, specify StartTime
and EndTime
values that align with the value
of the metric's Period
and sync up with the beginning and end of an hour. For example, if the
Period
of a metric is 5 minutes, specifying 12:05 or 12:30 as StartTime
can get a
faster response from CloudWatch than setting 12:07 or 12:29 as the StartTime
.
startTime
- The time stamp indicating the earliest data to be returned.
The value specified is inclusive; results include data points with the specified time stamp.
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.
If you set Period
to 5, 10, or 30, the start time of your request is rounded down to the
nearest time that corresponds to even 5-, 10-, or 30-second divisions of a minute. For example, if you
make a query at (HH:mm:ss) 01:05:23 for the previous 10-second period, the start time of your request is
rounded down and you receive data from 01:05:10 to 01:05:20. If you make a query at 15:07:17 for the
previous 5 minutes of data, using a period of 5 seconds, you receive data timestamped between 15:02:15 and
15:07:15.
For better performance, specify StartTime
and EndTime
values that align with the
value of the metric's Period
and sync up with the beginning and end of an hour. For example,
if the Period
of a metric is 5 minutes, specifying 12:05 or 12:30 as StartTime
can get a faster response from CloudWatch than setting 12:07 or 12:29 as the StartTime
.
public Date getStartTime()
The time stamp indicating the earliest data to be returned.
The value specified is inclusive; results include data points with the specified time stamp.
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.
If you set Period
to 5, 10, or 30, the start time of your request is rounded down to the nearest
time that corresponds to even 5-, 10-, or 30-second divisions of a minute. For example, if you make a query at
(HH:mm:ss) 01:05:23 for the previous 10-second period, the start time of your request is rounded down and you
receive data from 01:05:10 to 01:05:20. If you make a query at 15:07:17 for the previous 5 minutes of data, using
a period of 5 seconds, you receive data timestamped between 15:02:15 and 15:07:15.
For better performance, specify StartTime
and EndTime
values that align with the value
of the metric's Period
and sync up with the beginning and end of an hour. For example, if the
Period
of a metric is 5 minutes, specifying 12:05 or 12:30 as StartTime
can get a
faster response from CloudWatch than setting 12:07 or 12:29 as the StartTime
.
The value specified is inclusive; results include data points with the specified time stamp.
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.
If you set Period
to 5, 10, or 30, the start time of your request is rounded down to the
nearest time that corresponds to even 5-, 10-, or 30-second divisions of a minute. For example, if you
make a query at (HH:mm:ss) 01:05:23 for the previous 10-second period, the start time of your request is
rounded down and you receive data from 01:05:10 to 01:05:20. If you make a query at 15:07:17 for the
previous 5 minutes of data, using a period of 5 seconds, you receive data timestamped between 15:02:15
and 15:07:15.
For better performance, specify StartTime
and EndTime
values that align with
the value of the metric's Period
and sync up with the beginning and end of an hour. For
example, if the Period
of a metric is 5 minutes, specifying 12:05 or 12:30 as
StartTime
can get a faster response from CloudWatch than setting 12:07 or 12:29 as the
StartTime
.
public GetMetricDataRequest withStartTime(Date startTime)
The time stamp indicating the earliest data to be returned.
The value specified is inclusive; results include data points with the specified time stamp.
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.
If you set Period
to 5, 10, or 30, the start time of your request is rounded down to the nearest
time that corresponds to even 5-, 10-, or 30-second divisions of a minute. For example, if you make a query at
(HH:mm:ss) 01:05:23 for the previous 10-second period, the start time of your request is rounded down and you
receive data from 01:05:10 to 01:05:20. If you make a query at 15:07:17 for the previous 5 minutes of data, using
a period of 5 seconds, you receive data timestamped between 15:02:15 and 15:07:15.
For better performance, specify StartTime
and EndTime
values that align with the value
of the metric's Period
and sync up with the beginning and end of an hour. For example, if the
Period
of a metric is 5 minutes, specifying 12:05 or 12:30 as StartTime
can get a
faster response from CloudWatch than setting 12:07 or 12:29 as the StartTime
.
startTime
- The time stamp indicating the earliest data to be returned.
The value specified is inclusive; results include data points with the specified time stamp.
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.
If you set Period
to 5, 10, or 30, the start time of your request is rounded down to the
nearest time that corresponds to even 5-, 10-, or 30-second divisions of a minute. For example, if you
make a query at (HH:mm:ss) 01:05:23 for the previous 10-second period, the start time of your request is
rounded down and you receive data from 01:05:10 to 01:05:20. If you make a query at 15:07:17 for the
previous 5 minutes of data, using a period of 5 seconds, you receive data timestamped between 15:02:15 and
15:07:15.
For better performance, specify StartTime
and EndTime
values that align with the
value of the metric's Period
and sync up with the beginning and end of an hour. For example,
if the Period
of a metric is 5 minutes, specifying 12:05 or 12:30 as StartTime
can get a faster response from CloudWatch than setting 12:07 or 12:29 as the StartTime
.
public void setEndTime(Date endTime)
The time stamp indicating the latest data to be returned.
The value specified is exclusive; results include data points up to the specified time stamp.
For better performance, specify StartTime
and EndTime
values that align with the value
of the metric's Period
and sync up with the beginning and end of an hour. For example, if the
Period
of a metric is 5 minutes, specifying 12:05 or 12:30 as EndTime
can get a faster
response from CloudWatch than setting 12:07 or 12:29 as the EndTime
.
endTime
- The time stamp indicating the latest data to be returned.
The value specified is exclusive; results include data points up to the specified time stamp.
For better performance, specify StartTime
and EndTime
values that align with the
value of the metric's Period
and sync up with the beginning and end of an hour. For example,
if the Period
of a metric is 5 minutes, specifying 12:05 or 12:30 as EndTime
can
get a faster response from CloudWatch than setting 12:07 or 12:29 as the EndTime
.
public Date getEndTime()
The time stamp indicating the latest data to be returned.
The value specified is exclusive; results include data points up to the specified time stamp.
For better performance, specify StartTime
and EndTime
values that align with the value
of the metric's Period
and sync up with the beginning and end of an hour. For example, if the
Period
of a metric is 5 minutes, specifying 12:05 or 12:30 as EndTime
can get a faster
response from CloudWatch than setting 12:07 or 12:29 as the EndTime
.
The value specified is exclusive; results include data points up to the specified time stamp.
For better performance, specify StartTime
and EndTime
values that align with
the value of the metric's Period
and sync up with the beginning and end of an hour. For
example, if the Period
of a metric is 5 minutes, specifying 12:05 or 12:30 as
EndTime
can get a faster response from CloudWatch than setting 12:07 or 12:29 as the
EndTime
.
public GetMetricDataRequest withEndTime(Date endTime)
The time stamp indicating the latest data to be returned.
The value specified is exclusive; results include data points up to the specified time stamp.
For better performance, specify StartTime
and EndTime
values that align with the value
of the metric's Period
and sync up with the beginning and end of an hour. For example, if the
Period
of a metric is 5 minutes, specifying 12:05 or 12:30 as EndTime
can get a faster
response from CloudWatch than setting 12:07 or 12:29 as the EndTime
.
endTime
- The time stamp indicating the latest data to be returned.
The value specified is exclusive; results include data points up to the specified time stamp.
For better performance, specify StartTime
and EndTime
values that align with the
value of the metric's Period
and sync up with the beginning and end of an hour. For example,
if the Period
of a metric is 5 minutes, specifying 12:05 or 12:30 as EndTime
can
get a faster response from CloudWatch than setting 12:07 or 12:29 as the EndTime
.
public void setNextToken(String nextToken)
Include this value, if it was returned by the previous GetMetricData
operation, to get the next set
of data points.
nextToken
- Include this value, if it was returned by the previous GetMetricData
operation, to get the
next set of data points.public String getNextToken()
Include this value, if it was returned by the previous GetMetricData
operation, to get the next set
of data points.
GetMetricData
operation, to get the
next set of data points.public GetMetricDataRequest withNextToken(String nextToken)
Include this value, if it was returned by the previous GetMetricData
operation, to get the next set
of data points.
nextToken
- Include this value, if it was returned by the previous GetMetricData
operation, to get the
next set of data points.public void setScanBy(String scanBy)
The order in which data points should be returned. TimestampDescending
returns the newest data first
and paginates when the MaxDatapoints
limit is reached. TimestampAscending
returns the
oldest data first and paginates when the MaxDatapoints
limit is reached.
If you omit this parameter, the default of TimestampDescending
is used.
scanBy
- The order in which data points should be returned. TimestampDescending
returns the newest
data first and paginates when the MaxDatapoints
limit is reached.
TimestampAscending
returns the oldest data first and paginates when the
MaxDatapoints
limit is reached.
If you omit this parameter, the default of TimestampDescending
is used.
ScanBy
public String getScanBy()
The order in which data points should be returned. TimestampDescending
returns the newest data first
and paginates when the MaxDatapoints
limit is reached. TimestampAscending
returns the
oldest data first and paginates when the MaxDatapoints
limit is reached.
If you omit this parameter, the default of TimestampDescending
is used.
TimestampDescending
returns the newest
data first and paginates when the MaxDatapoints
limit is reached.
TimestampAscending
returns the oldest data first and paginates when the
MaxDatapoints
limit is reached.
If you omit this parameter, the default of TimestampDescending
is used.
ScanBy
public GetMetricDataRequest withScanBy(String scanBy)
The order in which data points should be returned. TimestampDescending
returns the newest data first
and paginates when the MaxDatapoints
limit is reached. TimestampAscending
returns the
oldest data first and paginates when the MaxDatapoints
limit is reached.
If you omit this parameter, the default of TimestampDescending
is used.
scanBy
- The order in which data points should be returned. TimestampDescending
returns the newest
data first and paginates when the MaxDatapoints
limit is reached.
TimestampAscending
returns the oldest data first and paginates when the
MaxDatapoints
limit is reached.
If you omit this parameter, the default of TimestampDescending
is used.
ScanBy
public GetMetricDataRequest withScanBy(ScanBy scanBy)
The order in which data points should be returned. TimestampDescending
returns the newest data first
and paginates when the MaxDatapoints
limit is reached. TimestampAscending
returns the
oldest data first and paginates when the MaxDatapoints
limit is reached.
If you omit this parameter, the default of TimestampDescending
is used.
scanBy
- The order in which data points should be returned. TimestampDescending
returns the newest
data first and paginates when the MaxDatapoints
limit is reached.
TimestampAscending
returns the oldest data first and paginates when the
MaxDatapoints
limit is reached.
If you omit this parameter, the default of TimestampDescending
is used.
ScanBy
public void setMaxDatapoints(Integer maxDatapoints)
The maximum number of data points the request should return before paginating. If you omit this, the default of 100,800 is used.
maxDatapoints
- The maximum number of data points the request should return before paginating. If you omit this, the
default of 100,800 is used.public Integer getMaxDatapoints()
The maximum number of data points the request should return before paginating. If you omit this, the default of 100,800 is used.
public GetMetricDataRequest withMaxDatapoints(Integer maxDatapoints)
The maximum number of data points the request should return before paginating. If you omit this, the default of 100,800 is used.
maxDatapoints
- The maximum number of data points the request should return before paginating. If you omit this, the
default of 100,800 is used.public void setLabelOptions(LabelOptions labelOptions)
This structure includes the Timezone
parameter, which you can use to specify your time zone so that
the labels of returned data display the correct time for your time zone.
labelOptions
- This structure includes the Timezone
parameter, which you can use to specify your time zone
so that the labels of returned data display the correct time for your time zone.public LabelOptions getLabelOptions()
This structure includes the Timezone
parameter, which you can use to specify your time zone so that
the labels of returned data display the correct time for your time zone.
Timezone
parameter, which you can use to specify your time zone
so that the labels of returned data display the correct time for your time zone.public GetMetricDataRequest withLabelOptions(LabelOptions labelOptions)
This structure includes the Timezone
parameter, which you can use to specify your time zone so that
the labels of returned data display the correct time for your time zone.
labelOptions
- This structure includes the Timezone
parameter, which you can use to specify your time zone
so that the labels of returned data display the correct time for your time zone.public String toString()
toString
in class Object
Object.toString()
public GetMetricDataRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2024. All rights reserved.