@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateParticipantResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| CreateParticipantResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateParticipantResult | clone() | 
| boolean | equals(Object obj) | 
| ParticipantTokenCredentials | getParticipantCredentials()
 The token used by the chat participant to call  CreateParticipantConnection. | 
| String | getParticipantId()
 The identifier for a chat participant. | 
| int | hashCode() | 
| void | setParticipantCredentials(ParticipantTokenCredentials participantCredentials)
 The token used by the chat participant to call  CreateParticipantConnection. | 
| void | setParticipantId(String participantId)
 The identifier for a chat participant. | 
| String | toString()Returns a string representation of this object. | 
| CreateParticipantResult | withParticipantCredentials(ParticipantTokenCredentials participantCredentials)
 The token used by the chat participant to call  CreateParticipantConnection. | 
| CreateParticipantResult | withParticipantId(String participantId)
 The identifier for a chat participant. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setParticipantCredentials(ParticipantTokenCredentials participantCredentials)
 The token used by the chat participant to call CreateParticipantConnection. The participant token is
 valid for the lifetime of a chat participant.
 
participantCredentials - The token used by the chat participant to call CreateParticipantConnection. The participant
        token is valid for the lifetime of a chat participant.public ParticipantTokenCredentials getParticipantCredentials()
 The token used by the chat participant to call CreateParticipantConnection. The participant token is
 valid for the lifetime of a chat participant.
 
CreateParticipantConnection. The participant
         token is valid for the lifetime of a chat participant.public CreateParticipantResult withParticipantCredentials(ParticipantTokenCredentials participantCredentials)
 The token used by the chat participant to call CreateParticipantConnection. The participant token is
 valid for the lifetime of a chat participant.
 
participantCredentials - The token used by the chat participant to call CreateParticipantConnection. The participant
        token is valid for the lifetime of a chat participant.public void setParticipantId(String participantId)
The identifier for a chat participant. The participantId for a chat participant is the same throughout the chat lifecycle.
participantId - The identifier for a chat participant. The participantId for a chat participant is the same throughout the
        chat lifecycle.public String getParticipantId()
The identifier for a chat participant. The participantId for a chat participant is the same throughout the chat lifecycle.
public CreateParticipantResult withParticipantId(String participantId)
The identifier for a chat participant. The participantId for a chat participant is the same throughout the chat lifecycle.
participantId - The identifier for a chat participant. The participantId for a chat participant is the same throughout the
        chat lifecycle.public String toString()
toString in class ObjectObject.toString()public CreateParticipantResult clone()