@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DateRangeType extends Object implements Serializable, Cloneable, StructuredPojo
Filters results based on timestamp range (in epochs).
Constructor and Description |
---|
DateRangeType() |
Modifier and Type | Method and Description |
---|---|
DateRangeType |
clone() |
boolean |
equals(Object obj) |
Date |
getEndValue()
Timestamp range end value (in epochs).
|
Date |
getStartValue()
Timestamp range start value (in epochs)
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEndValue(Date endValue)
Timestamp range end value (in epochs).
|
void |
setStartValue(Date startValue)
Timestamp range start value (in epochs)
|
String |
toString()
Returns a string representation of this object.
|
DateRangeType |
withEndValue(Date endValue)
Timestamp range end value (in epochs).
|
DateRangeType |
withStartValue(Date startValue)
Timestamp range start value (in epochs)
|
public void setStartValue(Date startValue)
Timestamp range start value (in epochs)
startValue
- Timestamp range start value (in epochs)public Date getStartValue()
Timestamp range start value (in epochs)
public DateRangeType withStartValue(Date startValue)
Timestamp range start value (in epochs)
startValue
- Timestamp range start value (in epochs)public void setEndValue(Date endValue)
Timestamp range end value (in epochs).
endValue
- Timestamp range end value (in epochs).public Date getEndValue()
Timestamp range end value (in epochs).
public DateRangeType withEndValue(Date endValue)
Timestamp range end value (in epochs).
endValue
- Timestamp range end value (in epochs).public String toString()
toString
in class Object
Object.toString()
public DateRangeType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.