@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TimeRangeFilterOutput extends Object implements Serializable, Cloneable, StructuredPojo
The output structure of the time range filter.
Constructor and Description |
---|
TimeRangeFilterOutput() |
Modifier and Type | Method and Description |
---|---|
TimeRangeFilterOutput |
clone() |
boolean |
equals(Object obj) |
Date |
getEndTime()
The ending time for the time range filter.
|
Date |
getStartTime()
The starting time for the time range filter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEndTime(Date endTime)
The ending time for the time range filter.
|
void |
setStartTime(Date startTime)
The starting time for the time range filter.
|
String |
toString()
Returns a string representation of this object.
|
TimeRangeFilterOutput |
withEndTime(Date endTime)
The ending time for the time range filter.
|
TimeRangeFilterOutput |
withStartTime(Date startTime)
The starting time for the time range filter.
|
public void setEndTime(Date endTime)
The ending time for the time range filter.
endTime
- The ending time for the time range filter.public Date getEndTime()
The ending time for the time range filter.
public TimeRangeFilterOutput withEndTime(Date endTime)
The ending time for the time range filter.
endTime
- The ending time for the time range filter.public void setStartTime(Date startTime)
The starting time for the time range filter.
startTime
- The starting time for the time range filter.public Date getStartTime()
The starting time for the time range filter.
public TimeRangeFilterOutput withStartTime(Date startTime)
The starting time for the time range filter.
startTime
- The starting time for the time range filter.public String toString()
toString
in class Object
Object.toString()
public TimeRangeFilterOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.