@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProfileTime extends Object implements Serializable, Cloneable, StructuredPojo
Periods of time used for aggregation of profiles, represented using ISO 8601 format.
Constructor and Description |
---|
ProfileTime() |
Modifier and Type | Method and Description |
---|---|
ProfileTime |
clone() |
boolean |
equals(Object obj) |
Date |
getStart()
The start time of the profile.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStart(Date start)
The start time of the profile.
|
String |
toString()
Returns a string representation of this object.
|
ProfileTime |
withStart(Date start)
The start time of the profile.
|
public void setStart(Date start)
The start time of the profile.
start
- The start time of the profile.public Date getStart()
The start time of the profile.
public ProfileTime withStart(Date start)
The start time of the profile.
start
- The start time of the profile.public String toString()
toString
in class Object
Object.toString()
public ProfileTime 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.