@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MessagingSessionEndpoint extends Object implements Serializable, Cloneable, StructuredPojo
The websocket endpoint used to connect to Amazon Chime SDK messaging.
Constructor and Description |
---|
MessagingSessionEndpoint() |
Modifier and Type | Method and Description |
---|---|
MessagingSessionEndpoint |
clone() |
boolean |
equals(Object obj) |
String |
getUrl()
The endpoint to which you establish a websocket connection.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setUrl(String url)
The endpoint to which you establish a websocket connection.
|
String |
toString()
Returns a string representation of this object.
|
MessagingSessionEndpoint |
withUrl(String url)
The endpoint to which you establish a websocket connection.
|
public void setUrl(String url)
The endpoint to which you establish a websocket connection.
url
- The endpoint to which you establish a websocket connection.public String getUrl()
The endpoint to which you establish a websocket connection.
public MessagingSessionEndpoint withUrl(String url)
The endpoint to which you establish a websocket connection.
url
- The endpoint to which you establish a websocket connection.public String toString()
toString
in class Object
Object.toString()
public MessagingSessionEndpoint clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.