@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getEndTime()
The time stamp indicating the latest data to be returned.
|
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 call, 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 |
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 call, 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; useful for testing and debugging.
|
GetMetricDataRequest |
withEndTime(Date endTime)
The time stamp indicating the latest data to be returned.
|
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 call, 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, 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 100
MetricDataQuery
structures. Each of these structures can specify either a metric to retrieve, or a
math expression to perform on retrieved data.
GetMetricData
call can include as many as 100
MetricDataQuery
structures. Each of these structures can specify either a metric to
retrieve, 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 100
MetricDataQuery
structures. Each of these structures can specify either a metric to retrieve, 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 100
MetricDataQuery
structures. Each of these structures can specify either a metric to retrieve,
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 100
MetricDataQuery
structures. Each of these structures can specify either a metric to retrieve, 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 100
MetricDataQuery
structures. Each of these structures can specify either a metric to retrieve,
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 100
MetricDataQuery
structures. Each of these structures can specify either a metric to retrieve, 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 100
MetricDataQuery
structures. Each of these structures can specify either a metric to retrieve,
or a math expression to perform on retrieved data.public void setStartTime(Date startTime)
The time stamp indicating the earliest data to be returned.
startTime
- The time stamp indicating the earliest data to be returned.public Date getStartTime()
The time stamp indicating the earliest data to be returned.
public GetMetricDataRequest withStartTime(Date startTime)
The time stamp indicating the earliest data to be returned.
startTime
- The time stamp indicating the earliest data to be returned.public void setEndTime(Date endTime)
The time stamp indicating the latest data to be returned.
endTime
- The time stamp indicating the latest data to be returned.public Date getEndTime()
The time stamp indicating the latest data to be returned.
public GetMetricDataRequest withEndTime(Date endTime)
The time stamp indicating the latest data to be returned.
endTime
- The time stamp indicating the latest data to be returned.public void setNextToken(String nextToken)
Include this value, if it was returned by the previous call, to get the next set of data points.
nextToken
- Include this value, if it was returned by the previous call, to get the next set of data points.public String getNextToken()
Include this value, if it was returned by the previous call, to get the next set of data points.
public GetMetricDataRequest withNextToken(String nextToken)
Include this value, if it was returned by the previous call, to get the next set of data points.
nextToken
- Include this value, if it was returned by the previous call, 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.
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.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.
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.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.
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.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.
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.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 String toString()
toString
in class Object
Object.toString()
public GetMetricDataRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.