Class ParticipantCapabilities
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.ParticipantCapabilities
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ParticipantCapabilities.Builder,ParticipantCapabilities>
@Generated("software.amazon.awssdk:codegen") public final class ParticipantCapabilities extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ParticipantCapabilities.Builder,ParticipantCapabilities>
The configuration for the allowed capabilities for participants present over the call.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceParticipantCapabilities.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParticipantCapabilities.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ParticipantCapabilities.Builder>serializableBuilderClass()ParticipantCapabilities.BuildertoBuilder()StringtoString()Returns a string representation of this object.VideoCapabilityvideo()The configuration having the video sharing capabilities for participants over the call.StringvideoAsString()The configuration having the video sharing capabilities for participants over the call.-
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
-
video
public final VideoCapability video()
The configuration having the video sharing capabilities for participants over the call.
If the service returns an enum value that is not available in the current SDK version,
videowill returnVideoCapability.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvideoAsString().- Returns:
- The configuration having the video sharing capabilities for participants over the call.
- See Also:
VideoCapability
-
videoAsString
public final String videoAsString()
The configuration having the video sharing capabilities for participants over the call.
If the service returns an enum value that is not available in the current SDK version,
videowill returnVideoCapability.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvideoAsString().- Returns:
- The configuration having the video sharing capabilities for participants over the call.
- See Also:
VideoCapability
-
toBuilder
public ParticipantCapabilities.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ParticipantCapabilities.Builder,ParticipantCapabilities>
-
builder
public static ParticipantCapabilities.Builder builder()
-
serializableBuilderClass
public static Class<? extends ParticipantCapabilities.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.
-
-