Class FailedCreateStandbyWorkspacesRequest
- java.lang.Object
-
- software.amazon.awssdk.services.workspaces.model.FailedCreateStandbyWorkspacesRequest
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FailedCreateStandbyWorkspacesRequest.Builder,FailedCreateStandbyWorkspacesRequest>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFailedCreateStandbyWorkspacesRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FailedCreateStandbyWorkspacesRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringerrorCode()The error code that is returned if the standby WorkSpace could not be created.StringerrorMessage()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)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends FailedCreateStandbyWorkspacesRequest.Builder>serializableBuilderClass()StandbyWorkspacestandbyWorkspaceRequest()Information about the standby WorkSpace that could not be created.FailedCreateStandbyWorkspacesRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
standbyWorkspaceRequest
public final StandbyWorkspace standbyWorkspaceRequest()
Information about the standby WorkSpace that could not be created.
- Returns:
- Information about the standby WorkSpace that could not be created.
-
errorCode
public final String errorCode()
The error code that is returned if the standby WorkSpace could not be created.
- Returns:
- The error code that is returned if the standby WorkSpace could not be created.
-
errorMessage
public final String errorMessage()
The text of the error message that is returned if the standby WorkSpace could not be created.
- Returns:
- The text of the error message that is returned if the standby WorkSpace could not be created.
-
toBuilder
public FailedCreateStandbyWorkspacesRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FailedCreateStandbyWorkspacesRequest.Builder,FailedCreateStandbyWorkspacesRequest>
-
builder
public static FailedCreateStandbyWorkspacesRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends FailedCreateStandbyWorkspacesRequest.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-