@Generated(value="software.amazon.awssdk:codegen") public final class DevEnvironmentSessionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DevEnvironmentSessionSummary.Builder,DevEnvironmentSessionSummary>
Information about active sessions for a Dev Environment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DevEnvironmentSessionSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DevEnvironmentSessionSummary.Builder |
builder() |
String |
devEnvironmentId()
The system-generated unique ID of the Dev Environment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The system-generated unique ID of the Dev Environment session.
|
String |
projectName()
The name of the project in the space.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DevEnvironmentSessionSummary.Builder> |
serializableBuilderClass() |
String |
spaceName()
The name of the space.
|
Instant |
startedTime()
The date and time the session started, in coordinated universal time (UTC) timestamp format as specified in RFC 3339
|
DevEnvironmentSessionSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String spaceName()
The name of the space.
public final String projectName()
The name of the project in the space.
public final String devEnvironmentId()
The system-generated unique ID of the Dev Environment.
public final Instant startedTime()
The date and time the session started, in coordinated universal time (UTC) timestamp format as specified in RFC 3339
public final String id()
The system-generated unique ID of the Dev Environment session.
public DevEnvironmentSessionSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DevEnvironmentSessionSummary.Builder,DevEnvironmentSessionSummary>public static DevEnvironmentSessionSummary.Builder builder()
public static Class<? extends DevEnvironmentSessionSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.