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