@Generated(value="software.amazon.awssdk:codegen") public final class CostCategoryProcessingStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CostCategoryProcessingStatus.Builder,CostCategoryProcessingStatus>
The list of processing statuses for Cost Management products for a specific cost category.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CostCategoryProcessingStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CostCategoryProcessingStatus.Builder |
builder() |
CostCategoryStatusComponent |
component()
The Cost Management product name of the applied status.
|
String |
componentAsString()
The Cost Management product name of the applied status.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CostCategoryProcessingStatus.Builder> |
serializableBuilderClass() |
CostCategoryStatus |
status()
The process status for a specific cost category.
|
String |
statusAsString()
The process status for a specific cost category.
|
CostCategoryProcessingStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CostCategoryStatusComponent component()
The Cost Management product name of the applied status.
If the service returns an enum value that is not available in the current SDK version, component will
return CostCategoryStatusComponent.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from componentAsString().
CostCategoryStatusComponentpublic final String componentAsString()
The Cost Management product name of the applied status.
If the service returns an enum value that is not available in the current SDK version, component will
return CostCategoryStatusComponent.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from componentAsString().
CostCategoryStatusComponentpublic final CostCategoryStatus status()
The process status for a specific cost category.
If the service returns an enum value that is not available in the current SDK version, status will
return CostCategoryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
CostCategoryStatuspublic final String statusAsString()
The process status for a specific cost category.
If the service returns an enum value that is not available in the current SDK version, status will
return CostCategoryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
CostCategoryStatuspublic CostCategoryProcessingStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CostCategoryProcessingStatus.Builder,CostCategoryProcessingStatus>public static CostCategoryProcessingStatus.Builder builder()
public static Class<? extends CostCategoryProcessingStatus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.