@Generated(value="software.amazon.awssdk:codegen") public final class GetWorkspaceResponse extends IoTTwinMakerResponse implements ToCopyableBuilder<GetWorkspaceResponse.Builder,GetWorkspaceResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetWorkspaceResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the workspace.
|
static GetWorkspaceResponse.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() |
String |
role()
The ARN of the execution role associated with the workspace.
|
String |
s3Location()
The ARN of the S3 bucket where resources associated with the workspace are stored.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetWorkspaceResponse.Builder> |
serializableBuilderClass() |
GetWorkspaceResponse.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.
|
responseMetadatasdkHttpResponseclone, 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 String s3Location()
The ARN of the S3 bucket where resources associated with the workspace are stored.
public final String role()
The ARN of the execution role associated with 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 GetWorkspaceResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetWorkspaceResponse.Builder,GetWorkspaceResponse>toBuilder in class AwsResponsepublic static GetWorkspaceResponse.Builder builder()
public static Class<? extends GetWorkspaceResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.