@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 |
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 |
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 |
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, withSdkRequestTimeoutpublic 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 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 ObjectObject.toString()public CreateVoiceConnectorRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.