@Generated(value="software.amazon.awssdk:codegen") public final class FpgaImageState extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FpgaImageState.Builder,FpgaImageState>
Describes the state of the bitstream generation process for an Amazon FPGA image (AFI).
| Modifier and Type | Class and Description |
|---|---|
static interface |
FpgaImageState.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FpgaImageState.Builder |
builder() |
FpgaImageStateCode |
code()
The state.
|
String |
codeAsString()
The state.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
If the state is
failed, this is the error message. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends FpgaImageState.Builder> |
serializableBuilderClass() |
FpgaImageState.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final FpgaImageStateCode code()
The state. The following are the possible values:
pending - AFI bitstream generation is in progress.
available - The AFI is available for use.
failed - AFI bitstream generation failed.
unavailable - The AFI is no longer available for use.
If the service returns an enum value that is not available in the current SDK version, code will return
FpgaImageStateCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
codeAsString().
pending - AFI bitstream generation is in progress.
available - The AFI is available for use.
failed - AFI bitstream generation failed.
unavailable - The AFI is no longer available for use.
FpgaImageStateCodepublic final String codeAsString()
The state. The following are the possible values:
pending - AFI bitstream generation is in progress.
available - The AFI is available for use.
failed - AFI bitstream generation failed.
unavailable - The AFI is no longer available for use.
If the service returns an enum value that is not available in the current SDK version, code will return
FpgaImageStateCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
codeAsString().
pending - AFI bitstream generation is in progress.
available - The AFI is available for use.
failed - AFI bitstream generation failed.
unavailable - The AFI is no longer available for use.
FpgaImageStateCodepublic final String message()
If the state is failed, this is the error message.
failed, this is the error message.public FpgaImageState.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FpgaImageState.Builder,FpgaImageState>public static FpgaImageState.Builder builder()
public static Class<? extends FpgaImageState.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.