@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AttributeValue extends Object implements Serializable, Cloneable, StructuredPojo
The values of a given attribute, such as Throughput Optimized HDD or Provisioned IOPS for
the Amazon EC2 volumeType attribute.
| Constructor and Description |
|---|
AttributeValue() |
| Modifier and Type | Method and Description |
|---|---|
AttributeValue |
clone() |
boolean |
equals(Object obj) |
String |
getValue()
The specific value of an
attributeName. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setValue(String value)
The specific value of an
attributeName. |
String |
toString()
Returns a string representation of this object.
|
AttributeValue |
withValue(String value)
The specific value of an
attributeName. |
public void setValue(String value)
The specific value of an attributeName.
value - The specific value of an attributeName.public String getValue()
The specific value of an attributeName.
attributeName.public AttributeValue withValue(String value)
The specific value of an attributeName.
value - The specific value of an attributeName.public String toString()
toString in class ObjectObject.toString()public AttributeValue clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.