@Generated(value="software.amazon.awssdk:codegen") public final class ConferenceProvider extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConferenceProvider.Builder,ConferenceProvider>
An entity that provides a conferencing solution. Alexa for Business acts as the voice interface and mediator that connects users to their preferred conference provider. Examples of conference providers include Amazon Chime, Zoom, Cisco, and Polycom.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConferenceProvider.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the newly created conference provider.
|
static ConferenceProvider.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
IPDialIn |
ipDialIn()
The IP endpoint and protocol for calling.
|
MeetingSetting |
meetingSetting()
The meeting settings for the conference provider.
|
String |
name()
The name of the conference provider.
|
PSTNDialIn |
pstnDialIn()
The information for PSTN conferencing.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConferenceProvider.Builder> |
serializableBuilderClass() |
ConferenceProvider.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ConferenceProviderType |
type()
The type of conference providers.
|
String |
typeAsString()
The type of conference providers.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The ARN of the newly created conference provider.
public final String name()
The name of the conference provider.
public final ConferenceProviderType type()
The type of conference providers.
If the service returns an enum value that is not available in the current SDK version, type will return
ConferenceProviderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ConferenceProviderTypepublic final String typeAsString()
The type of conference providers.
If the service returns an enum value that is not available in the current SDK version, type will return
ConferenceProviderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ConferenceProviderTypepublic final IPDialIn ipDialIn()
The IP endpoint and protocol for calling.
public final PSTNDialIn pstnDialIn()
The information for PSTN conferencing.
public final MeetingSetting meetingSetting()
The meeting settings for the conference provider.
public ConferenceProvider.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConferenceProvider.Builder,ConferenceProvider>public static ConferenceProvider.Builder builder()
public static Class<? extends ConferenceProvider.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.