com.xerox.amazonws.ec2
Class ImageListAttributeItem
java.lang.Object
com.xerox.amazonws.ec2.ImageListAttributeItem
public class ImageListAttributeItem
- extends Object
An type-value item for a list attribute.
ImageListAttributeItems are keyed on type and value.
ImageListAttributeItem
public ImageListAttributeItem(ImageListAttribute.ImageListAttributeItemType _type,
String _value)
getType
public ImageListAttribute.ImageListAttributeItemType getType()
getValue
public String getValue()
equals
public boolean equals(Object other)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object