@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetFrameMetricDataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The structure representing the BatchGetFrameMetricDataResponse.
| Constructor and Description | 
|---|
| BatchGetFrameMetricDataResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| BatchGetFrameMetricDataResult | addUnprocessedEndTimesEntry(String key,
                           List<TimestampStructure> value)Add a single UnprocessedEndTimes entry | 
| BatchGetFrameMetricDataResult | clearUnprocessedEndTimesEntries()Removes all the entries added into UnprocessedEndTimes. | 
| BatchGetFrameMetricDataResult | clone() | 
| boolean | equals(Object obj) | 
| Date | getEndTime()
 The end time of the time period for the returned time series values. | 
| List<TimestampStructure> | getEndTimes()
 List of instances, or time steps, in the time series. | 
| List<FrameMetricDatum> | getFrameMetricData()
 Details of the metrics to request a time series of values. | 
| String | getResolution()
 Resolution or granularity of the profile data used to generate the time series. | 
| Date | getStartTime()
 The start time of the time period for the returned time series values. | 
| Map<String,List<TimestampStructure>> | getUnprocessedEndTimes()
 List of instances which remained unprocessed. | 
| int | hashCode() | 
| void | setEndTime(Date endTime)
 The end time of the time period for the returned time series values. | 
| void | setEndTimes(Collection<TimestampStructure> endTimes)
 List of instances, or time steps, in the time series. | 
| void | setFrameMetricData(Collection<FrameMetricDatum> frameMetricData)
 Details of the metrics to request a time series of values. | 
| void | setResolution(String resolution)
 Resolution or granularity of the profile data used to generate the time series. | 
| void | setStartTime(Date startTime)
 The start time of the time period for the returned time series values. | 
| void | setUnprocessedEndTimes(Map<String,List<TimestampStructure>> unprocessedEndTimes)
 List of instances which remained unprocessed. | 
| String | toString()Returns a string representation of this object. | 
| BatchGetFrameMetricDataResult | withEndTime(Date endTime)
 The end time of the time period for the returned time series values. | 
| BatchGetFrameMetricDataResult | withEndTimes(Collection<TimestampStructure> endTimes)
 List of instances, or time steps, in the time series. | 
| BatchGetFrameMetricDataResult | withEndTimes(TimestampStructure... endTimes)
 List of instances, or time steps, in the time series. | 
| BatchGetFrameMetricDataResult | withFrameMetricData(Collection<FrameMetricDatum> frameMetricData)
 Details of the metrics to request a time series of values. | 
| BatchGetFrameMetricDataResult | withFrameMetricData(FrameMetricDatum... frameMetricData)
 Details of the metrics to request a time series of values. | 
| BatchGetFrameMetricDataResult | withResolution(AggregationPeriod resolution)
 Resolution or granularity of the profile data used to generate the time series. | 
| BatchGetFrameMetricDataResult | withResolution(String resolution)
 Resolution or granularity of the profile data used to generate the time series. | 
| BatchGetFrameMetricDataResult | withStartTime(Date startTime)
 The start time of the time period for the returned time series values. | 
| BatchGetFrameMetricDataResult | withUnprocessedEndTimes(Map<String,List<TimestampStructure>> unprocessedEndTimes)
 List of instances which remained unprocessed. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setEndTime(Date endTime)
The end time of the time period for the returned time series values. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
endTime - The end time of the time period for the returned time series values. This is specified using the ISO 8601
        format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.public Date getEndTime()
The end time of the time period for the returned time series values. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
public BatchGetFrameMetricDataResult withEndTime(Date endTime)
The end time of the time period for the returned time series values. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
endTime - The end time of the time period for the returned time series values. This is specified using the ISO 8601
        format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.public List<TimestampStructure> getEndTimes()
 List of instances, or time steps, in the time series. For example, if the period is one day (
 PT24H)), and the resolution is five minutes (PT5M), then there are 288
 endTimes in the list that are each five minutes appart.
 
period is one day
         (PT24H)), and the resolution is five minutes (PT5M), then there
         are 288 endTimes in the list that are each five minutes appart.public void setEndTimes(Collection<TimestampStructure> endTimes)
 List of instances, or time steps, in the time series. For example, if the period is one day (
 PT24H)), and the resolution is five minutes (PT5M), then there are 288
 endTimes in the list that are each five minutes appart.
 
endTimes - List of instances, or time steps, in the time series. For example, if the period is one day (
        PT24H)), and the resolution is five minutes (PT5M), then there are
        288 endTimes in the list that are each five minutes appart.public BatchGetFrameMetricDataResult withEndTimes(TimestampStructure... endTimes)
 List of instances, or time steps, in the time series. For example, if the period is one day (
 PT24H)), and the resolution is five minutes (PT5M), then there are 288
 endTimes in the list that are each five minutes appart.
 
 NOTE: This method appends the values to the existing list (if any). Use
 setEndTimes(java.util.Collection) or withEndTimes(java.util.Collection) if you want to override
 the existing values.
 
endTimes - List of instances, or time steps, in the time series. For example, if the period is one day (
        PT24H)), and the resolution is five minutes (PT5M), then there are
        288 endTimes in the list that are each five minutes appart.public BatchGetFrameMetricDataResult withEndTimes(Collection<TimestampStructure> endTimes)
 List of instances, or time steps, in the time series. For example, if the period is one day (
 PT24H)), and the resolution is five minutes (PT5M), then there are 288
 endTimes in the list that are each five minutes appart.
 
