Class TaxInheritanceDetails
- java.lang.Object
-
- software.amazon.awssdk.services.taxsettings.model.TaxInheritanceDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TaxInheritanceDetails.Builder,TaxInheritanceDetails>
@Generated("software.amazon.awssdk:codegen") public final class TaxInheritanceDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TaxInheritanceDetails.Builder,TaxInheritanceDetails>
Tax inheritance information associated with the account.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTaxInheritanceDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TaxInheritanceDetails.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinheritanceObtainedReason()Tax inheritance reason information associated with the account.StringparentEntityId()Tax inheritance parent account information associated with the account.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends TaxInheritanceDetails.Builder>serializableBuilderClass()TaxInheritanceDetails.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
-
inheritanceObtainedReason
public final String inheritanceObtainedReason()
Tax inheritance reason information associated with the account.
- Returns:
- Tax inheritance reason information associated with the account.
-
parentEntityId
public final String parentEntityId()
Tax inheritance parent account information associated with the account.
- Returns:
- Tax inheritance parent account information associated with the account.
-
toBuilder
public TaxInheritanceDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TaxInheritanceDetails.Builder,TaxInheritanceDetails>
-
builder
public static TaxInheritanceDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends TaxInheritanceDetails.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-