@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InsightTimeRange extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
InsightTimeRange() |
| Modifier and Type | Method and Description |
|---|---|
InsightTimeRange |
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.
|
InsightTimeRange |
withEndTime(Date endTime) |
InsightTimeRange |
withStartTime(Date startTime) |
public void setEndTime(Date endTime)
endTime - public Date getEndTime()
public InsightTimeRange withEndTime(Date endTime)
endTime - public void setStartTime(Date startTime)
startTime - public Date getStartTime()
public InsightTimeRange withStartTime(Date startTime)
startTime - public String toString()
toString in class ObjectObject.toString()public InsightTimeRange clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.