@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PredictionTimeRange extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
PredictionTimeRange() |
| Modifier and Type | Method and Description |
|---|---|
PredictionTimeRange |
clone() |
boolean |
equals(Object obj) |
Date |
getEndTime() |
Date |
getStartTime() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEndTime(Date endTime) |
void |
setStartTime(Date startTime) |
String |
toString()
Returns a string representation of this object.
|
PredictionTimeRange |
withEndTime(Date endTime) |
PredictionTimeRange |
withStartTime(Date startTime) |
public void setEndTime(Date endTime)
endTime - public Date getEndTime()
public PredictionTimeRange withEndTime(Date endTime)
endTime - public void setStartTime(Date startTime)
startTime - public Date getStartTime()
public PredictionTimeRange withStartTime(Date startTime)
startTime - public String toString()
toString in class ObjectObject.toString()public PredictionTimeRange clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.