public class CreateParticipantConnectionResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CreateParticipantConnectionResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
ConnectionCredentials |
getConnectionCredentials()
Creates the participant's connection credentials.
|
Websocket |
getWebsocket()
Creates the participant's websocket connection.
|
int |
hashCode() |
void |
setConnectionCredentials(ConnectionCredentials connectionCredentials)
Creates the participant's connection credentials.
|
void |
setWebsocket(Websocket websocket)
Creates the participant's websocket connection.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateParticipantConnectionResult |
withConnectionCredentials(ConnectionCredentials connectionCredentials)
Creates the participant's connection credentials.
|
CreateParticipantConnectionResult |
withWebsocket(Websocket websocket)
Creates the participant's websocket connection.
|
public Websocket getWebsocket()
Creates the participant's websocket connection.
Creates the participant's websocket connection.
public void setWebsocket(Websocket websocket)
Creates the participant's websocket connection.
websocket - Creates the participant's websocket connection.
public CreateParticipantConnectionResult withWebsocket(Websocket websocket)
Creates the participant's websocket connection.
Returns a reference to this object so that method calls can be chained together.
websocket - Creates the participant's websocket connection.
public ConnectionCredentials getConnectionCredentials()
Creates the participant's connection credentials. The authentication token associated with the participant's connection.
Creates the participant's connection credentials. The authentication token associated with the participant's connection.
public void setConnectionCredentials(ConnectionCredentials connectionCredentials)
Creates the participant's connection credentials. The authentication token associated with the participant's connection.
connectionCredentials - Creates the participant's connection credentials. The authentication token associated with the participant's connection.
public CreateParticipantConnectionResult withConnectionCredentials(ConnectionCredentials connectionCredentials)
Creates the participant's connection credentials. The authentication token associated with the participant's connection.
Returns a reference to this object so that method calls can be chained together.
connectionCredentials - Creates the participant's connection credentials. The authentication token associated with the participant's connection.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.