@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AggregatedProfileTime extends Object implements Serializable, Cloneable, StructuredPojo
The time range of an aggregated profile.
| Constructor and Description |
|---|
AggregatedProfileTime() |
| Modifier and Type | Method and Description |
|---|---|
AggregatedProfileTime |
clone() |
boolean |
equals(Object obj) |
String |
getPeriod()
The aggregation period of the aggregated profile.
|
Date |
getStart()
The start time of the aggregated profile.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPeriod(String period)
The aggregation period of the aggregated profile.
|
void |
setStart(Date start)
The start time of the aggregated profile.
|
String |
toString()
Returns a string representation of this object.
|
AggregatedProfileTime |
withPeriod(AggregationPeriod period)
The aggregation period of the aggregated profile.
|
AggregatedProfileTime |
withPeriod(String period)
The aggregation period of the aggregated profile.
|
AggregatedProfileTime |
withStart(Date start)
The start time of the aggregated profile.
|
public void setPeriod(String period)
The aggregation period of the aggregated profile.
period - The aggregation period of the aggregated profile.AggregationPeriodpublic String getPeriod()
The aggregation period of the aggregated profile.
AggregationPeriodpublic AggregatedProfileTime withPeriod(String period)
The aggregation period of the aggregated profile.
period - The aggregation period of the aggregated profile.AggregationPeriodpublic AggregatedProfileTime withPeriod(AggregationPeriod period)
The aggregation period of the aggregated profile.
period - The aggregation period of the aggregated profile.AggregationPeriodpublic void setStart(Date start)
The start time of the aggregated profile.
start - The start time of the aggregated profile.public Date getStart()
The start time of the aggregated profile.
public AggregatedProfileTime withStart(Date start)
The start time of the aggregated profile.
start - The start time of the aggregated profile.public String toString()
toString in class ObjectObject.toString()public AggregatedProfileTime clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.