@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)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
ConferenceProviderType |
type()
The type of conference providers.
|
String |
typeAsString()
The type of conference providers.
|
copy
public 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()
.
ConferenceProviderType
public 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()
.
ConferenceProviderType
public 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()
ToCopyableBuilder
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)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.