@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DimensionValues extends Object implements Serializable, Cloneable, StructuredPojo
The metadata that you can use to filter and group your results. You can use GetDimensionValues to find
specific values.
| Constructor and Description |
|---|
DimensionValues() |
| Modifier and Type | Method and Description |
|---|---|
DimensionValues |
clone() |
boolean |
equals(Object obj) |
String |
getKey()
The names of the metadata types that you can use to filter and group your results.
|
List<String> |
getValues()
The metadata values that you can use to filter and group your results.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setKey(String key)
The names of the metadata types that you can use to filter and group your results.
|
void |
setValues(Collection<String> values)
The metadata values that you can use to filter and group your results.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DimensionValues |
withKey(Dimension key)
The names of the metadata types that you can use to filter and group your results.
|
DimensionValues |
withKey(String key)
The names of the metadata types that you can use to filter and group your results.
|
DimensionValues |
withValues(Collection<String> values)
The metadata values that you can use to filter and group your results.
|
DimensionValues |
withValues(String... values)
The metadata values that you can use to filter and group your results.
|
public void setKey(String key)
The names of the metadata types that you can use to filter and group your results. For example, AZ
returns a list of Availability Zones.
key - The names of the metadata types that you can use to filter and group your results. For example,
AZ returns a list of Availability Zones.Dimensionpublic String getKey()
The names of the metadata types that you can use to filter and group your results. For example, AZ
returns a list of Availability Zones.
AZ returns a list of Availability Zones.Dimensionpublic DimensionValues withKey(String key)
The names of the metadata types that you can use to filter and group your results. For example, AZ
returns a list of Availability Zones.
key - The names of the metadata types that you can use to filter and group your results. For example,
AZ returns a list of Availability Zones.Dimensionpublic DimensionValues withKey(Dimension key)
The names of the metadata types that you can use to filter and group your results. For example, AZ
returns a list of Availability Zones.
key - The names of the metadata types that you can use to filter and group your results. For example,
AZ returns a list of Availability Zones.Dimensionpublic List<String> getValues()
The metadata values that you can use to filter and group your results. You can use
GetDimensionValues to find specific values.
GetDimensionValues to find specific values.public void setValues(Collection<String> values)
The metadata values that you can use to filter and group your results. You can use
GetDimensionValues to find specific values.
values - The metadata values that you can use to filter and group your results. You can use
GetDimensionValues to find specific values.public DimensionValues withValues(String... values)
The metadata values that you can use to filter and group your results. You can use
GetDimensionValues to find specific values.
NOTE: This method appends the values to the existing list (if any). Use
setValues(java.util.Collection) or withValues(java.util.Collection) if you want to override the
existing values.
values - The metadata values that you can use to filter and group your results. You can use
GetDimensionValues to find specific values.public DimensionValues withValues(Collection<String> values)
The metadata values that you can use to filter and group your results. You can use
GetDimensionValues to find specific values.
values - The metadata values that you can use to filter and group your results. You can use
GetDimensionValues to find specific values.public String toString()
toString in class ObjectObject.toString()public DimensionValues clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.