@Generated(value="software.amazon.awssdk:codegen") public final class CostCategory extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CostCategory.Builder,CostCategory>
The structure of Cost Categories. This includes detailed metadata and the set of rules for the
CostCategory object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CostCategory.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CostCategory.Builder |
builder() |
String |
costCategoryArn()
The unique identifier for your Cost Category.
|
String |
defaultValue()
Returns the value of the DefaultValue property for this object.
|
String |
effectiveEnd()
The Cost Category's effective end date.
|
String |
effectiveStart()
The Cost Category's effective start date.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasProcessingStatus()
Returns true if the ProcessingStatus property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasRules()
Returns true if the Rules property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
String |
name()
Returns the value of the Name property for this object.
|
List<CostCategoryProcessingStatus> |
processingStatus()
The list of processing statuses for Cost Management products for a specific cost category.
|
List<CostCategoryRule> |
rules()
Rules are processed in order.
|
CostCategoryRuleVersion |
ruleVersion()
Returns the value of the RuleVersion property for this object.
|
String |
ruleVersionAsString()
Returns the value of the RuleVersion property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CostCategory.Builder> |
serializableBuilderClass() |
CostCategory.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String costCategoryArn()
The unique identifier for your Cost Category.
public final String effectiveStart()
The Cost Category's effective start date.
public final String effectiveEnd()
The Cost Category's effective end date.
public final String name()
public final CostCategoryRuleVersion ruleVersion()
If the service returns an enum value that is not available in the current SDK version, ruleVersion will
return CostCategoryRuleVersion.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from ruleVersionAsString().
CostCategoryRuleVersionpublic final String ruleVersionAsString()
If the service returns an enum value that is not available in the current SDK version, ruleVersion will
return CostCategoryRuleVersion.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from ruleVersionAsString().
CostCategoryRuleVersionpublic final boolean hasRules()
public final List<CostCategoryRule> rules()
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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasRules() to see if a value was sent in this field.
public final boolean hasProcessingStatus()
public final List<CostCategoryProcessingStatus> processingStatus()
The list of processing statuses for Cost Management products for a specific cost category.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasProcessingStatus() to see if a value was sent in this field.
public final String defaultValue()
public CostCategory.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CostCategory.Builder,CostCategory>public static CostCategory.Builder builder()
public static Class<? extends CostCategory.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.