@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFpgaImageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateFpgaImageResult() |
Modifier and Type | Method and Description |
---|---|
CreateFpgaImageResult |
clone() |
boolean |
equals(Object obj) |
String |
getFpgaImageGlobalId()
The global FPGA image identifier (AGFI ID).
|
String |
getFpgaImageId()
The FPGA image identifier (AFI ID).
|
int |
hashCode() |
void |
setFpgaImageGlobalId(String fpgaImageGlobalId)
The global FPGA image identifier (AGFI ID).
|
void |
setFpgaImageId(String fpgaImageId)
The FPGA image identifier (AFI ID).
|
String |
toString()
Returns a string representation of this object.
|
CreateFpgaImageResult |
withFpgaImageGlobalId(String fpgaImageGlobalId)
The global FPGA image identifier (AGFI ID).
|
CreateFpgaImageResult |
withFpgaImageId(String fpgaImageId)
The FPGA image identifier (AFI ID).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFpgaImageId(String fpgaImageId)
The FPGA image identifier (AFI ID).
fpgaImageId
- The FPGA image identifier (AFI ID).public String getFpgaImageId()
The FPGA image identifier (AFI ID).
public CreateFpgaImageResult withFpgaImageId(String fpgaImageId)
The FPGA image identifier (AFI ID).
fpgaImageId
- The FPGA image identifier (AFI ID).public void setFpgaImageGlobalId(String fpgaImageGlobalId)
The global FPGA image identifier (AGFI ID).
fpgaImageGlobalId
- The global FPGA image identifier (AGFI ID).public String getFpgaImageGlobalId()
The global FPGA image identifier (AGFI ID).
public CreateFpgaImageResult withFpgaImageGlobalId(String fpgaImageGlobalId)
The global FPGA image identifier (AGFI ID).
fpgaImageGlobalId
- The global FPGA image identifier (AGFI ID).public String toString()
toString
in class Object
Object.toString()
public CreateFpgaImageResult clone()