Class DevEnvironmentAccessDetails
- java.lang.Object
-
- software.amazon.awssdk.services.codecatalyst.model.DevEnvironmentAccessDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DevEnvironmentAccessDetails.Builder,DevEnvironmentAccessDetails>
@Generated("software.amazon.awssdk:codegen") public final class DevEnvironmentAccessDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DevEnvironmentAccessDetails.Builder,DevEnvironmentAccessDetails>
Information about connection details for a Dev Environment.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDevEnvironmentAccessDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DevEnvironmentAccessDetails.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DevEnvironmentAccessDetails.Builder>serializableBuilderClass()StringstreamUrl()The URL used to send commands to and from the Dev Environment.DevEnvironmentAccessDetails.BuildertoBuilder()StringtokenValue()An encrypted token value that contains session and caller information used to authenticate the connection.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
-
streamUrl
public final String streamUrl()
The URL used to send commands to and from the Dev Environment.
- Returns:
- The URL used to send commands to and from the Dev Environment.
-
tokenValue
public final String tokenValue()
An encrypted token value that contains session and caller information used to authenticate the connection.
- Returns:
- An encrypted token value that contains session and caller information used to authenticate the connection.
-
toBuilder
public DevEnvironmentAccessDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DevEnvironmentAccessDetails.Builder,DevEnvironmentAccessDetails>
-
builder
public static DevEnvironmentAccessDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends DevEnvironmentAccessDetails.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.
-
-