@Generated(value="software.amazon.awssdk:codegen") public final class FpgaImageAttribute extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FpgaImageAttribute.Builder,FpgaImageAttribute>
Describes an Amazon FPGA image (AFI) attribute.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FpgaImageAttribute.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FpgaImageAttribute.Builder |
builder() |
String |
description()
The description of the AFI.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fpgaImageId()
The ID of the AFI.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasLoadPermissions()
Returns true if the LoadPermissions property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasProductCodes()
Returns true if the ProductCodes property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
List<LoadPermission> |
loadPermissions()
The load permissions.
|
String |
name()
The name of the AFI.
|
List<ProductCode> |
productCodes()
The product codes.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FpgaImageAttribute.Builder> |
serializableBuilderClass() |
FpgaImageAttribute.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String fpgaImageId()
The ID of the AFI.
public final String name()
The name of the AFI.
public final String description()
The description of the AFI.
public final boolean hasLoadPermissions()
public final List<LoadPermission> loadPermissions()
The load permissions.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasLoadPermissions() to see if a value was sent in this field.
public final boolean hasProductCodes()
public final List<ProductCode> productCodes()
The product codes.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasProductCodes() to see if a value was sent in this field.
public FpgaImageAttribute.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FpgaImageAttribute.Builder,FpgaImageAttribute>public static FpgaImageAttribute.Builder builder()
public static Class<? extends FpgaImageAttribute.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.