@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateParticipantConnectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateParticipantConnectionRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateParticipantConnectionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getParticipantToken()
Participant Token as obtained from StartChatContact API response.
|
List<String> |
getType()
Type of connection information required.
|
int |
hashCode() |
void |
setParticipantToken(String participantToken)
Participant Token as obtained from StartChatContact API response.
|
void |
setType(Collection<String> type)
Type of connection information required.
|
String |
toString()
Returns a string representation of this object.
|
CreateParticipantConnectionRequest |
withParticipantToken(String participantToken)
Participant Token as obtained from StartChatContact API response.
|
CreateParticipantConnectionRequest |
withType(Collection<String> type)
Type of connection information required.
|
CreateParticipantConnectionRequest |
withType(ConnectionType... type)
Type of connection information required.
|
CreateParticipantConnectionRequest |
withType(String... type)
Type of connection information required.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getType()
Type of connection information required.
ConnectionTypepublic void setType(Collection<String> type)
Type of connection information required.
type - Type of connection information required.ConnectionTypepublic CreateParticipantConnectionRequest withType(String... type)
Type of connection information required.
NOTE: This method appends the values to the existing list (if any). Use
setType(java.util.Collection) or withType(java.util.Collection) if you want to override the
existing values.
type - Type of connection information required.ConnectionTypepublic CreateParticipantConnectionRequest withType(Collection<String> type)
Type of connection information required.
type - Type of connection information required.ConnectionTypepublic CreateParticipantConnectionRequest withType(ConnectionType... type)
Type of connection information required.
type - Type of connection information required.ConnectionTypepublic void setParticipantToken(String participantToken)
Participant Token as obtained from StartChatContact API response.
participantToken - Participant Token as obtained from StartChatContact API response.public String getParticipantToken()
Participant Token as obtained from StartChatContact API response.
public CreateParticipantConnectionRequest withParticipantToken(String participantToken)
Participant Token as obtained from StartChatContact API response.
participantToken - Participant Token as obtained from StartChatContact API response.public String toString()
toString in class ObjectObject.toString()public CreateParticipantConnectionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.