@Generated(value="software.amazon.awssdk:codegen") public final class UpdateParticipantRoleConfigChannelInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateParticipantRoleConfigChannelInfo.Builder,UpdateParticipantRoleConfigChannelInfo>
Configuration information for the chat participant role.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateParticipantRoleConfigChannelInfo.Builder |
static class |
UpdateParticipantRoleConfigChannelInfo.Type |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ChatParticipantRoleConfig chat()
Configuration information for the chat participant role.
public UpdateParticipantRoleConfigChannelInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateParticipantRoleConfigChannelInfo.Builder,UpdateParticipantRoleConfigChannelInfo>public static UpdateParticipantRoleConfigChannelInfo.Builder builder()
public static Class<? extends UpdateParticipantRoleConfigChannelInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public static UpdateParticipantRoleConfigChannelInfo fromChat(ChatParticipantRoleConfig chat)
chat() initialized to the given value.
Configuration information for the chat participant role.
chat - Configuration information for the chat participant role.public static UpdateParticipantRoleConfigChannelInfo fromChat(Consumer<ChatParticipantRoleConfig.Builder> chat)
chat() initialized to the given value.
Configuration information for the chat participant role.
chat - Configuration information for the chat participant role.public UpdateParticipantRoleConfigChannelInfo.Type type()
UpdateParticipantRoleConfigChannelInfo.Type.UNKNOWN_TO_SDK_VERSION if the
service returned a member that is only known to a newer SDK version.
When this class is created directly in your code, this will be UpdateParticipantRoleConfigChannelInfo.Type.UNKNOWN_TO_SDK_VERSION if zero
members are set, and null if more than one member is set.Copyright © 2023. All rights reserved.