Class DisassociateResourceResponseElement
- java.lang.Object
-
- software.amazon.awssdk.services.billingconductor.model.DisassociateResourceResponseElement
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DisassociateResourceResponseElement.Builder,DisassociateResourceResponseElement>
@Generated("software.amazon.awssdk:codegen") public final class DisassociateResourceResponseElement extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DisassociateResourceResponseElement.Builder,DisassociateResourceResponseElement>
A resource disassociation result for a percentage custom line item.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDisassociateResourceResponseElement.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The resource ARN that was disassociated from the custom line item.static DisassociateResourceResponseElement.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)AssociateResourceErrorerror()AnAssociateResourceErrorthat's shown if the resource disassociation fails.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DisassociateResourceResponseElement.Builder>serializableBuilderClass()DisassociateResourceResponseElement.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
-
arn
public final String arn()
The resource ARN that was disassociated from the custom line item.
- Returns:
- The resource ARN that was disassociated from the custom line item.
-
error
public final AssociateResourceError error()
An
AssociateResourceErrorthat's shown if the resource disassociation fails.- Returns:
- An
AssociateResourceErrorthat's shown if the resource disassociation fails.
-
toBuilder
public DisassociateResourceResponseElement.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DisassociateResourceResponseElement.Builder,DisassociateResourceResponseElement>
-
builder
public static DisassociateResourceResponseElement.Builder builder()
-
serializableBuilderClass
public static Class<? extends DisassociateResourceResponseElement.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.
-
-