@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CostCategoryRule extends Object implements Serializable, Cloneable, StructuredPojo
Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.
Constructor and Description |
---|
CostCategoryRule() |
Modifier and Type | Method and Description |
---|---|
CostCategoryRule |
clone() |
boolean |
equals(Object obj) |
CostCategoryInheritedValueDimension |
getInheritedValue()
The value the line item is categorized as if the line item contains the matched dimension.
|
Expression |
getRule()
An Expression
object used to categorize costs.
|
String |
getType()
You can define the
CostCategoryRule rule type as either REGULAR or
INHERITED_VALUE . |
String |
getValue() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInheritedValue(CostCategoryInheritedValueDimension inheritedValue)
The value the line item is categorized as if the line item contains the matched dimension.
|
void |
setRule(Expression rule)
An Expression
object used to categorize costs.
|
void |
setType(String type)
You can define the
CostCategoryRule rule type as either REGULAR or
INHERITED_VALUE . |
void |
setValue(String value) |
String |
toString()
Returns a string representation of this object.
|
CostCategoryRule |
withInheritedValue(CostCategoryInheritedValueDimension inheritedValue)
The value the line item is categorized as if the line item contains the matched dimension.
|
CostCategoryRule |
withRule(Expression rule)
An Expression
object used to categorize costs.
|
CostCategoryRule |
withType(CostCategoryRuleType type)
You can define the
CostCategoryRule rule type as either REGULAR or
INHERITED_VALUE . |
CostCategoryRule |
withType(String type)
You can define the
CostCategoryRule rule type as either REGULAR or
INHERITED_VALUE . |
CostCategoryRule |
withValue(String value) |
public void setValue(String value)
value
- public String getValue()
public CostCategoryRule withValue(String value)
value
- public void setRule(Expression rule)
An Expression
object used to categorize costs. This supports dimensions, tags, and nested expressions. Currently the only
dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and
LINKED_ACCOUNT_NAME
.
Root level OR
isn't supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category
expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON
editor. For a detailed comparison, see Term Comparisons in the Billing and Cost Management User Guide.
rule
- An
Expression object used to categorize costs. This supports dimensions, tags, and nested expressions.
Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
,
RECORD_TYPE
, and LINKED_ACCOUNT_NAME
.
Root level OR
isn't supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost
Category expressions. This dimension uses different terms, depending on whether you're using the console
or API/JSON editor. For a detailed comparison, see Term Comparisons in the Billing and Cost Management User Guide.
public Expression getRule()
An Expression
object used to categorize costs. This supports dimensions, tags, and nested expressions. Currently the only
dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and
LINKED_ACCOUNT_NAME
.
Root level OR
isn't supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category
expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON
editor. For a detailed comparison, see Term Comparisons in the Billing and Cost Management User Guide.
LINKED_ACCOUNT
, SERVICE_CODE
,
RECORD_TYPE
, and LINKED_ACCOUNT_NAME
.
Root level OR
isn't supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost
Category expressions. This dimension uses different terms, depending on whether you're using the console
or API/JSON editor. For a detailed comparison, see Term Comparisons in the Billing and Cost Management User Guide.
public CostCategoryRule withRule(Expression rule)
An Expression
object used to categorize costs. This supports dimensions, tags, and nested expressions. Currently the only
dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
, RECORD_TYPE
, and
LINKED_ACCOUNT_NAME
.
Root level OR
isn't supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost Category
expressions. This dimension uses different terms, depending on whether you're using the console or API/JSON
editor. For a detailed comparison, see Term Comparisons in the Billing and Cost Management User Guide.
rule
- An
Expression object used to categorize costs. This supports dimensions, tags, and nested expressions.
Currently the only dimensions supported are LINKED_ACCOUNT
, SERVICE_CODE
,
RECORD_TYPE
, and LINKED_ACCOUNT_NAME
.
Root level OR
isn't supported. We recommend that you create a separate rule instead.
RECORD_TYPE
is a dimension used for Cost Explorer APIs, and is also supported for Cost
Category expressions. This dimension uses different terms, depending on whether you're using the console
or API/JSON editor. For a detailed comparison, see Term Comparisons in the Billing and Cost Management User Guide.
public void setInheritedValue(CostCategoryInheritedValueDimension inheritedValue)
The value the line item is categorized as if the line item contains the matched dimension.
inheritedValue
- The value the line item is categorized as if the line item contains the matched dimension.public CostCategoryInheritedValueDimension getInheritedValue()
The value the line item is categorized as if the line item contains the matched dimension.
public CostCategoryRule withInheritedValue(CostCategoryInheritedValueDimension inheritedValue)
The value the line item is categorized as if the line item contains the matched dimension.
inheritedValue
- The value the line item is categorized as if the line item contains the matched dimension.public void setType(String type)
You can define the CostCategoryRule
rule type as either REGULAR
or
INHERITED_VALUE
. The INHERITED_VALUE
rule type adds the flexibility of defining a rule
that dynamically inherits the cost category value from the dimension value defined by
CostCategoryInheritedValueDimension
. For example, if you want to dynamically group costs based on
the value of a specific tag key, first choose an inherited value rule type, then choose the tag dimension and
specify the tag key to use.
type
- You can define the CostCategoryRule
rule type as either REGULAR
or
INHERITED_VALUE
. The INHERITED_VALUE
rule type adds the flexibility of defining
a rule that dynamically inherits the cost category value from the dimension value defined by
CostCategoryInheritedValueDimension
. For example, if you want to dynamically group costs
based on the value of a specific tag key, first choose an inherited value rule type, then choose the tag
dimension and specify the tag key to use.CostCategoryRuleType
public String getType()
You can define the CostCategoryRule
rule type as either REGULAR
or
INHERITED_VALUE
. The INHERITED_VALUE
rule type adds the flexibility of defining a rule
that dynamically inherits the cost category value from the dimension value defined by
CostCategoryInheritedValueDimension
. For example, if you want to dynamically group costs based on
the value of a specific tag key, first choose an inherited value rule type, then choose the tag dimension and
specify the tag key to use.
CostCategoryRule
rule type as either REGULAR
or
INHERITED_VALUE
. The INHERITED_VALUE
rule type adds the flexibility of defining
a rule that dynamically inherits the cost category value from the dimension value defined by
CostCategoryInheritedValueDimension
. For example, if you want to dynamically group costs
based on the value of a specific tag key, first choose an inherited value rule type, then choose the tag
dimension and specify the tag key to use.CostCategoryRuleType
public CostCategoryRule withType(String type)
You can define the CostCategoryRule
rule type as either REGULAR
or
INHERITED_VALUE
. The INHERITED_VALUE
rule type adds the flexibility of defining a rule
that dynamically inherits the cost category value from the dimension value defined by
CostCategoryInheritedValueDimension
. For example, if you want to dynamically group costs based on
the value of a specific tag key, first choose an inherited value rule type, then choose the tag dimension and
specify the tag key to use.
type
- You can define the CostCategoryRule
rule type as either REGULAR
or
INHERITED_VALUE
. The INHERITED_VALUE
rule type adds the flexibility of defining
a rule that dynamically inherits the cost category value from the dimension value defined by
CostCategoryInheritedValueDimension
. For example, if you want to dynamically group costs
based on the value of a specific tag key, first choose an inherited value rule type, then choose the tag
dimension and specify the tag key to use.CostCategoryRuleType
public CostCategoryRule withType(CostCategoryRuleType type)
You can define the CostCategoryRule
rule type as either REGULAR
or
INHERITED_VALUE
. The INHERITED_VALUE
rule type adds the flexibility of defining a rule
that dynamically inherits the cost category value from the dimension value defined by
CostCategoryInheritedValueDimension
. For example, if you want to dynamically group costs based on
the value of a specific tag key, first choose an inherited value rule type, then choose the tag dimension and
specify the tag key to use.
type
- You can define the CostCategoryRule
rule type as either REGULAR
or
INHERITED_VALUE
. The INHERITED_VALUE
rule type adds the flexibility of defining
a rule that dynamically inherits the cost category value from the dimension value defined by
CostCategoryInheritedValueDimension
. For example, if you want to dynamically group costs
based on the value of a specific tag key, first choose an inherited value rule type, then choose the tag
dimension and specify the tag key to use.CostCategoryRuleType
public String toString()
toString
in class Object
Object.toString()
public CostCategoryRule clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.