@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Batch extends Object implements Serializable, Cloneable, StructuredPojo
 Batch defines the boundaries for ingestion for each step in APPFLOW_INTEGRATION workflow.
 APPFLOW_INTEGRATION workflow splits ingestion based on these boundaries.
 
| Constructor and Description | 
|---|
| Batch() | 
| Modifier and Type | Method and Description | 
|---|---|
| Batch | clone() | 
| boolean | equals(Object obj) | 
| Date | getEndTime()
 End time of batch to split ingestion. | 
| Date | getStartTime()
 Start time of batch to split ingestion. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setEndTime(Date endTime)
 End time of batch to split ingestion. | 
| void | setStartTime(Date startTime)
 Start time of batch to split ingestion. | 
| String | toString()Returns a string representation of this object. | 
| Batch | withEndTime(Date endTime)
 End time of batch to split ingestion. | 
| Batch | withStartTime(Date startTime)
 Start time of batch to split ingestion. | 
public void setStartTime(Date startTime)
Start time of batch to split ingestion.
startTime - Start time of batch to split ingestion.public Date getStartTime()
Start time of batch to split ingestion.
public Batch withStartTime(Date startTime)
Start time of batch to split ingestion.
startTime - Start time of batch to split ingestion.public void setEndTime(Date endTime)
End time of batch to split ingestion.
endTime - End time of batch to split ingestion.public Date getEndTime()
End time of batch to split ingestion.
public Batch withEndTime(Date endTime)
End time of batch to split ingestion.
endTime - End time of batch to split ingestion.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.