@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.
|
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, 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 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.ResetFpgaImageAttributeName
public String getAttribute()
The attribute.
ResetFpgaImageAttributeName
public ResetFpgaImageAttributeRequest withAttribute(String attribute)
The attribute.
attribute
- The attribute.ResetFpgaImageAttributeName
public ResetFpgaImageAttributeRequest withAttribute(ResetFpgaImageAttributeName attribute)
The attribute.
attribute
- The attribute.ResetFpgaImageAttributeName
public Request<ResetFpgaImageAttributeRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<ResetFpgaImageAttributeRequest>
public String toString()
toString
in class Object
Object.toString()
public ResetFpgaImageAttributeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()