Class Session
- java.lang.Object
-
- software.amazon.awssdk.services.lightsail.model.Session
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Session.Builder,Session>
@Generated("software.amazon.awssdk:codegen") public final class Session extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Session.Builder,Session>
Describes a web-based, remote graphical user interface (GUI), NICE DCV session. The session is used to access a virtual computer’s operating system or application.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSession.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Session.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanisPrimary()When true, this Boolean value indicates the primary session for the specified resource.Stringname()The session name.List<SdkField<?>>sdkFields()static Class<? extends Session.Builder>serializableBuilderClass()Session.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringurl()The session URL.-
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
-
name
public final String name()
The session name.
- Returns:
- The session name.
-
url
public final String url()
The session URL.
- Returns:
- The session URL.
-
isPrimary
public final Boolean isPrimary()
When true, this Boolean value indicates the primary session for the specified resource.
- Returns:
- When true, this Boolean value indicates the primary session for the specified resource.
-
toBuilder
public Session.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Session.Builder,Session>
-
builder
public static Session.Builder builder()
-
serializableBuilderClass
public static Class<? extends Session.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.
-
-