@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateInstanceRequest() |
Modifier and Type | Method and Description |
---|---|
CreateInstanceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
The idempotency token.
|
String |
getDirectoryId()
The identifier for the directory.
|
String |
getIdentityManagementType()
The type of identity management for your Amazon Connect users.
|
Boolean |
getInboundCallsEnabled()
Whether your contact center handles incoming contacts.
|
String |
getInstanceAlias()
The name for your instance.
|
Boolean |
getOutboundCallsEnabled()
Whether your contact center allows outbound calls.
|
int |
hashCode() |
Boolean |
isInboundCallsEnabled()
Whether your contact center handles incoming contacts.
|
Boolean |
isOutboundCallsEnabled()
Whether your contact center allows outbound calls.
|
void |
setClientToken(String clientToken)
The idempotency token.
|
void |
setDirectoryId(String directoryId)
The identifier for the directory.
|
void |
setIdentityManagementType(String identityManagementType)
The type of identity management for your Amazon Connect users.
|
void |
setInboundCallsEnabled(Boolean inboundCallsEnabled)
Whether your contact center handles incoming contacts.
|
void |
setInstanceAlias(String instanceAlias)
The name for your instance.
|
void |
setOutboundCallsEnabled(Boolean outboundCallsEnabled)
Whether your contact center allows outbound calls.
|
String |
toString()
Returns a string representation of this object.
|
CreateInstanceRequest |
withClientToken(String clientToken)
The idempotency token.
|
CreateInstanceRequest |
withDirectoryId(String directoryId)
The identifier for the directory.
|
CreateInstanceRequest |
withIdentityManagementType(DirectoryType identityManagementType)
The type of identity management for your Amazon Connect users.
|
CreateInstanceRequest |
withIdentityManagementType(String identityManagementType)
The type of identity management for your Amazon Connect users.
|
CreateInstanceRequest |
withInboundCallsEnabled(Boolean inboundCallsEnabled)
Whether your contact center handles incoming contacts.
|
CreateInstanceRequest |
withInstanceAlias(String instanceAlias)
The name for your instance.
|
CreateInstanceRequest |
withOutboundCallsEnabled(Boolean outboundCallsEnabled)
Whether your contact center allows outbound calls.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setClientToken(String clientToken)
The idempotency token.
clientToken
- The idempotency token.public String getClientToken()
The idempotency token.
public CreateInstanceRequest withClientToken(String clientToken)
The idempotency token.
clientToken
- The idempotency token.public void setIdentityManagementType(String identityManagementType)
The type of identity management for your Amazon Connect users.
identityManagementType
- The type of identity management for your Amazon Connect users.DirectoryType
public String getIdentityManagementType()
The type of identity management for your Amazon Connect users.
DirectoryType
public CreateInstanceRequest withIdentityManagementType(String identityManagementType)
The type of identity management for your Amazon Connect users.
identityManagementType
- The type of identity management for your Amazon Connect users.DirectoryType
public CreateInstanceRequest withIdentityManagementType(DirectoryType identityManagementType)
The type of identity management for your Amazon Connect users.
identityManagementType
- The type of identity management for your Amazon Connect users.DirectoryType
public void setInstanceAlias(String instanceAlias)
The name for your instance.
instanceAlias
- The name for your instance.public String getInstanceAlias()
The name for your instance.
public CreateInstanceRequest withInstanceAlias(String instanceAlias)
The name for your instance.
instanceAlias
- The name for your instance.public void setDirectoryId(String directoryId)
The identifier for the directory.
directoryId
- The identifier for the directory.public String getDirectoryId()
The identifier for the directory.
public CreateInstanceRequest withDirectoryId(String directoryId)
The identifier for the directory.
directoryId
- The identifier for the directory.public void setInboundCallsEnabled(Boolean inboundCallsEnabled)
Whether your contact center handles incoming contacts.
inboundCallsEnabled
- Whether your contact center handles incoming contacts.public Boolean getInboundCallsEnabled()
Whether your contact center handles incoming contacts.
public CreateInstanceRequest withInboundCallsEnabled(Boolean inboundCallsEnabled)
Whether your contact center handles incoming contacts.
inboundCallsEnabled
- Whether your contact center handles incoming contacts.public Boolean isInboundCallsEnabled()
Whether your contact center handles incoming contacts.
public void setOutboundCallsEnabled(Boolean outboundCallsEnabled)
Whether your contact center allows outbound calls.
outboundCallsEnabled
- Whether your contact center allows outbound calls.public Boolean getOutboundCallsEnabled()
Whether your contact center allows outbound calls.
public CreateInstanceRequest withOutboundCallsEnabled(Boolean outboundCallsEnabled)
Whether your contact center allows outbound calls.
outboundCallsEnabled
- Whether your contact center allows outbound calls.public Boolean isOutboundCallsEnabled()
Whether your contact center allows outbound calls.
public String toString()
toString
in class Object
Object.toString()
public CreateInstanceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()