@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 String fpgaImageId()
The ID of the AFI.
public String name()
The name of the AFI.
public String description()
The description of the AFI.
public boolean hasLoadPermissions()
public 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 boolean hasProductCodes()
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.