@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Websocket extends Object implements Serializable, Cloneable, StructuredPojo
The websocket for the participant's connection.
Constructor and Description |
---|
Websocket() |
Modifier and Type | Method and Description |
---|---|
Websocket |
clone() |
boolean |
equals(Object obj) |
String |
getConnectionExpiry()
The URL expiration timestamp in ISO date format.
|
String |
getUrl()
The URL of the websocket.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConnectionExpiry(String connectionExpiry)
The URL expiration timestamp in ISO date format.
|
void |
setUrl(String url)
The URL of the websocket.
|
String |
toString()
Returns a string representation of this object.
|
Websocket |
withConnectionExpiry(String connectionExpiry)
The URL expiration timestamp in ISO date format.
|
Websocket |
withUrl(String url)
The URL of the websocket.
|
public void setUrl(String url)
The URL of the websocket.
url
- The URL of the websocket.public String getUrl()
The URL of the websocket.
public Websocket withUrl(String url)
The URL of the websocket.
url
- The URL of the websocket.public void setConnectionExpiry(String connectionExpiry)
The URL expiration timestamp in ISO date format.
It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
connectionExpiry
- The URL expiration timestamp in ISO date format.
It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
public String getConnectionExpiry()
The URL expiration timestamp in ISO date format.
It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
public Websocket withConnectionExpiry(String connectionExpiry)
The URL expiration timestamp in ISO date format.
It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
connectionExpiry
- The URL expiration timestamp in ISO date format.
It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.