@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConnectClientAddIn extends Object implements Serializable, Cloneable, StructuredPojo
Describes an Amazon Connect client add-in.
| Constructor and Description | 
|---|
| ConnectClientAddIn() | 
| Modifier and Type | Method and Description | 
|---|---|
| ConnectClientAddIn | clone() | 
| boolean | equals(Object obj) | 
| String | getAddInId()
 The client add-in identifier. | 
| String | getName()
 The name of the client add in. | 
| String | getResourceId()
 The directory identifier for which the client add-in is configured. | 
| String | getURL()
 The endpoint URL of the client add-in. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setAddInId(String addInId)
 The client add-in identifier. | 
| void | setName(String name)
 The name of the client add in. | 
| void | setResourceId(String resourceId)
 The directory identifier for which the client add-in is configured. | 
| void | setURL(String uRL)
 The endpoint URL of the client add-in. | 
| String | toString()Returns a string representation of this object. | 
| ConnectClientAddIn | withAddInId(String addInId)
 The client add-in identifier. | 
| ConnectClientAddIn | withName(String name)
 The name of the client add in. | 
| ConnectClientAddIn | withResourceId(String resourceId)
 The directory identifier for which the client add-in is configured. | 
| ConnectClientAddIn | withURL(String uRL)
 The endpoint URL of the client add-in. | 
public void setAddInId(String addInId)
The client add-in identifier.
addInId - The client add-in identifier.public String getAddInId()
The client add-in identifier.
public ConnectClientAddIn withAddInId(String addInId)
The client add-in identifier.
addInId - The client add-in identifier.public void setResourceId(String resourceId)
The directory identifier for which the client add-in is configured.
resourceId - The directory identifier for which the client add-in is configured.public String getResourceId()
The directory identifier for which the client add-in is configured.
public ConnectClientAddIn withResourceId(String resourceId)
The directory identifier for which the client add-in is configured.
resourceId - The directory identifier for which the client add-in is configured.public void setName(String name)
The name of the client add in.
name - The name of the client add in.public String getName()
The name of the client add in.
public ConnectClientAddIn withName(String name)
The name of the client add in.
name - The name of the client add in.public void setURL(String uRL)
The endpoint URL of the client add-in.
uRL - The endpoint URL of the client add-in.public String getURL()
The endpoint URL of the client add-in.
public ConnectClientAddIn withURL(String uRL)
The endpoint URL of the client add-in.
uRL - The endpoint URL of the client add-in.public String toString()
toString in class ObjectObject.toString()public ConnectClientAddIn clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.