@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateVoiceConnectorRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateVoiceConnectorRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateVoiceConnectorRequest |
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 Voice Connector.
|
Boolean |
getRequireEncryption()
When enabled, requires encryption for the Voice Connector.
|
String |
getVoiceConnectorId()
The Voice Connector ID.
|
int |
hashCode() |
Boolean |
isRequireEncryption()
When enabled, requires encryption for the Voice Connector.
|
void |
setName(String name)
The name of the Voice Connector.
|
void |
setRequireEncryption(Boolean requireEncryption)
When enabled, requires encryption for the Voice Connector.
|
void |
setVoiceConnectorId(String voiceConnectorId)
The Voice Connector ID.
|
String |
toString()
Returns a string representation of this object.
|
UpdateVoiceConnectorRequest |
withName(String name)
The name of the Voice Connector.
|
UpdateVoiceConnectorRequest |
withRequireEncryption(Boolean requireEncryption)
When enabled, requires encryption for the Voice Connector.
|
UpdateVoiceConnectorRequest |
withVoiceConnectorId(String voiceConnectorId)
The Voice Connector ID.
|
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 setVoiceConnectorId(String voiceConnectorId)
The Voice Connector ID.
voiceConnectorId
- The Voice Connector ID.public String getVoiceConnectorId()
The Voice Connector ID.
public UpdateVoiceConnectorRequest withVoiceConnectorId(String voiceConnectorId)
The Voice Connector ID.
voiceConnectorId
- The Voice Connector ID.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 UpdateVoiceConnectorRequest withName(String name)
The name of the Voice Connector.
name
- The name of the Voice Connector.public void setRequireEncryption(Boolean requireEncryption)
When enabled, requires encryption for the Voice Connector.
requireEncryption
- When enabled, requires encryption for the Voice Connector.public Boolean getRequireEncryption()
When enabled, requires encryption for the Voice Connector.
public UpdateVoiceConnectorRequest withRequireEncryption(Boolean requireEncryption)
When enabled, requires encryption for the Voice Connector.
requireEncryption
- When enabled, requires encryption for the Voice Connector.public Boolean isRequireEncryption()
When enabled, requires encryption for the Voice Connector.
public String toString()
toString
in class Object
Object.toString()
public UpdateVoiceConnectorRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()