Class Meeting
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.Meeting
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Meeting.Builder,Meeting>
@Generated("software.amazon.awssdk:codegen") public final class Meeting extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Meeting.Builder,Meeting>
A meeting created using the Amazon Chime SDK.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMeeting.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Meeting.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()MediaPlacementmediaPlacement()The media placement for the meeting.StringmediaRegion()The Amazon Web Services Region in which you create the meeting.MeetingFeaturesConfigurationmeetingFeatures()The configuration settings of the features available to a meeting.StringmeetingId()The Amazon Chime SDK meeting ID.List<SdkField<?>>sdkFields()static Class<? extends Meeting.Builder>serializableBuilderClass()Meeting.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
mediaRegion
public final String mediaRegion()
The Amazon Web Services Region in which you create the meeting.
- Returns:
- The Amazon Web Services Region in which you create the meeting.
-
mediaPlacement
public final MediaPlacement mediaPlacement()
The media placement for the meeting.
- Returns:
- The media placement for the meeting.
-
meetingFeatures
public final MeetingFeaturesConfiguration meetingFeatures()
The configuration settings of the features available to a meeting.
- Returns:
- The configuration settings of the features available to a meeting.
-
meetingId
public final String meetingId()
The Amazon Chime SDK meeting ID.
- Returns:
- The Amazon Chime SDK meeting ID.
-
toBuilder
public Meeting.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Meeting.Builder,Meeting>
-
builder
public static Meeting.Builder builder()
-
serializableBuilderClass
public static Class<? extends Meeting.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.
-
-