@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartWebRTCContactResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartWebRTCContactResult() |
Modifier and Type | Method and Description |
---|---|
StartWebRTCContactResult |
clone() |
boolean |
equals(Object obj) |
ConnectionData |
getConnectionData()
Information required for the client application (mobile application or website) to connect to the call.
|
String |
getContactId()
The identifier of the contact in this instance of Amazon Connect.
|
String |
getParticipantId()
The identifier for a contact participant.
|
String |
getParticipantToken()
The token used by the contact participant to call the CreateParticipantConnection API.
|
int |
hashCode() |
void |
setConnectionData(ConnectionData connectionData)
Information required for the client application (mobile application or website) to connect to the call.
|
void |
setContactId(String contactId)
The identifier of the contact in this instance of Amazon Connect.
|
void |
setParticipantId(String participantId)
The identifier for a contact participant.
|
void |
setParticipantToken(String participantToken)
The token used by the contact participant to call the CreateParticipantConnection API.
|
String |
toString()
Returns a string representation of this object.
|
StartWebRTCContactResult |
withConnectionData(ConnectionData connectionData)
Information required for the client application (mobile application or website) to connect to the call.
|
StartWebRTCContactResult |
withContactId(String contactId)
The identifier of the contact in this instance of Amazon Connect.
|
StartWebRTCContactResult |
withParticipantId(String participantId)
The identifier for a contact participant.
|
StartWebRTCContactResult |
withParticipantToken(String participantToken)
The token used by the contact participant to call the CreateParticipantConnection API.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setConnectionData(ConnectionData connectionData)
Information required for the client application (mobile application or website) to connect to the call.
connectionData
- Information required for the client application (mobile application or website) to connect to the call.public ConnectionData getConnectionData()
Information required for the client application (mobile application or website) to connect to the call.
public StartWebRTCContactResult withConnectionData(ConnectionData connectionData)
Information required for the client application (mobile application or website) to connect to the call.
connectionData
- Information required for the client application (mobile application or website) to connect to the call.public void setContactId(String contactId)
The identifier of the contact in this instance of Amazon Connect.
contactId
- The identifier of the contact in this instance of Amazon Connect.public String getContactId()
The identifier of the contact in this instance of Amazon Connect.
public StartWebRTCContactResult withContactId(String contactId)
The identifier of the contact in this instance of Amazon Connect.
contactId
- The identifier of the contact in this instance of Amazon Connect.public void setParticipantId(String participantId)
The identifier for a contact participant. The ParticipantId
for a contact participant is the same
throughout the contact lifecycle.
participantId
- The identifier for a contact participant. The ParticipantId
for a contact participant is the
same throughout the contact lifecycle.public String getParticipantId()
The identifier for a contact participant. The ParticipantId
for a contact participant is the same
throughout the contact lifecycle.
ParticipantId
for a contact participant is the
same throughout the contact lifecycle.public StartWebRTCContactResult withParticipantId(String participantId)
The identifier for a contact participant. The ParticipantId
for a contact participant is the same
throughout the contact lifecycle.
participantId
- The identifier for a contact participant. The ParticipantId
for a contact participant is the
same throughout the contact lifecycle.public void setParticipantToken(String participantToken)
The token used by the contact participant to call the CreateParticipantConnection API. The participant token is valid for the lifetime of a contact participant.
participantToken
- The token used by the contact participant to call the CreateParticipantConnection API. The participant token is valid for the lifetime of a contact
participant.public String getParticipantToken()
The token used by the contact participant to call the CreateParticipantConnection API. The participant token is valid for the lifetime of a contact participant.
public StartWebRTCContactResult withParticipantToken(String participantToken)
The token used by the contact participant to call the CreateParticipantConnection API. The participant token is valid for the lifetime of a contact participant.
participantToken
- The token used by the contact participant to call the CreateParticipantConnection API. The participant token is valid for the lifetime of a contact
participant.public String toString()
toString
in class Object
Object.toString()
public StartWebRTCContactResult clone()