public class StartChatContactResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
StartChatContactResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getContactId()
The identifier of this contact within the Amazon Connect instance.
|
java.lang.String |
getParticipantId()
The identifier for a chat participant.
|
java.lang.String |
getParticipantToken()
The token used by the chat participant to call CreateParticipantConnection.
|
int |
hashCode() |
void |
setContactId(java.lang.String contactId)
The identifier of this contact within the Amazon Connect instance.
|
void |
setParticipantId(java.lang.String participantId)
The identifier for a chat participant.
|
void |
setParticipantToken(java.lang.String participantToken)
The token used by the chat participant to call CreateParticipantConnection.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StartChatContactResult |
withContactId(java.lang.String contactId)
The identifier of this contact within the Amazon Connect instance.
|
StartChatContactResult |
withParticipantId(java.lang.String participantId)
The identifier for a chat participant.
|
StartChatContactResult |
withParticipantToken(java.lang.String participantToken)
The token used by the chat participant to call CreateParticipantConnection.
|
public java.lang.String getContactId()
The identifier of this contact within the Amazon Connect instance.
Constraints:
Length: 1 - 256
The identifier of this contact within the Amazon Connect instance.
public void setContactId(java.lang.String contactId)
The identifier of this contact within the Amazon Connect instance.
Constraints:
Length: 1 - 256
contactId
- The identifier of this contact within the Amazon Connect instance.
public StartChatContactResult withContactId(java.lang.String contactId)
The identifier of this contact within the Amazon Connect instance.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
contactId
- The identifier of this contact within the Amazon Connect instance.
public java.lang.String getParticipantId()
The identifier for a chat participant. The participantId for a chat participant is the same throughout the chat lifecycle.
Constraints:
Length: 1 - 256
The identifier for a chat participant. The participantId for a chat participant is the same throughout the chat lifecycle.
public void setParticipantId(java.lang.String participantId)
The identifier for a chat participant. The participantId for a chat participant is the same throughout the chat lifecycle.
Constraints:
Length: 1 - 256
participantId
- The identifier for a chat participant. The participantId for a chat participant is the same throughout the chat lifecycle.
public StartChatContactResult withParticipantId(java.lang.String participantId)
The identifier for a chat participant. The participantId for a chat participant is the same throughout the chat lifecycle.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
participantId
- The identifier for a chat participant. The participantId for a chat participant is the same throughout the chat lifecycle.
public java.lang.String getParticipantToken()
The token used by the chat participant to call CreateParticipantConnection. The participant token is valid for the lifetime of a chat participant.
Constraints:
Length: 1 - 1000
The token used by the chat participant to call CreateParticipantConnection. The participant token is valid for the lifetime of a chat participant.
public void setParticipantToken(java.lang.String participantToken)
The token used by the chat participant to call CreateParticipantConnection. The participant token is valid for the lifetime of a chat participant.
Constraints:
Length: 1 - 1000
participantToken
- The token used by the chat participant to call CreateParticipantConnection. The participant token is valid for the lifetime of a chat participant.
public StartChatContactResult withParticipantToken(java.lang.String participantToken)
The token used by the chat participant to call CreateParticipantConnection. The participant token is valid for the lifetime of a chat participant.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1000
participantToken
- The token used by the chat participant to call CreateParticipantConnection. The participant token is valid for the lifetime of a chat participant.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.