@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExternalSourceConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration information of the external data source.
Constructor and Description |
---|
ExternalSourceConfiguration() |
Modifier and Type | Method and Description |
---|---|
ExternalSourceConfiguration |
clone() |
boolean |
equals(Object obj) |
Configuration |
getConfiguration()
The configuration information of the external data source.
|
String |
getSource()
The type of the external data source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConfiguration(Configuration configuration)
The configuration information of the external data source.
|
void |
setSource(String source)
The type of the external data source.
|
String |
toString()
Returns a string representation of this object.
|
ExternalSourceConfiguration |
withConfiguration(Configuration configuration)
The configuration information of the external data source.
|
ExternalSourceConfiguration |
withSource(ExternalSource source)
The type of the external data source.
|
ExternalSourceConfiguration |
withSource(String source)
The type of the external data source.
|
public void setConfiguration(Configuration configuration)
The configuration information of the external data source.
configuration
- The configuration information of the external data source.public Configuration getConfiguration()
The configuration information of the external data source.
public ExternalSourceConfiguration withConfiguration(Configuration configuration)
The configuration information of the external data source.
configuration
- The configuration information of the external data source.public void setSource(String source)
The type of the external data source.
source
- The type of the external data source.ExternalSource
public String getSource()
The type of the external data source.
ExternalSource
public ExternalSourceConfiguration withSource(String source)
The type of the external data source.
source
- The type of the external data source.ExternalSource
public ExternalSourceConfiguration withSource(ExternalSource source)
The type of the external data source.
source
- The type of the external data source.ExternalSource
public String toString()
toString
in class Object
Object.toString()
public ExternalSourceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.