@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; useful for testing and debugging.
|
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, withSdkRequestTimeout
public 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 Object
Object.toString()
public DeleteFpgaImageRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.