Class MeetingFeaturesConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.chimesdkmeetings.model.MeetingFeaturesConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MeetingFeaturesConfiguration.Builder,MeetingFeaturesConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class MeetingFeaturesConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MeetingFeaturesConfiguration.Builder,MeetingFeaturesConfiguration>
The configuration settings of the features available to a meeting.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMeetingFeaturesConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AttendeeFeaturesattendee()The configuration settings for the attendee features available to a meeting.AudioFeaturesaudio()The configuration settings for the audio features available to a meeting.static MeetingFeaturesConfiguration.Builderbuilder()ContentFeaturescontent()The configuration settings for the content features available to a meeting.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends MeetingFeaturesConfiguration.Builder>serializableBuilderClass()MeetingFeaturesConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.VideoFeaturesvideo()The configuration settings for the video features available to a meeting.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
audio
public final AudioFeatures audio()
The configuration settings for the audio features available to a meeting.
- Returns:
- The configuration settings for the audio features available to a meeting.
-
video
public final VideoFeatures video()
The configuration settings for the video features available to a meeting.
- Returns:
- The configuration settings for the video features available to a meeting.
-
content
public final ContentFeatures content()
The configuration settings for the content features available to a meeting.
- Returns:
- The configuration settings for the content features available to a meeting.
-
attendee
public final AttendeeFeatures attendee()
The configuration settings for the attendee features available to a meeting.
- Returns:
- The configuration settings for the attendee features available to a meeting.
-
toBuilder
public MeetingFeaturesConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MeetingFeaturesConfiguration.Builder,MeetingFeaturesConfiguration>
-
builder
public static MeetingFeaturesConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends MeetingFeaturesConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-