@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public PredictionTimeRange clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.