@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SourceConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configuration information about the external data source.
| Constructor and Description |
|---|
SourceConfiguration () |
| Modifier and Type | Method and Description |
|---|---|
SourceConfiguration |
clone () |
boolean |
equals (Object obj) |
AppIntegrationsConfiguration |
getAppIntegrations ()
Configuration information for Amazon AppIntegrations to automatically ingest content.
|
int |
hashCode () |
void |
marshall (ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAppIntegrations (AppIntegrationsConfiguration appIntegrations)
Configuration information for Amazon AppIntegrations to automatically ingest content.
|
String |
toString ()
Returns a string representation of this object.
|
SourceConfiguration |
withAppIntegrations (AppIntegrationsConfiguration appIntegrations)
Configuration information for Amazon AppIntegrations to automatically ingest content.
|
public SourceConfiguration()
public void setAppIntegrations(AppIntegrationsConfiguration appIntegrations)
Configuration information for Amazon AppIntegrations to automatically ingest content.
appIntegrations - Configuration information for Amazon AppIntegrations to automatically ingest content.public AppIntegrationsConfiguration getAppIntegrations()
Configuration information for Amazon AppIntegrations to automatically ingest content.
public SourceConfiguration withAppIntegrations(AppIntegrationsConfiguration appIntegrations)
Configuration information for Amazon AppIntegrations to automatically ingest content.
appIntegrations - Configuration information for Amazon AppIntegrations to automatically ingest content.public String toString()
toString in class Object Object.toString() public SourceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo ProtocolMarshaller.marshall in interface StructuredPojo protocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.