@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IngestedEventsTimeWindow extends Object implements Serializable, Cloneable, StructuredPojo
The start and stop time of the ingested events.
| Constructor and Description |
|---|
IngestedEventsTimeWindow() |
| Modifier and Type | Method and Description |
|---|---|
IngestedEventsTimeWindow |
clone() |
boolean |
equals(Object obj) |
String |
getEndTime()
Timestamp of the final ingested event.
|
String |
getStartTime()
Timestamp of the first ingensted event.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEndTime(String endTime)
Timestamp of the final ingested event.
|
void |
setStartTime(String startTime)
Timestamp of the first ingensted event.
|
String |
toString()
Returns a string representation of this object.
|
IngestedEventsTimeWindow |
withEndTime(String endTime)
Timestamp of the final ingested event.
|
IngestedEventsTimeWindow |
withStartTime(String startTime)
Timestamp of the first ingensted event.
|
public void setStartTime(String startTime)
Timestamp of the first ingensted event.
startTime - Timestamp of the first ingensted event.public String getStartTime()
Timestamp of the first ingensted event.
public IngestedEventsTimeWindow withStartTime(String startTime)
Timestamp of the first ingensted event.
startTime - Timestamp of the first ingensted event.public void setEndTime(String endTime)
Timestamp of the final ingested event.
endTime - Timestamp of the final ingested event.public String getEndTime()
Timestamp of the final ingested event.
public IngestedEventsTimeWindow withEndTime(String endTime)
Timestamp of the final ingested event.
endTime - Timestamp of the final ingested event.public String toString()
toString in class ObjectObject.toString()public IngestedEventsTimeWindow clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.