@Generated(value="software.amazon.awssdk:codegen") public final class DebugSession extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DebugSession.Builder,DebugSession>
Contains information about the debug session for a build. For more information, see Viewing a running build in Session Manager.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DebugSession.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DebugSession.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 DebugSession.Builder> |
serializableBuilderClass() |
Boolean |
sessionEnabled()
Specifies if session debugging is enabled for this build.
|
String |
sessionTarget()
Contains the identifier of the Session Manager session used for the build.
|
DebugSession.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean sessionEnabled()
Specifies if session debugging is enabled for this build.
public final String sessionTarget()
Contains the identifier of the Session Manager session used for the build. To work with the paused build, you open this session to examine, control, and resume the build.
public DebugSession.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DebugSession.Builder,DebugSession>public static DebugSession.Builder builder()
public static Class<? extends DebugSession.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.