@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum CostCategoryInheritedValueDimensionName extends Enum<CostCategoryInheritedValueDimensionName>
| Enum Constant and Description |
|---|
LINKED_ACCOUNT_NAME |
TAG |
| Modifier and Type | Method and Description |
|---|---|
static CostCategoryInheritedValueDimensionName |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static CostCategoryInheritedValueDimensionName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CostCategoryInheritedValueDimensionName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CostCategoryInheritedValueDimensionName LINKED_ACCOUNT_NAME
public static final CostCategoryInheritedValueDimensionName TAG
public static CostCategoryInheritedValueDimensionName[] values()
for (CostCategoryInheritedValueDimensionName c : CostCategoryInheritedValueDimensionName.values()) System.out.println(c);
public static CostCategoryInheritedValueDimensionName valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<CostCategoryInheritedValueDimensionName>public static CostCategoryInheritedValueDimensionName fromValue(String value)
value - real valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.