Class DebugSession
- java.lang.Object
-
- software.amazon.awssdk.services.codebuild.model.DebugSession
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DebugSession.Builder,DebugSession>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDebugSession.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DebugSession.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DebugSession.Builder>serializableBuilderClass()BooleansessionEnabled()Specifies if session debugging is enabled for this build.StringsessionTarget()Contains the identifier of the Session Manager session used for the build.DebugSession.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
sessionEnabled
public final Boolean sessionEnabled()
Specifies if session debugging is enabled for this build.
- Returns:
- Specifies if session debugging is enabled for this build.
-
sessionTarget
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.
- Returns:
- 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.
-
toBuilder
public DebugSession.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DebugSession.Builder,DebugSession>
-
builder
public static DebugSession.Builder builder()
-
serializableBuilderClass
public static Class<? extends DebugSession.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.
-
-