@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResetFpgaImageAttributeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<ResetFpgaImageAttributeRequest>
NOOP| Constructor and Description |
|---|
ResetFpgaImageAttributeRequest() |
| Modifier and Type | Method and Description |
|---|---|
ResetFpgaImageAttributeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAttribute()
The attribute.
|
Request<ResetFpgaImageAttributeRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getFpgaImageId()
The ID of the AFI.
|
int |
hashCode() |
void |
setAttribute(String attribute)
The attribute.
|
void |
setFpgaImageId(String fpgaImageId)
The ID of the AFI.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ResetFpgaImageAttributeRequest |
withAttribute(ResetFpgaImageAttributeName attribute)
The attribute.
|
ResetFpgaImageAttributeRequest |
withAttribute(String attribute)
The attribute.
|
ResetFpgaImageAttributeRequest |
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 ResetFpgaImageAttributeRequest withFpgaImageId(String fpgaImageId)
The ID of the AFI.
fpgaImageId - The ID of the AFI.public void setAttribute(String attribute)
The attribute.
attribute - The attribute.ResetFpgaImageAttributeNamepublic String getAttribute()
The attribute.
ResetFpgaImageAttributeNamepublic ResetFpgaImageAttributeRequest withAttribute(String attribute)
The attribute.
attribute - The attribute.ResetFpgaImageAttributeNamepublic ResetFpgaImageAttributeRequest withAttribute(ResetFpgaImageAttributeName attribute)
The attribute.
attribute - The attribute.ResetFpgaImageAttributeNamepublic Request<ResetFpgaImageAttributeRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<ResetFpgaImageAttributeRequest>public String toString()
toString in class ObjectObject.toString()public ResetFpgaImageAttributeRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.