@Generated(value="software.amazon.awssdk:codegen") public class FpgaImageState extends Object implements 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
If the state is
failed, this is the error message. |
static Class<? extends FpgaImageState.Builder> |
serializableBuilderClass() |
FpgaImageState.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic 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 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 String message()
If the state is failed, this is the error message.
failed, this is the error message.public FpgaImageState.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<FpgaImageState.Builder,FpgaImageState>public static FpgaImageState.Builder builder()
public static Class<? extends FpgaImageState.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.