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