@Generated(value="software.amazon.awssdk:codegen") public class DescribeFpgaImageAttributeRequest extends EC2Request implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeFpgaImageAttributeRequest.Builder,DescribeFpgaImageAttributeRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeFpgaImageAttributeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
FpgaImageAttributeName |
attribute()
The AFI attribute.
|
String |
attributeString()
The AFI attribute.
|
static DescribeFpgaImageAttributeRequest.Builder |
builder() |
boolean |
equals(Object obj) |
String |
fpgaImageId()
The ID of the AFI.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
static Class<? extends DescribeFpgaImageAttributeRequest.Builder> |
serializableBuilderClass() |
DescribeFpgaImageAttributeRequest.Builder |
toBuilder() |
String |
toString() |
requestOverrideConfigpublic String fpgaImageId()
The ID of the AFI.
public FpgaImageAttributeName attribute()
The AFI attribute.
If the service returns an enum value that is not available in the current SDK version, attribute will
return FpgaImageAttributeName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from attributeString().
FpgaImageAttributeNamepublic String attributeString()
The AFI attribute.
If the service returns an enum value that is not available in the current SDK version, attribute will
return FpgaImageAttributeName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from attributeString().
FpgaImageAttributeNamepublic DescribeFpgaImageAttributeRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeFpgaImageAttributeRequest.Builder,DescribeFpgaImageAttributeRequest>toBuilder in class EC2Requestpublic static DescribeFpgaImageAttributeRequest.Builder builder()
public static Class<? extends DescribeFpgaImageAttributeRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2017. All rights reserved.