@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TimestampForCollection extends Object implements Serializable, Cloneable, StructuredPojo
Details on when data collection began for a source package.
| Constructor and Description |
|---|
TimestampForCollection() |
| Modifier and Type | Method and Description |
|---|---|
TimestampForCollection |
clone() |
boolean |
equals(Object obj) |
Date |
getTimestamp()
The data and time when data collection began for a source package.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setTimestamp(Date timestamp)
The data and time when data collection began for a source package.
|
String |
toString()
Returns a string representation of this object.
|
TimestampForCollection |
withTimestamp(Date timestamp)
The data and time when data collection began for a source package.
|
public void setTimestamp(Date timestamp)
The data and time when data collection began for a source package. The value is an ISO8601 formatted string. For
example, 2021-08-18T16:35:56.284Z.
timestamp - The data and time when data collection began for a source package. The value is an ISO8601 formatted
string. For example, 2021-08-18T16:35:56.284Z.public Date getTimestamp()
The data and time when data collection began for a source package. The value is an ISO8601 formatted string. For
example, 2021-08-18T16:35:56.284Z.
2021-08-18T16:35:56.284Z.public TimestampForCollection withTimestamp(Date timestamp)
The data and time when data collection began for a source package. The value is an ISO8601 formatted string. For
example, 2021-08-18T16:35:56.284Z.
timestamp - The data and time when data collection began for a source package. The value is an ISO8601 formatted
string. For example, 2021-08-18T16:35:56.284Z.public String toString()
toString in class ObjectObject.toString()public TimestampForCollection clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.