@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateVoiceConnectorRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateVoiceConnectorRequest() |
Modifier and Type | Method and Description |
---|---|
CreateVoiceConnectorRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAwsRegion()
The AWS Region in which the Amazon Chime SDK Voice Connector is created.
|
String |
getName()
The name of the Voice Connector.
|
Boolean |
getRequireEncryption()
Enables or disables encryption for the Voice Connector.
|
List<Tag> |
getTags()
The tags assigned to the Voice Connector.
|
int |
hashCode() |
Boolean |
isRequireEncryption()
Enables or disables encryption for the Voice Connector.
|
void |
setAwsRegion(String awsRegion)
The AWS Region in which the Amazon Chime SDK Voice Connector is created.
|
void |
setName(String name)
The name of the Voice Connector.
|
void |
setRequireEncryption(Boolean requireEncryption)
Enables or disables encryption for the Voice Connector.
|
void |
setTags(Collection<Tag> tags)
The tags assigned to the Voice Connector.
|
String |
toString()
Returns a string representation of this object.
|
CreateVoiceConnectorRequest |
withAwsRegion(String awsRegion)
The AWS Region in which the Amazon Chime SDK Voice Connector is created.
|
CreateVoiceConnectorRequest |
withAwsRegion(VoiceConnectorAwsRegion awsRegion)
The AWS Region in which the Amazon Chime SDK Voice Connector is created.
|
CreateVoiceConnectorRequest |
withName(String name)
The name of the Voice Connector.
|
CreateVoiceConnectorRequest |
withRequireEncryption(Boolean requireEncryption)
Enables or disables encryption for the Voice Connector.
|
CreateVoiceConnectorRequest |
withTags(Collection<Tag> tags)
The tags assigned to the Voice Connector.
|
CreateVoiceConnectorRequest |
withTags(Tag... tags)
The tags assigned to the Voice Connector.
|
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 setName(String name)
The name of the Voice Connector.
name
- The name of the Voice Connector.public String getName()
The name of the Voice Connector.
public CreateVoiceConnectorRequest withName(String name)
The name of the Voice Connector.
name
- The name of the Voice Connector.public void setAwsRegion(String awsRegion)
The AWS Region in which the Amazon Chime SDK Voice Connector is created. Default value: us-east-1
.
awsRegion
- The AWS Region in which the Amazon Chime SDK Voice Connector is created. Default value:
us-east-1
.VoiceConnectorAwsRegion
public String getAwsRegion()
The AWS Region in which the Amazon Chime SDK Voice Connector is created. Default value: us-east-1
.
us-east-1
.VoiceConnectorAwsRegion
public CreateVoiceConnectorRequest withAwsRegion(String awsRegion)
The AWS Region in which the Amazon Chime SDK Voice Connector is created. Default value: us-east-1
.
awsRegion
- The AWS Region in which the Amazon Chime SDK Voice Connector is created. Default value:
us-east-1
.VoiceConnectorAwsRegion
public CreateVoiceConnectorRequest withAwsRegion(VoiceConnectorAwsRegion awsRegion)
The AWS Region in which the Amazon Chime SDK Voice Connector is created. Default value: us-east-1
.
awsRegion
- The AWS Region in which the Amazon Chime SDK Voice Connector is created. Default value:
us-east-1
.VoiceConnectorAwsRegion
public void setRequireEncryption(Boolean requireEncryption)
Enables or disables encryption for the Voice Connector.
requireEncryption
- Enables or disables encryption for the Voice Connector.public Boolean getRequireEncryption()
Enables or disables encryption for the Voice Connector.
public CreateVoiceConnectorRequest withRequireEncryption(Boolean requireEncryption)
Enables or disables encryption for the Voice Connector.
requireEncryption
- Enables or disables encryption for the Voice Connector.public Boolean isRequireEncryption()
Enables or disables encryption for the Voice Connector.
public List<Tag> getTags()
The tags assigned to the Voice Connector.
public void setTags(Collection<Tag> tags)
The tags assigned to the Voice Connector.
tags
- The tags assigned to the Voice Connector.public CreateVoiceConnectorRequest withTags(Tag... tags)
The tags assigned to the Voice Connector.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- The tags assigned to the Voice Connector.public CreateVoiceConnectorRequest withTags(Collection<Tag> tags)
The tags assigned to the Voice Connector.
tags
- The tags assigned to the Voice Connector.public String toString()
toString
in class Object
Object.toString()
public CreateVoiceConnectorRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()