@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartTimeRange extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
StartTimeRange() |
Modifier and Type | Method and Description |
---|---|
StartTimeRange |
clone() |
boolean |
equals(Object obj) |
Date |
getFromTime() |
Date |
getToTime() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFromTime(Date fromTime) |
void |
setToTime(Date toTime) |
String |
toString()
Returns a string representation of this object.
|
StartTimeRange |
withFromTime(Date fromTime) |
StartTimeRange |
withToTime(Date toTime) |
public void setFromTime(Date fromTime)
fromTime
- public Date getFromTime()
public StartTimeRange withFromTime(Date fromTime)
fromTime
- public void setToTime(Date toTime)
toTime
- public Date getToTime()
public StartTimeRange withToTime(Date toTime)
toTime
- public String toString()
toString
in class Object
Object.toString()
public StartTimeRange clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.