@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)
Marshalls this structured data using the given
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)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.