@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateVoiceConnectorGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateVoiceConnectorGroupRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateVoiceConnectorGroupRequest |
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 group.
|
String |
getVoiceConnectorGroupId()
The Voice Connector ID.
|
List<VoiceConnectorItem> |
getVoiceConnectorItems()
The
VoiceConnectorItems to associate with the Voice Connector group. |
int |
hashCode() |
void |
setName(String name)
The name of the Voice Connector group.
|
void |
setVoiceConnectorGroupId(String voiceConnectorGroupId)
The Voice Connector ID.
|
void |
setVoiceConnectorItems(Collection<VoiceConnectorItem> voiceConnectorItems)
The
VoiceConnectorItems to associate with the Voice Connector group. |
String |
toString()
Returns a string representation of this object.
|
UpdateVoiceConnectorGroupRequest |
withName(String name)
The name of the Voice Connector group.
|
UpdateVoiceConnectorGroupRequest |
withVoiceConnectorGroupId(String voiceConnectorGroupId)
The Voice Connector ID.
|
UpdateVoiceConnectorGroupRequest |
withVoiceConnectorItems(Collection<VoiceConnectorItem> voiceConnectorItems)
The
VoiceConnectorItems to associate with the Voice Connector group. |
UpdateVoiceConnectorGroupRequest |
withVoiceConnectorItems(VoiceConnectorItem... voiceConnectorItems)
The
VoiceConnectorItems to associate with the Voice Connector group. |
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 setVoiceConnectorGroupId(String voiceConnectorGroupId)
The Voice Connector ID.
voiceConnectorGroupId
- The Voice Connector ID.public String getVoiceConnectorGroupId()
The Voice Connector ID.
public UpdateVoiceConnectorGroupRequest withVoiceConnectorGroupId(String voiceConnectorGroupId)
The Voice Connector ID.
voiceConnectorGroupId
- The Voice Connector ID.public void setName(String name)
The name of the Voice Connector group.
name
- The name of the Voice Connector group.public String getName()
The name of the Voice Connector group.
public UpdateVoiceConnectorGroupRequest withName(String name)
The name of the Voice Connector group.
name
- The name of the Voice Connector group.public List<VoiceConnectorItem> getVoiceConnectorItems()
The VoiceConnectorItems
to associate with the Voice Connector group.
VoiceConnectorItems
to associate with the Voice Connector group.public void setVoiceConnectorItems(Collection<VoiceConnectorItem> voiceConnectorItems)
The VoiceConnectorItems
to associate with the Voice Connector group.
voiceConnectorItems
- The VoiceConnectorItems
to associate with the Voice Connector group.public UpdateVoiceConnectorGroupRequest withVoiceConnectorItems(VoiceConnectorItem... voiceConnectorItems)
The VoiceConnectorItems
to associate with the Voice Connector group.
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 VoiceConnectorItems
to associate with the Voice Connector group.public UpdateVoiceConnectorGroupRequest withVoiceConnectorItems(Collection<VoiceConnectorItem> voiceConnectorItems)
The VoiceConnectorItems
to associate with the Voice Connector group.
voiceConnectorItems
- The VoiceConnectorItems
to associate with the Voice Connector group.public String toString()
toString
in class Object
Object.toString()
public UpdateVoiceConnectorGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()