public class ImageAttribute extends Object implements Serializable
Constructor and Description |
---|
ImageAttribute() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<BlockDeviceMapping> |
getBlockDeviceMappings()
One or more block device mapping entries.
|
String |
getDescription()
A description for the AMI.
|
String |
getImageId()
The ID of the AMI.
|
String |
getKernelId()
The kernel ID.
|
List<LaunchPermission> |
getLaunchPermissions()
One or more launch permissions.
|
List<ProductCode> |
getProductCodes()
One or more product codes.
|
String |
getRamdiskId()
The RAM disk ID.
|
String |
getSriovNetSupport()
Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
|
int |
hashCode() |
void |
setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
One or more block device mapping entries.
|
void |
setDescription(String description)
A description for the AMI.
|
void |
setImageId(String imageId)
The ID of the AMI.
|
void |
setKernelId(String kernelId)
The kernel ID.
|
void |
setLaunchPermissions(Collection<LaunchPermission> launchPermissions)
One or more launch permissions.
|
void |
setProductCodes(Collection<ProductCode> productCodes)
One or more product codes.
|
void |
setRamdiskId(String ramdiskId)
The RAM disk ID.
|
void |
setSriovNetSupport(String sriovNetSupport)
Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
public void setImageId(String imageId)
The ID of the AMI.
imageId
- The ID of the AMI.public String getImageId()
The ID of the AMI.
public List<LaunchPermission> getLaunchPermissions()
One or more launch permissions.
public void setLaunchPermissions(Collection<LaunchPermission> launchPermissions)
One or more launch permissions.
launchPermissions
- One or more launch 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 void setKernelId(String kernelId)
The kernel ID.
kernelId
- The kernel ID.public String getKernelId()
The kernel ID.
public void setRamdiskId(String ramdiskId)
The RAM disk ID.
ramdiskId
- The RAM disk ID.public String getRamdiskId()
The RAM disk ID.
public void setDescription(String description)
A description for the AMI.
description
- A description for the AMI.public String getDescription()
A description for the AMI.
public void setSriovNetSupport(String sriovNetSupport)
Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
sriovNetSupport
- Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.public String getSriovNetSupport()
Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
public List<BlockDeviceMapping> getBlockDeviceMappings()
One or more block device mapping entries.
public void setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
One or more block device mapping entries.
blockDeviceMappings
- One or more block device mapping entries.public String toString()
toString
in class Object
Object.toString()
Copyright © 2010–2020. All rights reserved.