@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConnectConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration information of the Amazon Connect data source.
| Constructor and Description |
|---|
ConnectConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ConnectConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
String |
toString()
Returns a string representation of this object.
|
ConnectConfiguration |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
public void setInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.public String getInstanceId()
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
public ConnectConfiguration withInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.public String toString()
toString in class ObjectObject.toString()public ConnectConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.