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