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