Class ParticipantDetailsToAdd
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.ParticipantDetailsToAdd
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ParticipantDetailsToAdd.Builder,ParticipantDetailsToAdd>
@Generated("software.amazon.awssdk:codegen") public final class ParticipantDetailsToAdd extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ParticipantDetailsToAdd.Builder,ParticipantDetailsToAdd>
The details to add for the participant.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceParticipantDetailsToAdd.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParticipantDetailsToAdd.Builderbuilder()StringdisplayName()The display name of the participant.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ParticipantRoleparticipantRole()The role of the participant being added.StringparticipantRoleAsString()The role of the participant being added.List<SdkField<?>>sdkFields()static Class<? extends ParticipantDetailsToAdd.Builder>serializableBuilderClass()ParticipantDetailsToAdd.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
-
participantRole
public final ParticipantRole participantRole()
The role of the participant being added.
If the service returns an enum value that is not available in the current SDK version,
participantRolewill returnParticipantRole.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromparticipantRoleAsString().- Returns:
- The role of the participant being added.
- See Also:
ParticipantRole
-
participantRoleAsString
public final String participantRoleAsString()
The role of the participant being added.
If the service returns an enum value that is not available in the current SDK version,
participantRolewill returnParticipantRole.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromparticipantRoleAsString().- Returns:
- The role of the participant being added.
- See Also:
ParticipantRole
-
displayName
public final String displayName()
The display name of the participant.
- Returns:
- The display name of the participant.
-
toBuilder
public ParticipantDetailsToAdd.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ParticipantDetailsToAdd.Builder,ParticipantDetailsToAdd>
-
builder
public static ParticipantDetailsToAdd.Builder builder()
-
serializableBuilderClass
public static Class<? extends ParticipantDetailsToAdd.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.
-
-