@Generated(value="software.amazon.awssdk:codegen") public final class ParticipantDetailsToAdd extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ParticipantDetailsToAdd.Builder,ParticipantDetailsToAdd>
The details to add for the participant.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ParticipantDetailsToAdd.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ParticipantDetailsToAdd.Builder |
builder() |
String |
displayName()
The display name of the participant.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ParticipantRole |
participantRole()
The role of the participant being added.
|
String |
participantRoleAsString()
The role of the participant being added.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ParticipantDetailsToAdd.Builder> |
serializableBuilderClass() |
ParticipantDetailsToAdd.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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, participantRole
will return ParticipantRole.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from participantRoleAsString().
ParticipantRolepublic 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, participantRole
will return ParticipantRole.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from participantRoleAsString().
ParticipantRolepublic final String displayName()
The display name of the participant.
public ParticipantDetailsToAdd.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ParticipantDetailsToAdd.Builder,ParticipantDetailsToAdd>public static ParticipantDetailsToAdd.Builder builder()
public static Class<? extends ParticipantDetailsToAdd.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.