@Generated(value="software.amazon.awssdk:codegen") public final class UnsupportedTimestamps extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UnsupportedTimestamps.Builder,UnsupportedTimestamps>
Entity that comprises information abount unsupported timestamps in the dataset.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UnsupportedTimestamps.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UnsupportedTimestamps.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 UnsupportedTimestamps.Builder> |
serializableBuilderClass() |
UnsupportedTimestamps.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
totalNumberOfUnsupportedTimestamps()
Indicates the total number of unsupported timestamps across the ingested data.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer totalNumberOfUnsupportedTimestamps()
Indicates the total number of unsupported timestamps across the ingested data.
public UnsupportedTimestamps.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UnsupportedTimestamps.Builder,UnsupportedTimestamps>public static UnsupportedTimestamps.Builder builder()
public static Class<? extends UnsupportedTimestamps.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.