com.xerox.amazonws.ec2
Class DescribeImageAttributeResult
java.lang.Object
com.xerox.amazonws.ec2.DescribeImageAttributeResult
public class DescribeImageAttributeResult
- extends Object
The results of a call to describe image attributes.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DescribeImageAttributeResult
public DescribeImageAttributeResult(String imageId,
ImageListAttribute imageListAttribute,
List<String> productCodes,
String kernelId,
String ramdiskId,
List<BlockDeviceMapping> blockDeviceMappings)
getImageId
public String getImageId()
getImageListAttribute
public ImageListAttribute getImageListAttribute()
getProductCodes
public List<String> getProductCodes()
getKernelId
public String getKernelId()
getRamdiskId
public String getRamdiskId()
getBlockDeviceMappings
public List<BlockDeviceMapping> getBlockDeviceMappings()