@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> |
getMatchOptions()
The match options that you can use to filter your results.
|
List<String> |
getValues()
The metadata values that you can use to filter and group your results.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKey(String key)
The names of the metadata types that you can use to filter and group your results.
|
void |
setMatchOptions(Collection<String> matchOptions)
The match options that you can use to filter 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 |
withMatchOptions(Collection<String> matchOptions)
The match options that you can use to filter your results.
|
DimensionValues |
withMatchOptions(MatchOption... matchOptions)
The match options that you can use to filter your results.
|
DimensionValues |
withMatchOptions(String... matchOptions)
The match options that you can use to filter 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.
Not all dimensions are supported in each API. Refer to the documentation for each specific API to see what is supported.
LINK_ACCOUNT_NAME
and SERVICE_CODE
can only be used in CostCategoryRule.
ANOMALY_TOTAL_IMPACT_ABSOLUTE
and ANOMALY_TOTAL_IMPACT_PERCENTAGE
can only be used in
AnomalySubscriptions.
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.
Not all dimensions are supported in each API. Refer to the documentation for each specific API to see what is supported.
LINK_ACCOUNT_NAME
and SERVICE_CODE
can only be used in CostCategoryRule.
ANOMALY_TOTAL_IMPACT_ABSOLUTE
and ANOMALY_TOTAL_IMPACT_PERCENTAGE
can only be
used in AnomalySubscriptions.
Dimension
public 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.
Not all dimensions are supported in each API. Refer to the documentation for each specific API to see what is supported.
LINK_ACCOUNT_NAME
and SERVICE_CODE
can only be used in CostCategoryRule.
ANOMALY_TOTAL_IMPACT_ABSOLUTE
and ANOMALY_TOTAL_IMPACT_PERCENTAGE
can only be used in
AnomalySubscriptions.
AZ
returns a list of Availability Zones.
Not all dimensions are supported in each API. Refer to the documentation for each specific API to see what is supported.
LINK_ACCOUNT_NAME
and SERVICE_CODE
can only be used in CostCategoryRule.
ANOMALY_TOTAL_IMPACT_ABSOLUTE
and ANOMALY_TOTAL_IMPACT_PERCENTAGE
can only be
used in AnomalySubscriptions.
Dimension
public 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.
Not all dimensions are supported in each API. Refer to the documentation for each specific API to see what is supported.
LINK_ACCOUNT_NAME
and SERVICE_CODE
can only be used in CostCategoryRule.
ANOMALY_TOTAL_IMPACT_ABSOLUTE
and ANOMALY_TOTAL_IMPACT_PERCENTAGE
can only be used in
AnomalySubscriptions.
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.
Not all dimensions are supported in each API. Refer to the documentation for each specific API to see what is supported.
LINK_ACCOUNT_NAME
and SERVICE_CODE
can only be used in CostCategoryRule.
ANOMALY_TOTAL_IMPACT_ABSOLUTE
and ANOMALY_TOTAL_IMPACT_PERCENTAGE
can only be
used in AnomalySubscriptions.
Dimension
public 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.
Not all dimensions are supported in each API. Refer to the documentation for each specific API to see what is supported.
LINK_ACCOUNT_NAME
and SERVICE_CODE
can only be used in CostCategoryRule.
ANOMALY_TOTAL_IMPACT_ABSOLUTE
and ANOMALY_TOTAL_IMPACT_PERCENTAGE
can only be used in
AnomalySubscriptions.
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.
Not all dimensions are supported in each API. Refer to the documentation for each specific API to see what is supported.
LINK_ACCOUNT_NAME
and SERVICE_CODE
can only be used in CostCategoryRule.
ANOMALY_TOTAL_IMPACT_ABSOLUTE
and ANOMALY_TOTAL_IMPACT_PERCENTAGE
can only be
used in AnomalySubscriptions.
Dimension
public 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 List<String> getMatchOptions()
The match options that you can use to filter your results.
MatchOptions
is only applicable for actions related to Cost Category and Anomaly Subscriptions.
Refer to the documentation for each specific API to see what is supported.
The default values for MatchOptions
are EQUALS
and CASE_SENSITIVE
.
MatchOptions
is only applicable for actions related to Cost Category and Anomaly
Subscriptions. Refer to the documentation for each specific API to see what is supported.
The default values for MatchOptions
are EQUALS
and CASE_SENSITIVE
.
MatchOption
public void setMatchOptions(Collection<String> matchOptions)
The match options that you can use to filter your results.
MatchOptions
is only applicable for actions related to Cost Category and Anomaly Subscriptions.
Refer to the documentation for each specific API to see what is supported.
The default values for MatchOptions
are EQUALS
and CASE_SENSITIVE
.
matchOptions
- The match options that you can use to filter your results.
MatchOptions
is only applicable for actions related to Cost Category and Anomaly
Subscriptions. Refer to the documentation for each specific API to see what is supported.
The default values for MatchOptions
are EQUALS
and CASE_SENSITIVE
.
MatchOption
public DimensionValues withMatchOptions(String... matchOptions)
The match options that you can use to filter your results.
MatchOptions
is only applicable for actions related to Cost Category and Anomaly Subscriptions.
Refer to the documentation for each specific API to see what is supported.
The default values for MatchOptions
are EQUALS
and CASE_SENSITIVE
.
NOTE: This method appends the values to the existing list (if any). Use
setMatchOptions(java.util.Collection)
or withMatchOptions(java.util.Collection)
if you want to
override the existing values.
matchOptions
- The match options that you can use to filter your results.
MatchOptions
is only applicable for actions related to Cost Category and Anomaly
Subscriptions. Refer to the documentation for each specific API to see what is supported.
The default values for MatchOptions
are EQUALS
and CASE_SENSITIVE
.
MatchOption
public DimensionValues withMatchOptions(Collection<String> matchOptions)
The match options that you can use to filter your results.
MatchOptions
is only applicable for actions related to Cost Category and Anomaly Subscriptions.
Refer to the documentation for each specific API to see what is supported.
The default values for MatchOptions
are EQUALS
and CASE_SENSITIVE
.
matchOptions
- The match options that you can use to filter your results.
MatchOptions
is only applicable for actions related to Cost Category and Anomaly
Subscriptions. Refer to the documentation for each specific API to see what is supported.
The default values for MatchOptions
are EQUALS
and CASE_SENSITIVE
.
MatchOption
public DimensionValues withMatchOptions(MatchOption... matchOptions)
The match options that you can use to filter your results.
MatchOptions
is only applicable for actions related to Cost Category and Anomaly Subscriptions.
Refer to the documentation for each specific API to see what is supported.
The default values for MatchOptions
are EQUALS
and CASE_SENSITIVE
.
matchOptions
- The match options that you can use to filter your results.
MatchOptions
is only applicable for actions related to Cost Category and Anomaly
Subscriptions. Refer to the documentation for each specific API to see what is supported.
The default values for MatchOptions
are EQUALS
and CASE_SENSITIVE
.
MatchOption
public String toString()
toString
in class Object
Object.toString()
public DimensionValues clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.