@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UnsupportedTimestamps extends Object implements Serializable, Cloneable, StructuredPojo
Entity that comprises information abount unsupported timestamps in the dataset.
| Constructor and Description |
|---|
UnsupportedTimestamps() |
| Modifier and Type | Method and Description |
|---|---|
UnsupportedTimestamps |
clone() |
boolean |
equals(Object obj) |
Integer |
getTotalNumberOfUnsupportedTimestamps()
Indicates the total number of unsupported timestamps across the ingested data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setTotalNumberOfUnsupportedTimestamps(Integer totalNumberOfUnsupportedTimestamps)
Indicates the total number of unsupported timestamps across the ingested data.
|
String |
toString()
Returns a string representation of this object.
|
UnsupportedTimestamps |
withTotalNumberOfUnsupportedTimestamps(Integer totalNumberOfUnsupportedTimestamps)
Indicates the total number of unsupported timestamps across the ingested data.
|
public void setTotalNumberOfUnsupportedTimestamps(Integer totalNumberOfUnsupportedTimestamps)
Indicates the total number of unsupported timestamps across the ingested data.
totalNumberOfUnsupportedTimestamps - Indicates the total number of unsupported timestamps across the ingested data.public Integer getTotalNumberOfUnsupportedTimestamps()
Indicates the total number of unsupported timestamps across the ingested data.
public UnsupportedTimestamps withTotalNumberOfUnsupportedTimestamps(Integer totalNumberOfUnsupportedTimestamps)
Indicates the total number of unsupported timestamps across the ingested data.
totalNumberOfUnsupportedTimestamps - Indicates the total number of unsupported timestamps across the ingested data.public String toString()
toString in class ObjectObject.toString()public UnsupportedTimestamps clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.