@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PredictionTimeRange extends Object implements Serializable, Cloneable, StructuredPojo
The time period for when the predictions were generated.
Constructor and Description |
---|
PredictionTimeRange() |
Modifier and Type | Method and Description |
---|---|
PredictionTimeRange |
clone() |
boolean |
equals(Object obj) |
String |
getEndTime()
The end time of the time period for when the predictions were generated.
|
String |
getStartTime()
The start time of the time period for when the predictions were generated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEndTime(String endTime)
The end time of the time period for when the predictions were generated.
|
void |
setStartTime(String startTime)
The start time of the time period for when the predictions were generated.
|
String |
toString()
Returns a string representation of this object.
|
PredictionTimeRange |
withEndTime(String endTime)
The end time of the time period for when the predictions were generated.
|
PredictionTimeRange |
withStartTime(String startTime)
The start time of the time period for when the predictions were generated.
|
public void setStartTime(String startTime)
The start time of the time period for when the predictions were generated.
startTime
- The start time of the time period for when the predictions were generated.public String getStartTime()
The start time of the time period for when the predictions were generated.
public PredictionTimeRange withStartTime(String startTime)
The start time of the time period for when the predictions were generated.
startTime
- The start time of the time period for when the predictions were generated.public void setEndTime(String endTime)
The end time of the time period for when the predictions were generated.
endTime
- The end time of the time period for when the predictions were generated.public String getEndTime()
The end time of the time period for when the predictions were generated.
public PredictionTimeRange withEndTime(String endTime)
The end time of the time period for when the predictions were generated.
endTime
- The end time of the time period for when the predictions were generated.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.