@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 Voice Connector is created.
|
String |
getName()
The name of the Amazon Chime Voice Connector.
|
Boolean |
getRequireEncryption()
When enabled, requires encryption for the Amazon Chime Voice Connector.
|
int |
hashCode() |
Boolean |
isRequireEncryption()
When enabled, requires encryption for the Amazon Chime Voice Connector.
|
void |
setAwsRegion(String awsRegion)
The AWS Region in which the Amazon Chime Voice Connector is created.
|
void |
setName(String name)
The name of the Amazon Chime Voice Connector.
|
void |
setRequireEncryption(Boolean requireEncryption)
When enabled, requires encryption for the Amazon Chime Voice Connector.
|
String |
toString()
Returns a string representation of this object.
|
CreateVoiceConnectorRequest |
withAwsRegion(String awsRegion)
The AWS Region in which the Amazon Chime Voice Connector is created.
|
CreateVoiceConnectorRequest |
withAwsRegion(VoiceConnectorAwsRegion awsRegion)
The AWS Region in which the Amazon Chime Voice Connector is created.
|
CreateVoiceConnectorRequest |
withName(String name)
The name of the Amazon Chime Voice Connector.
|
CreateVoiceConnectorRequest |
withRequireEncryption(Boolean requireEncryption)
When enabled, requires encryption for the Amazon Chime 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 Amazon Chime Voice Connector.
name
- The name of the Amazon Chime Voice Connector.public String getName()
The name of the Amazon Chime Voice Connector.
public CreateVoiceConnectorRequest withName(String name)
The name of the Amazon Chime Voice Connector.
name
- The name of the Amazon Chime Voice Connector.public void setAwsRegion(String awsRegion)
The AWS Region in which the Amazon Chime Voice Connector is created. Default value: us-east-1
.
awsRegion
- The AWS Region in which the Amazon Chime Voice Connector is created. Default value: us-east-1
.VoiceConnectorAwsRegion
public String getAwsRegion()
The AWS Region in which the Amazon Chime 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 Voice Connector is created. Default value: us-east-1
.
awsRegion
- The AWS Region in which the Amazon Chime Voice Connector is created. Default value: us-east-1
.VoiceConnectorAwsRegion
public CreateVoiceConnectorRequest withAwsRegion(VoiceConnectorAwsRegion awsRegion)
The AWS Region in which the Amazon Chime Voice Connector is created. Default value: us-east-1
.
awsRegion
- The AWS Region in which the Amazon Chime Voice Connector is created. Default value: us-east-1
.VoiceConnectorAwsRegion
public void setRequireEncryption(Boolean requireEncryption)
When enabled, requires encryption for the Amazon Chime Voice Connector.
requireEncryption
- When enabled, requires encryption for the Amazon Chime Voice Connector.public Boolean getRequireEncryption()
When enabled, requires encryption for the Amazon Chime Voice Connector.
public CreateVoiceConnectorRequest withRequireEncryption(Boolean requireEncryption)
When enabled, requires encryption for the Amazon Chime Voice Connector.
requireEncryption
- When enabled, requires encryption for the Amazon Chime Voice Connector.public Boolean isRequireEncryption()
When enabled, requires encryption for the Amazon Chime Voice Connector.
public String toString()
toString
in class Object
Object.toString()
public CreateVoiceConnectorRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()