@Generated(value="software.amazon.awssdk:codegen") public final class UpdateWorkspaceRequest extends IoTTwinMakerRequest implements ToCopyableBuilder<UpdateWorkspaceRequest.Builder,UpdateWorkspaceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateWorkspaceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateWorkspaceRequest.Builder |
builder() |
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateWorkspaceRequest.Builder> |
serializableBuilderClass() |
UpdateWorkspaceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workspaceId()
The ID of the workspace.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String description()
The description of the workspace.
public final String role()
The ARN of the execution role associated with the workspace.
public final String workspaceId()
The ID of the workspace.
public UpdateWorkspaceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateWorkspaceRequest.Builder,UpdateWorkspaceRequest>toBuilder in class IoTTwinMakerRequestpublic static UpdateWorkspaceRequest.Builder builder()
public static Class<? extends UpdateWorkspaceRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2022. All rights reserved.