@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateVoiceConnectorGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateVoiceConnectorGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateVoiceConnectorGroupRequest |
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 group.
|
List<VoiceConnectorItem> |
getVoiceConnectorItems()
The Amazon Chime Voice Connectors to route inbound calls to.
|
int |
hashCode() |
void |
setName(String name)
The name of the Amazon Chime Voice Connector group.
|
void |
setVoiceConnectorItems(Collection<VoiceConnectorItem> voiceConnectorItems)
The Amazon Chime Voice Connectors to route inbound calls to.
|
String |
toString()
Returns a string representation of this object.
|
CreateVoiceConnectorGroupRequest |
withName(String name)
The name of the Amazon Chime Voice Connector group.
|
CreateVoiceConnectorGroupRequest |
withVoiceConnectorItems(Collection<VoiceConnectorItem> voiceConnectorItems)
The Amazon Chime Voice Connectors to route inbound calls to.
|
CreateVoiceConnectorGroupRequest |
withVoiceConnectorItems(VoiceConnectorItem... voiceConnectorItems)
The Amazon Chime Voice Connectors to route inbound calls to.
|
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 group.
name - The name of the Amazon Chime Voice Connector group.public String getName()
The name of the Amazon Chime Voice Connector group.
public CreateVoiceConnectorGroupRequest withName(String name)
The name of the Amazon Chime Voice Connector group.
name - The name of the Amazon Chime Voice Connector group.public List<VoiceConnectorItem> getVoiceConnectorItems()
The Amazon Chime Voice Connectors to route inbound calls to.
public void setVoiceConnectorItems(Collection<VoiceConnectorItem> voiceConnectorItems)
The Amazon Chime Voice Connectors to route inbound calls to.
voiceConnectorItems - The Amazon Chime Voice Connectors to route inbound calls to.public CreateVoiceConnectorGroupRequest withVoiceConnectorItems(VoiceConnectorItem... voiceConnectorItems)
The Amazon Chime Voice Connectors to route inbound calls to.
NOTE: This method appends the values to the existing list (if any). Use
setVoiceConnectorItems(java.util.Collection) or withVoiceConnectorItems(java.util.Collection)
if you want to override the existing values.
voiceConnectorItems - The Amazon Chime Voice Connectors to route inbound calls to.public CreateVoiceConnectorGroupRequest withVoiceConnectorItems(Collection<VoiceConnectorItem> voiceConnectorItems)
The Amazon Chime Voice Connectors to route inbound calls to.
voiceConnectorItems - The Amazon Chime Voice Connectors to route inbound calls to.public String toString()
toString in class ObjectObject.toString()public CreateVoiceConnectorGroupRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()