Class Websocket
- java.lang.Object
-
- software.amazon.awssdk.services.connectparticipant.model.Websocket
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Websocket.Builder,Websocket>
@Generated("software.amazon.awssdk:codegen") public final class Websocket extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Websocket.Builder,Websocket>
The websocket for the participant's connection.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWebsocket.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Websocket.Builderbuilder()StringconnectionExpiry()The URL expiration timestamp in ISO date format.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends Websocket.Builder>serializableBuilderClass()Websocket.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringurl()The URL of the websocket.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
url
public final String url()
The URL of the websocket.
- Returns:
- The URL of the websocket.
-
connectionExpiry
public final 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.
- Returns:
- 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.
-
toBuilder
public Websocket.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Websocket.Builder,Websocket>
-
builder
public static Websocket.Builder builder()
-
serializableBuilderClass
public static Class<? extends Websocket.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-