@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VoiceConnectorItem extends Object implements Serializable, Cloneable, StructuredPojo
For Amazon Chime Voice Connector groups, the Amazon Chime Voice Connectors to which to route inbound calls. Includes
priority configuration settings. Limit: 3 VoiceConnectorItems
per Amazon Chime Voice Connector group.
Constructor and Description |
---|
VoiceConnectorItem() |
Modifier and Type | Method and Description |
---|---|
VoiceConnectorItem |
clone() |
boolean |
equals(Object obj) |
Integer |
getPriority()
The priority associated with the Amazon Chime Voice Connector, with 1 being the highest priority.
|
String |
getVoiceConnectorId()
The Amazon Chime Voice Connector ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPriority(Integer priority)
The priority associated with the Amazon Chime Voice Connector, with 1 being the highest priority.
|
void |
setVoiceConnectorId(String voiceConnectorId)
The Amazon Chime Voice Connector ID.
|
String |
toString()
Returns a string representation of this object.
|
VoiceConnectorItem |
withPriority(Integer priority)
The priority associated with the Amazon Chime Voice Connector, with 1 being the highest priority.
|
VoiceConnectorItem |
withVoiceConnectorId(String voiceConnectorId)
The Amazon Chime Voice Connector ID.
|
public void setVoiceConnectorId(String voiceConnectorId)
The Amazon Chime Voice Connector ID.
voiceConnectorId
- The Amazon Chime Voice Connector ID.public String getVoiceConnectorId()
The Amazon Chime Voice Connector ID.
public VoiceConnectorItem withVoiceConnectorId(String voiceConnectorId)
The Amazon Chime Voice Connector ID.
voiceConnectorId
- The Amazon Chime Voice Connector ID.public void setPriority(Integer priority)
The priority associated with the Amazon Chime Voice Connector, with 1 being the highest priority. Higher priority Amazon Chime Voice Connectors are attempted first.
priority
- The priority associated with the Amazon Chime Voice Connector, with 1 being the highest priority. Higher
priority Amazon Chime Voice Connectors are attempted first.public Integer getPriority()
The priority associated with the Amazon Chime Voice Connector, with 1 being the highest priority. Higher priority Amazon Chime Voice Connectors are attempted first.
public VoiceConnectorItem withPriority(Integer priority)
The priority associated with the Amazon Chime Voice Connector, with 1 being the highest priority. Higher priority Amazon Chime Voice Connectors are attempted first.
priority
- The priority associated with the Amazon Chime Voice Connector, with 1 being the highest priority. Higher
priority Amazon Chime Voice Connectors are attempted first.public String toString()
toString
in class Object
Object.toString()
public VoiceConnectorItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.