@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; useful for testing and debugging.
|
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 Object
Object.toString()
public AttributeValue clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.