@Generated(value="software.amazon.awssdk:codegen") public final class FailedCreateStandbyWorkspacesRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FailedCreateStandbyWorkspacesRequest.Builder,FailedCreateStandbyWorkspacesRequest>
Describes the standby WorkSpace that could not be created.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FailedCreateStandbyWorkspacesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FailedCreateStandbyWorkspacesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorCode()
The error code that is returned if the standby WorkSpace could not be created.
|
String |
errorMessage()
The text of the error message that is returned if the standby WorkSpace could not be created.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends FailedCreateStandbyWorkspacesRequest.Builder> |
serializableBuilderClass() |
StandbyWorkspace |
standbyWorkspaceRequest()
Information about the standby WorkSpace that could not be created.
|
FailedCreateStandbyWorkspacesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final StandbyWorkspace standbyWorkspaceRequest()
Information about the standby WorkSpace that could not be created.
public final String errorCode()
The error code that is returned if the standby WorkSpace could not be created.
public final String errorMessage()
The text of the error message that is returned if the standby WorkSpace could not be created.
public FailedCreateStandbyWorkspacesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FailedCreateStandbyWorkspacesRequest.Builder,FailedCreateStandbyWorkspacesRequest>public static FailedCreateStandbyWorkspacesRequest.Builder builder()
public static Class<? extends FailedCreateStandbyWorkspacesRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.