@Generated(value="software.amazon.awssdk:codegen") public final class WorkspaceSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WorkspaceSummary.Builder,WorkspaceSummary>
An object that contains information about a workspace.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WorkspaceSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the workspace.
|
static WorkspaceSummary.Builder |
builder() |
Instant |
creationDateTime()
The date and time when the workspace was created.
|
String |
description()
The description of the workspace.
|
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 WorkspaceSummary.Builder> |
serializableBuilderClass() |
WorkspaceSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updateDateTime()
The date and time when the workspace was last updated.
|
String |
workspaceId()
The ID of the workspace.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String workspaceId()
The ID of the workspace.
public final String arn()
The ARN of the workspace.
public final String description()
The description of the workspace.
public final Instant creationDateTime()
The date and time when the workspace was created.
public final Instant updateDateTime()
The date and time when the workspace was last updated.
public WorkspaceSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WorkspaceSummary.Builder,WorkspaceSummary>public static WorkspaceSummary.Builder builder()
public static Class<? extends WorkspaceSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.