@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DimensionValuesWithAttributes extends Object implements Serializable, Cloneable, StructuredPojo
The metadata of a specific type that you can use to filter and group your results. You can use
GetDimensionValues to find specific values.
| Constructor and Description |
|---|
DimensionValuesWithAttributes() |
| Modifier and Type | Method and Description |
|---|---|
DimensionValuesWithAttributes |
addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
DimensionValuesWithAttributes |
clearAttributesEntries()
Removes all the entries added into Attributes.
|
DimensionValuesWithAttributes |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getAttributes()
The attribute that applies to a specific
Dimension. |
String |
getValue()
The value of a dimension with a specific attribute.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAttributes(Map<String,String> attributes)
The attribute that applies to a specific
Dimension. |
void |
setValue(String value)
The value of a dimension with a specific attribute.
|
String |
toString()
Returns a string representation of this object.
|
DimensionValuesWithAttributes |
withAttributes(Map<String,String> attributes)
The attribute that applies to a specific
Dimension. |
DimensionValuesWithAttributes |
withValue(String value)
The value of a dimension with a specific attribute.
|
public void setValue(String value)
The value of a dimension with a specific attribute.
value - The value of a dimension with a specific attribute.public String getValue()
The value of a dimension with a specific attribute.
public DimensionValuesWithAttributes withValue(String value)
The value of a dimension with a specific attribute.
value - The value of a dimension with a specific attribute.public Map<String,String> getAttributes()
The attribute that applies to a specific Dimension.
Dimension.public void setAttributes(Map<String,String> attributes)
The attribute that applies to a specific Dimension.
attributes - The attribute that applies to a specific Dimension.public DimensionValuesWithAttributes withAttributes(Map<String,String> attributes)
The attribute that applies to a specific Dimension.
attributes - The attribute that applies to a specific Dimension.public DimensionValuesWithAttributes addAttributesEntry(String key, String value)
public DimensionValuesWithAttributes clearAttributesEntries()
public String toString()
toString in class ObjectObject.toString()public DimensionValuesWithAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.