@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()
One or more load permissions.
|
String |
getName()
The name of the AFI.
|
List<ProductCode> |
getProductCodes()
One or more 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)
One or more load permissions.
|
void |
setName(String name)
The name of the AFI.
|
void |
setProductCodes(Collection<ProductCode> productCodes)
One or more product codes.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
FpgaImageAttribute |
withDescription(String description)
The description of the AFI.
|
FpgaImageAttribute |
withFpgaImageId(String fpgaImageId)
The ID of the AFI.
|
FpgaImageAttribute |
withLoadPermissions(Collection<LoadPermission> loadPermissions)
One or more load permissions.
|
FpgaImageAttribute |
withLoadPermissions(LoadPermission... loadPermissions)
One or more load permissions.
|
FpgaImageAttribute |
withName(String name)
The name of the AFI.
|
FpgaImageAttribute |
withProductCodes(Collection<ProductCode> productCodes)
One or more product codes.
|
FpgaImageAttribute |
withProductCodes(ProductCode... productCodes)
One or more 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()
One or more load permissions.
public void setLoadPermissions(Collection<LoadPermission> loadPermissions)
One or more load permissions.
loadPermissions
- One or more load permissions.public FpgaImageAttribute withLoadPermissions(LoadPermission... loadPermissions)
One or more 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
- One or more load permissions.public FpgaImageAttribute withLoadPermissions(Collection<LoadPermission> loadPermissions)
One or more load permissions.
loadPermissions
- One or more load permissions.public List<ProductCode> getProductCodes()
One or more product codes.
public void setProductCodes(Collection<ProductCode> productCodes)
One or more product codes.
productCodes
- One or more product codes.public FpgaImageAttribute withProductCodes(ProductCode... productCodes)
One or more 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
- One or more product codes.public FpgaImageAttribute withProductCodes(Collection<ProductCode> productCodes)
One or more product codes.
productCodes
- One or more product codes.public String toString()
toString
in class Object
Object.toString()
public FpgaImageAttribute clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.