Class DevEnvironmentSessionConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.codecatalyst.model.DevEnvironmentSessionConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DevEnvironmentSessionConfiguration.Builder,DevEnvironmentSessionConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class DevEnvironmentSessionConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DevEnvironmentSessionConfiguration.Builder,DevEnvironmentSessionConfiguration>
Information about the configuration of a Dev Environment session.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDevEnvironmentSessionConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DevEnvironmentSessionConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ExecuteCommandSessionConfigurationexecuteCommandSessionConfiguration()Information about optional commands that will be run on the Dev Environment when the SSH session begins.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DevEnvironmentSessionConfiguration.Builder>serializableBuilderClass()DevEnvironmentSessionTypesessionType()The type of the session.StringsessionTypeAsString()The type of the session.DevEnvironmentSessionConfiguration.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
-
sessionType
public final DevEnvironmentSessionType sessionType()
The type of the session.
If the service returns an enum value that is not available in the current SDK version,
sessionTypewill returnDevEnvironmentSessionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsessionTypeAsString().- Returns:
- The type of the session.
- See Also:
DevEnvironmentSessionType
-
sessionTypeAsString
public final String sessionTypeAsString()
The type of the session.
If the service returns an enum value that is not available in the current SDK version,
sessionTypewill returnDevEnvironmentSessionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsessionTypeAsString().- Returns:
- The type of the session.
- See Also:
DevEnvironmentSessionType
-
executeCommandSessionConfiguration
public final ExecuteCommandSessionConfiguration executeCommandSessionConfiguration()
Information about optional commands that will be run on the Dev Environment when the SSH session begins.
- Returns:
- Information about optional commands that will be run on the Dev Environment when the SSH session begins.
-
toBuilder
public DevEnvironmentSessionConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DevEnvironmentSessionConfiguration.Builder,DevEnvironmentSessionConfiguration>
-
builder
public static DevEnvironmentSessionConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends DevEnvironmentSessionConfiguration.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.
-
-