@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.
|
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.
Valid values for the SERVICE dimension are Amazon Elastic Compute Cloud - Compute,
Amazon Elasticsearch Service, Amazon ElastiCache, Amazon Redshift, and
Amazon Relational Database Service.
GetDimensionValues to find specific values.
Valid values for the SERVICE dimension are
Amazon Elastic Compute Cloud - Compute, Amazon Elasticsearch Service,
Amazon ElastiCache, Amazon Redshift, and
Amazon Relational Database Service.
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.
Valid values for the SERVICE dimension are Amazon Elastic Compute Cloud - Compute,
Amazon Elasticsearch Service, Amazon ElastiCache, Amazon Redshift, and
Amazon Relational Database Service.
values - The metadata values that you can use to filter and group your results. You can use
GetDimensionValues to find specific values.
Valid values for the SERVICE dimension are
Amazon Elastic Compute Cloud - Compute, Amazon Elasticsearch Service,
Amazon ElastiCache, Amazon Redshift, and
Amazon Relational Database Service.
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.
Valid values for the SERVICE dimension are Amazon Elastic Compute Cloud - Compute,
Amazon Elasticsearch Service, Amazon ElastiCache, Amazon Redshift, and
Amazon Relational Database Service.
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.
Valid values for the SERVICE dimension are
Amazon Elastic Compute Cloud - Compute, Amazon Elasticsearch Service,
Amazon ElastiCache, Amazon Redshift, and
Amazon Relational Database Service.
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.
Valid values for the SERVICE dimension are Amazon Elastic Compute Cloud - Compute,
Amazon Elasticsearch Service, Amazon ElastiCache, Amazon Redshift, and
Amazon Relational Database Service.
values - The metadata values that you can use to filter and group your results. You can use
GetDimensionValues to find specific values.
Valid values for the SERVICE dimension are
Amazon Elastic Compute Cloud - Compute, Amazon Elasticsearch Service,
Amazon ElastiCache, Amazon Redshift, and
Amazon Relational Database Service.
public String toString()
toString in class ObjectObject.toString()public DimensionValues clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.