@Generated(value="software.amazon.awssdk:codegen") public final class VoiceConnectorGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VoiceConnectorGroup.Builder,VoiceConnectorGroup>
The Amazon Chime Voice Connector group configuration, including associated Amazon Chime Voice Connectors. You can include Amazon Chime Voice Connectors from different AWS Regions in your group. This creates a fault tolerant mechanism for fallback in case of availability events.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VoiceConnectorGroup.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VoiceConnectorGroup.Builder |
builder() |
Instant |
createdTimestamp()
The Amazon Chime Voice Connector group creation time stamp, in ISO 8601 format.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasVoiceConnectorItems()
Returns true if the VoiceConnectorItems property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
String |
name()
The name of the Amazon Chime Voice Connector group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VoiceConnectorGroup.Builder> |
serializableBuilderClass() |
VoiceConnectorGroup.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedTimestamp()
The updated Amazon Chime Voice Connector group time stamp, in ISO 8601 format.
|
String |
voiceConnectorGroupId()
The Amazon Chime Voice Connector group ID.
|
List<VoiceConnectorItem> |
voiceConnectorItems()
The Amazon Chime Voice Connectors to which to route inbound calls.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String voiceConnectorGroupId()
The Amazon Chime Voice Connector group ID.
public final String name()
The name of the Amazon Chime Voice Connector group.
public final boolean hasVoiceConnectorItems()
public final List<VoiceConnectorItem> voiceConnectorItems()
The Amazon Chime Voice Connectors to which to route inbound calls.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasVoiceConnectorItems() to see if a value was sent in this field.
public final Instant createdTimestamp()
The Amazon Chime Voice Connector group creation time stamp, in ISO 8601 format.
public final Instant updatedTimestamp()
The updated Amazon Chime Voice Connector group time stamp, in ISO 8601 format.
public VoiceConnectorGroup.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VoiceConnectorGroup.Builder,VoiceConnectorGroup>public static VoiceConnectorGroup.Builder builder()
public static Class<? extends VoiceConnectorGroup.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.