Class UpdateCostAllocationTagsStatusError
- java.lang.Object
-
- software.amazon.awssdk.services.costexplorer.model.UpdateCostAllocationTagsStatusError
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UpdateCostAllocationTagsStatusError.Builder,UpdateCostAllocationTagsStatusError>
@Generated("software.amazon.awssdk:codegen") public final class UpdateCostAllocationTagsStatusError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateCostAllocationTagsStatusError.Builder,UpdateCostAllocationTagsStatusError>
Gives a detailed description of the result of an action. It's on each cost allocation tag entry in the request.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateCostAllocationTagsStatusError.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateCostAllocationTagsStatusError.Builderbuilder()Stringcode()An error code representing why the action failed on this entry.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmessage()A message explaining why the action failed on this entry.List<SdkField<?>>sdkFields()static Class<? extends UpdateCostAllocationTagsStatusError.Builder>serializableBuilderClass()StringtagKey()The key for the cost allocation tag.UpdateCostAllocationTagsStatusError.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
tagKey
public final String tagKey()
The key for the cost allocation tag.
- Returns:
- The key for the cost allocation tag.
-
code
public final String code()
An error code representing why the action failed on this entry.
- Returns:
- An error code representing why the action failed on this entry.
-
message
public final String message()
A message explaining why the action failed on this entry.
- Returns:
- A message explaining why the action failed on this entry.
-
toBuilder
public UpdateCostAllocationTagsStatusError.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateCostAllocationTagsStatusError.Builder,UpdateCostAllocationTagsStatusError>
-
builder
public static UpdateCostAllocationTagsStatusError.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateCostAllocationTagsStatusError.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-