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