com.xerox.amazonws.ec2
Class ImageAttribute

java.lang.Object
  extended by com.xerox.amazonws.ec2.ImageAttribute
Direct Known Subclasses:
ImageListAttribute

public abstract class ImageAttribute
extends Object

The base class for all AMI attributes.


Nested Class Summary
static class ImageAttribute.ImageAttributeType
          Enumerates image attribute types.
 
Constructor Summary
ImageAttribute(ImageAttribute.ImageAttributeType _type)
           
 
Method Summary
 ImageAttribute.ImageAttributeType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageAttribute

public ImageAttribute(ImageAttribute.ImageAttributeType _type)
Method Detail

getType

public ImageAttribute.ImageAttributeType getType()