@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FpgaImageAttribute extends Object implements Serializable, Cloneable
Describes an Amazon FPGA image (AFI) attribute.
| Constructor and Description | 
|---|
FpgaImageAttribute()  | 
| Modifier and Type | Method and Description | 
|---|---|
FpgaImageAttribute | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getDescription()
 The description of the AFI. 
 | 
String | 
getFpgaImageId()
 The ID of the AFI. 
 | 
List<LoadPermission> | 
getLoadPermissions()
 The load permissions. 
 | 
String | 
getName()
 The name of the AFI. 
 | 
List<ProductCode> | 
getProductCodes()
 The product codes. 
 | 
int | 
hashCode()  | 
void | 
setDescription(String description)
 The description of the AFI. 
 | 
void | 
setFpgaImageId(String fpgaImageId)
 The ID of the AFI. 
 | 
void | 
setLoadPermissions(Collection<LoadPermission> loadPermissions)
 The load permissions. 
 | 
void | 
setName(String name)
 The name of the AFI. 
 | 
void | 
setProductCodes(Collection<ProductCode> productCodes)
 The product codes. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
FpgaImageAttribute | 
withDescription(String description)
 The description of the AFI. 
 | 
FpgaImageAttribute | 
withFpgaImageId(String fpgaImageId)
 The ID of the AFI. 
 | 
FpgaImageAttribute | 
withLoadPermissions(Collection<LoadPermission> loadPermissions)
 The load permissions. 
 | 
FpgaImageAttribute | 
withLoadPermissions(LoadPermission... loadPermissions)
 The load permissions. 
 | 
FpgaImageAttribute | 
withName(String name)
 The name of the AFI. 
 | 
FpgaImageAttribute | 
withProductCodes(Collection<ProductCode> productCodes)
 The product codes. 
 | 
FpgaImageAttribute | 
withProductCodes(ProductCode... productCodes)
 The product codes. 
 | 
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 FpgaImageAttribute withFpgaImageId(String fpgaImageId)
The ID of the AFI.
fpgaImageId - The ID of the AFI.public void setName(String name)
The name of the AFI.
name - The name of the AFI.public String getName()
The name of the AFI.
public FpgaImageAttribute withName(String name)
The name of the AFI.
name - The name of the AFI.public void setDescription(String description)
The description of the AFI.
description - The description of the AFI.public String getDescription()
The description of the AFI.
public FpgaImageAttribute withDescription(String description)
The description of the AFI.
description - The description of the AFI.public List<LoadPermission> getLoadPermissions()
The load permissions.
public void setLoadPermissions(Collection<LoadPermission> loadPermissions)
The load permissions.
loadPermissions - The load permissions.public FpgaImageAttribute withLoadPermissions(LoadPermission... loadPermissions)
The load permissions.
 NOTE: This method appends the values to the existing list (if any). Use
 setLoadPermissions(java.util.Collection) or withLoadPermissions(java.util.Collection) if you
 want to override the existing values.
 
loadPermissions - The load permissions.public FpgaImageAttribute withLoadPermissions(Collection<LoadPermission> loadPermissions)
The load permissions.
loadPermissions - The load permissions.public List<ProductCode> getProductCodes()
The product codes.
public void setProductCodes(Collection<ProductCode> productCodes)
The product codes.
productCodes - The product codes.public FpgaImageAttribute withProductCodes(ProductCode... productCodes)
The product codes.
 NOTE: This method appends the values to the existing list (if any). Use
 setProductCodes(java.util.Collection) or withProductCodes(java.util.Collection) if you want to
 override the existing values.
 
productCodes - The product codes.public FpgaImageAttribute withProductCodes(Collection<ProductCode> productCodes)
The product codes.
productCodes - The product codes.public String toString()
toString in class ObjectObject.toString()public FpgaImageAttribute clone()