endTimes - List of instances, or time steps, in the time series. For example, if the period is one day (
        PT24H)), and the resolution is five minutes (PT5M), then there are
        288 endTimes in the list that are each five minutes appart.public List<FrameMetricDatum> getFrameMetricData()
Details of the metrics to request a time series of values. The metric includes the name of the frame, the aggregation type to calculate the metric value for the frame, and the thread states to use to get the count for the metric value of the frame.
public void setFrameMetricData(Collection<FrameMetricDatum> frameMetricData)
Details of the metrics to request a time series of values. The metric includes the name of the frame, the aggregation type to calculate the metric value for the frame, and the thread states to use to get the count for the metric value of the frame.
frameMetricData - Details of the metrics to request a time series of values. The metric includes the name of the frame, the
        aggregation type to calculate the metric value for the frame, and the thread states to use to get the
        count for the metric value of the frame.public BatchGetFrameMetricDataResult withFrameMetricData(FrameMetricDatum... frameMetricData)
Details of the metrics to request a time series of values. The metric includes the name of the frame, the aggregation type to calculate the metric value for the frame, and the thread states to use to get the count for the metric value of the frame.
 NOTE: This method appends the values to the existing list (if any). Use
 setFrameMetricData(java.util.Collection) or withFrameMetricData(java.util.Collection) if you
 want to override the existing values.
 
frameMetricData - Details of the metrics to request a time series of values. The metric includes the name of the frame, the
        aggregation type to calculate the metric value for the frame, and the thread states to use to get the
        count for the metric value of the frame.public BatchGetFrameMetricDataResult withFrameMetricData(Collection<FrameMetricDatum> frameMetricData)
Details of the metrics to request a time series of values. The metric includes the name of the frame, the aggregation type to calculate the metric value for the frame, and the thread states to use to get the count for the metric value of the frame.
frameMetricData - Details of the metrics to request a time series of values. The metric includes the name of the frame, the
        aggregation type to calculate the metric value for the frame, and the thread states to use to get the
        count for the metric value of the frame.public void setResolution(String resolution)
Resolution or granularity of the profile data used to generate the time series. This is the value used to jump through time steps in a time series. There are 3 valid values.
 P1D — 1 day
 
 PT1H — 1 hour
 
 PT5M — 5 minutes
 
resolution - Resolution or granularity of the profile data used to generate the time series. This is the value used to
        jump through time steps in a time series. There are 3 valid values. 
        
        P1D — 1 day
        
        PT1H — 1 hour
        
        PT5M — 5 minutes
        
AggregationPeriodpublic String getResolution()
Resolution or granularity of the profile data used to generate the time series. This is the value used to jump through time steps in a time series. There are 3 valid values.
 P1D — 1 day
 
 PT1H — 1 hour
 
 PT5M — 5 minutes
 
         P1D — 1 day
         
         PT1H — 1 hour
         
         PT5M — 5 minutes
         
AggregationPeriodpublic BatchGetFrameMetricDataResult withResolution(String resolution)
Resolution or granularity of the profile data used to generate the time series. This is the value used to jump through time steps in a time series. There are 3 valid values.
 P1D — 1 day
 
 PT1H — 1 hour
 
 PT5M — 5 minutes
 
resolution - Resolution or granularity of the profile data used to generate the time series. This is the value used to
        jump through time steps in a time series. There are 3 valid values. 
        
        P1D — 1 day
        
        PT1H — 1 hour
        
        PT5M — 5 minutes
        
AggregationPeriodpublic BatchGetFrameMetricDataResult withResolution(AggregationPeriod resolution)
Resolution or granularity of the profile data used to generate the time series. This is the value used to jump through time steps in a time series. There are 3 valid values.
 P1D — 1 day
 
 PT1H — 1 hour
 
 PT5M — 5 minutes
 
resolution - Resolution or granularity of the profile data used to generate the time series. This is the value used to
        jump through time steps in a time series. There are 3 valid values. 
        
        P1D — 1 day
        
        PT1H — 1 hour
        
        PT5M — 5 minutes
        
AggregationPeriodpublic void setStartTime(Date startTime)
The start time of the time period for the returned time series values. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
startTime - The start time of the time period for the returned time series values. This is specified using the ISO
        8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM
        UTC.public Date getStartTime()
The start time of the time period for the returned time series values. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
public BatchGetFrameMetricDataResult withStartTime(Date startTime)
The start time of the time period for the returned time series values. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
startTime - The start time of the time period for the returned time series values. This is specified using the ISO
        8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM
        UTC.public Map<String,List<TimestampStructure>> getUnprocessedEndTimes()
List of instances which remained unprocessed. This will create a missing time step in the list of end times.
public void setUnprocessedEndTimes(Map<String,List<TimestampStructure>> unprocessedEndTimes)
List of instances which remained unprocessed. This will create a missing time step in the list of end times.
unprocessedEndTimes - List of instances which remained unprocessed. This will create a missing time step in the list of end
        times.public BatchGetFrameMetricDataResult withUnprocessedEndTimes(Map<String,List<TimestampStructure>> unprocessedEndTimes)
List of instances which remained unprocessed. This will create a missing time step in the list of end times.
unprocessedEndTimes - List of instances which remained unprocessed. This will create a missing time step in the list of end
        times.public BatchGetFrameMetricDataResult addUnprocessedEndTimesEntry(String key, List<TimestampStructure> value)
public BatchGetFrameMetricDataResult clearUnprocessedEndTimesEntries()
public String toString()
toString in class ObjectObject.toString()public BatchGetFrameMetricDataResult clone()