@Generated(value="software.amazon.awssdk:codegen") public final class CostAllocationTagStatusEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CostAllocationTagStatusEntry.Builder,CostAllocationTagStatusEntry>
The cost allocation tag status. The status of a key can either be active or inactive.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CostAllocationTagStatusEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CostAllocationTagStatusEntry.Builder |
builder() |
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 CostAllocationTagStatusEntry.Builder> |
serializableBuilderClass() |
CostAllocationTagStatus |
status()
The status of a cost allocation tag.
|
String |
statusAsString()
The status of a cost allocation tag.
|
String |
tagKey()
The key for the cost allocation tag.
|
CostAllocationTagStatusEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String tagKey()
The key for the cost allocation tag.
public final CostAllocationTagStatus status()
The status of a cost allocation tag.
If the service returns an enum value that is not available in the current SDK version, status will
return CostAllocationTagStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
CostAllocationTagStatuspublic final String statusAsString()
The status of a cost allocation tag.
If the service returns an enum value that is not available in the current SDK version, status will
return CostAllocationTagStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
CostAllocationTagStatuspublic CostAllocationTagStatusEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CostAllocationTagStatusEntry.Builder,CostAllocationTagStatusEntry>public static CostAllocationTagStatusEntry.Builder builder()
public static Class<? extends CostAllocationTagStatusEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.