@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TimestampRange extends Object implements Serializable, Cloneable, StructuredPojo
The range of timestamps to return.
| Constructor and Description |
|---|
TimestampRange() |
| Modifier and Type | Method and Description |
|---|---|
TimestampRange |
clone() |
boolean |
equals(Object obj) |
Date |
getEndTimestamp()
The ending timestamp for the specified range.
|
Date |
getStartTimestamp()
The starting timestamp for the specified range.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEndTimestamp(Date endTimestamp)
The ending timestamp for the specified range.
|
void |
setStartTimestamp(Date startTimestamp)
The starting timestamp for the specified range.
|
String |
toString()
Returns a string representation of this object.
|
TimestampRange |
withEndTimestamp(Date endTimestamp)
The ending timestamp for the specified range.
|
TimestampRange |
withStartTimestamp(Date startTimestamp)
The starting timestamp for the specified range.
|
public void setStartTimestamp(Date startTimestamp)
The starting timestamp for the specified range.
startTimestamp - The starting timestamp for the specified range.public Date getStartTimestamp()
The starting timestamp for the specified range.
public TimestampRange withStartTimestamp(Date startTimestamp)
The starting timestamp for the specified range.
startTimestamp - The starting timestamp for the specified range.public void setEndTimestamp(Date endTimestamp)
The ending timestamp for the specified range.
endTimestamp - The ending timestamp for the specified range.public Date getEndTimestamp()
The ending timestamp for the specified range.
public TimestampRange withEndTimestamp(Date endTimestamp)
The ending timestamp for the specified range.
endTimestamp - The ending timestamp for the specified range.public String toString()
toString in class ObjectObject.toString()public TimestampRange clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.