@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DevEnvironmentAccessDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DevEnvironmentAccessDetails.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 DevEnvironmentAccessDetails.Builder> |
serializableBuilderClass() |
String |
streamUrl()
The URL used to send commands to and from the Dev Environment.
|
DevEnvironmentAccessDetails.Builder |
toBuilder() |
String |
tokenValue()
An encrypted token value that contains session and caller information used to authenticate the connection.
|
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String streamUrl()
The URL used to send commands to and from the Dev Environment.
public final String tokenValue()
An encrypted token value that contains session and caller information used to authenticate the connection.
public DevEnvironmentAccessDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DevEnvironmentAccessDetails.Builder,DevEnvironmentAccessDetails>public static DevEnvironmentAccessDetails.Builder builder()
public static Class<? extends DevEnvironmentAccessDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.