@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)
Marshalls this structured data using the given
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 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.