@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateParticipantRoleConfigChannelInfo extends Object implements Serializable, Cloneable, StructuredPojo
Configuration information for the chat participant role.
Constructor and Description |
---|
UpdateParticipantRoleConfigChannelInfo() |
Modifier and Type | Method and Description |
---|---|
UpdateParticipantRoleConfigChannelInfo |
clone() |
boolean |
equals(Object obj) |
ChatParticipantRoleConfig |
getChat()
Configuration information for the chat participant role.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setChat(ChatParticipantRoleConfig chat)
Configuration information for the chat participant role.
|
String |
toString()
Returns a string representation of this object.
|
UpdateParticipantRoleConfigChannelInfo |
withChat(ChatParticipantRoleConfig chat)
Configuration information for the chat participant role.
|
public UpdateParticipantRoleConfigChannelInfo()
public void setChat(ChatParticipantRoleConfig chat)
Configuration information for the chat participant role.
chat
- Configuration information for the chat participant role.public ChatParticipantRoleConfig getChat()
Configuration information for the chat participant role.
public UpdateParticipantRoleConfigChannelInfo withChat(ChatParticipantRoleConfig chat)
Configuration information for the chat participant role.
chat
- Configuration information for the chat participant role.public String toString()
toString
in class Object
Object.toString()
public UpdateParticipantRoleConfigChannelInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.