@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MessagingSessionEndpoint extends Object implements Serializable, Cloneable, StructuredPojo
The endpoint of a meeting session.
| Constructor and Description |
|---|
MessagingSessionEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
MessagingSessionEndpoint |
clone() |
boolean |
equals(Object obj) |
String |
getUrl()
The URL of a meeting session endpoint.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setUrl(String url)
The URL of a meeting session endpoint.
|
String |
toString()
Returns a string representation of this object.
|
MessagingSessionEndpoint |
withUrl(String url)
The URL of a meeting session endpoint.
|
public void setUrl(String url)
The URL of a meeting session endpoint.
url - The URL of a meeting session endpoint.public String getUrl()
The URL of a meeting session endpoint.
public MessagingSessionEndpoint withUrl(String url)
The URL of a meeting session endpoint.
url - The URL of a meeting session endpoint.public String toString()
toString in class ObjectObject.toString()public MessagingSessionEndpoint clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.