@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFpgaImageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteFpgaImageRequest>
NOOP| Constructor and Description |
|---|
DeleteFpgaImageRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteFpgaImageRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DeleteFpgaImageRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getFpgaImageId()
The ID of the AFI.
|
int |
hashCode() |
void |
setFpgaImageId(String fpgaImageId)
The ID of the AFI.
|
String |
toString()
Returns a string representation of this object.
|
DeleteFpgaImageRequest |
withFpgaImageId(String fpgaImageId)
The ID of the AFI.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setFpgaImageId(String fpgaImageId)
The ID of the AFI.
fpgaImageId - The ID of the AFI.public String getFpgaImageId()
The ID of the AFI.
public DeleteFpgaImageRequest withFpgaImageId(String fpgaImageId)
The ID of the AFI.
fpgaImageId - The ID of the AFI.public Request<DeleteFpgaImageRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DeleteFpgaImageRequest>public String toString()
toString in class ObjectObject.toString()public DeleteFpgaImageRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()