@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateParticipantConnectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateParticipantConnectionResult() |
Modifier and Type | Method and Description |
---|---|
CreateParticipantConnectionResult |
clone() |
boolean |
equals(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.
|
String |
toString()
Returns a string representation of this object.
|
CreateParticipantConnectionResult |
withConnectionCredentials(ConnectionCredentials connectionCredentials)
Creates the participant's connection credentials.
|
CreateParticipantConnectionResult |
withWebsocket(Websocket websocket)
Creates the participant's websocket connection.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setWebsocket(Websocket websocket)
Creates the participant's websocket connection.
websocket
- Creates the participant's websocket connection.public Websocket getWebsocket()
Creates the participant's websocket connection.
public CreateParticipantConnectionResult withWebsocket(Websocket websocket)
Creates the participant's websocket connection.
websocket
- Creates the participant's websocket 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 ConnectionCredentials getConnectionCredentials()
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.
connectionCredentials
- Creates the participant's connection credentials. The authentication token associated with the
participant's connection.public String toString()
toString
in class Object
Object.toString()
public CreateParticipantConnectionResult clone()