@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateConnectClientAddInRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CreateConnectClientAddInRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateConnectClientAddInRequest | clone() | 
| boolean | equals(Object obj) | 
| String | getName()
 The name of the client add-in. | 
| String | getResourceId()
 The directory identifier for which to configure the client add-in. | 
| String | getURL()
 The endpoint URL of the Amazon Connect client add-in. | 
| int | hashCode() | 
| void | setName(String name)
 The name of the client add-in. | 
| void | setResourceId(String resourceId)
 The directory identifier for which to configure the client add-in. | 
| void | setURL(String uRL)
 The endpoint URL of the Amazon Connect client add-in. | 
| String | toString()Returns a string representation of this object. | 
| CreateConnectClientAddInRequest | withName(String name)
 The name of the client add-in. | 
| CreateConnectClientAddInRequest | withResourceId(String resourceId)
 The directory identifier for which to configure the client add-in. | 
| CreateConnectClientAddInRequest | withURL(String uRL)
 The endpoint URL of the Amazon Connect client add-in. | 
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setResourceId(String resourceId)
The directory identifier for which to configure the client add-in.
resourceId - The directory identifier for which to configure the client add-in.public String getResourceId()
The directory identifier for which to configure the client add-in.
public CreateConnectClientAddInRequest withResourceId(String resourceId)
The directory identifier for which to configure the client add-in.
resourceId - The directory identifier for which to configure the client add-in.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 CreateConnectClientAddInRequest 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 Amazon Connect client add-in.
uRL - The endpoint URL of the Amazon Connect client add-in.public String getURL()
The endpoint URL of the Amazon Connect client add-in.
public CreateConnectClientAddInRequest withURL(String uRL)
The endpoint URL of the Amazon Connect client add-in.
uRL - The endpoint URL of the Amazon Connect client add-in.public String toString()
toString in class ObjectObject.toString()public CreateConnectClientAddInRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.