@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CopyFpgaImageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CopyFpgaImageResult() |
Modifier and Type | Method and Description |
---|---|
CopyFpgaImageResult |
clone() |
boolean |
equals(Object obj) |
String |
getFpgaImageId()
The ID of the new AFI.
|
int |
hashCode() |
void |
setFpgaImageId(String fpgaImageId)
The ID of the new AFI.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CopyFpgaImageResult |
withFpgaImageId(String fpgaImageId)
The ID of the new AFI.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFpgaImageId(String fpgaImageId)
The ID of the new AFI.
fpgaImageId
- The ID of the new AFI.public String getFpgaImageId()
The ID of the new AFI.
public CopyFpgaImageResult withFpgaImageId(String fpgaImageId)
The ID of the new AFI.
fpgaImageId
- The ID of the new AFI.public String toString()
toString
in class Object
Object.toString()
public CopyFpgaImageResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.