@Generated(value="software.amazon.awssdk:codegen") public final class Session extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Session.Builder,Session>
The details of the execute command session.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Session.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Session.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Session.Builder> |
serializableBuilderClass() |
String |
sessionId()
The ID of the execute command session.
|
String |
streamUrl()
A URL back to managed agent on the container that the SSM Session Manager client uses to send commands and
receive output from the container.
|
Session.Builder |
toBuilder() |
String |
tokenValue()
An encrypted token value containing session and caller information.
|
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String sessionId()
The ID of the execute command session.
public final String streamUrl()
A URL back to managed agent on the container that the SSM Session Manager client uses to send commands and receive output from the container.
public final String tokenValue()
An encrypted token value containing session and caller information. Used to authenticate the connection to the container.
public Session.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Session.Builder,Session>public static Session.Builder builder()
public static Class<? extends Session.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.