@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IntegrationConfig extends Object implements Serializable, Cloneable, StructuredPojo
Configuration data for integration workflow.
| Constructor and Description |
|---|
IntegrationConfig() |
| Modifier and Type | Method and Description |
|---|---|
IntegrationConfig |
clone() |
boolean |
equals(Object obj) |
AppflowIntegration |
getAppflowIntegration()
Configuration data for
APPFLOW_INTEGRATION workflow type. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAppflowIntegration(AppflowIntegration appflowIntegration)
Configuration data for
APPFLOW_INTEGRATION workflow type. |
String |
toString()
Returns a string representation of this object.
|
IntegrationConfig |
withAppflowIntegration(AppflowIntegration appflowIntegration)
Configuration data for
APPFLOW_INTEGRATION workflow type. |
public void setAppflowIntegration(AppflowIntegration appflowIntegration)
Configuration data for APPFLOW_INTEGRATION workflow type.
appflowIntegration - Configuration data for APPFLOW_INTEGRATION workflow type.public AppflowIntegration getAppflowIntegration()
Configuration data for APPFLOW_INTEGRATION workflow type.
APPFLOW_INTEGRATION workflow type.public IntegrationConfig withAppflowIntegration(AppflowIntegration appflowIntegration)
Configuration data for APPFLOW_INTEGRATION workflow type.
appflowIntegration - Configuration data for APPFLOW_INTEGRATION workflow type.public String toString()
toString in class ObjectObject.toString()public IntegrationConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.