@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AppflowIntegration extends Object implements Serializable, Cloneable, StructuredPojo
Details for workflow of type APPFLOW_INTEGRATION
.
Constructor and Description |
---|
AppflowIntegration() |
Modifier and Type | Method and Description |
---|---|
AppflowIntegration |
clone() |
boolean |
equals(Object obj) |
List<Batch> |
getBatches()
Batches in workflow of type
APPFLOW_INTEGRATION . |
FlowDefinition |
getFlowDefinition() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBatches(Collection<Batch> batches)
Batches in workflow of type
APPFLOW_INTEGRATION . |
void |
setFlowDefinition(FlowDefinition flowDefinition) |
String |
toString()
Returns a string representation of this object.
|
AppflowIntegration |
withBatches(Batch... batches)
Batches in workflow of type
APPFLOW_INTEGRATION . |
AppflowIntegration |
withBatches(Collection<Batch> batches)
Batches in workflow of type
APPFLOW_INTEGRATION . |
AppflowIntegration |
withFlowDefinition(FlowDefinition flowDefinition) |
public void setFlowDefinition(FlowDefinition flowDefinition)
flowDefinition
- public FlowDefinition getFlowDefinition()
public AppflowIntegration withFlowDefinition(FlowDefinition flowDefinition)
flowDefinition
- public List<Batch> getBatches()
Batches in workflow of type APPFLOW_INTEGRATION
.
APPFLOW_INTEGRATION
.public void setBatches(Collection<Batch> batches)
Batches in workflow of type APPFLOW_INTEGRATION
.
batches
- Batches in workflow of type APPFLOW_INTEGRATION
.public AppflowIntegration withBatches(Batch... batches)
Batches in workflow of type APPFLOW_INTEGRATION
.
NOTE: This method appends the values to the existing list (if any). Use
setBatches(java.util.Collection)
or withBatches(java.util.Collection)
if you want to override
the existing values.
batches
- Batches in workflow of type APPFLOW_INTEGRATION
.public AppflowIntegration withBatches(Collection<Batch> batches)
Batches in workflow of type APPFLOW_INTEGRATION
.
batches
- Batches in workflow of type APPFLOW_INTEGRATION
.public String toString()
toString
in class Object
Object.toString()
public AppflowIntegration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.