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