@Generated(value="software.amazon.awssdk:codegen") public final class TimestampForCollection extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TimestampForCollection.Builder,TimestampForCollection>
Details on when data collection began for a source package.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TimestampForCollection.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TimestampForCollection.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TimestampForCollection.Builder> |
serializableBuilderClass() |
Instant |
timestamp()
The data and time when data collection began for a source package.
|
TimestampForCollection.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant 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.
2021-08-18T16:35:56.284Z.public TimestampForCollection.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TimestampForCollection.Builder,TimestampForCollection>public static TimestampForCollection.Builder builder()
public static Class<? extends TimestampForCollection.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.