@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)
Marshalls this structured data using the given
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.AggregationPeriod
public String getPeriod()
The aggregation period of the aggregated profile.
AggregationPeriod
public AggregatedProfileTime withPeriod(String period)
The aggregation period of the aggregated profile.
period
- The aggregation period of the aggregated profile.AggregationPeriod
public AggregatedProfileTime withPeriod(AggregationPeriod period)
The aggregation period of the aggregated profile.
period
- The aggregation period of the aggregated profile.AggregationPeriod
public 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 Object
Object.toString()
public AggregatedProfileTime clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.