Class TaxExemption
- java.lang.Object
-
- software.amazon.awssdk.services.taxsettings.model.TaxExemption
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TaxExemption.Builder,TaxExemption>
@Generated("software.amazon.awssdk:codegen") public final class TaxExemption extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TaxExemption.Builder,TaxExemption>
The tax exemption.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTaxExemption.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Authorityauthority()The address domain associate with tax exemption.static TaxExemption.Builderbuilder()InstanteffectiveDate()The tax exemption effective date.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)InstantexpirationDate()The tax exemption expiration date.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends TaxExemption.Builder>serializableBuilderClass()EntityExemptionAccountStatusstatus()The tax exemption status.StringstatusAsString()The tax exemption status.InstantsystemEffectiveDate()The tax exemption recording time in theTaxSettingssystem.TaxExemptionTypetaxExemptionType()The tax exemption type.TaxExemption.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
-
authority
public final Authority authority()
The address domain associate with tax exemption.
- Returns:
- The address domain associate with tax exemption.
-
effectiveDate
public final Instant effectiveDate()
The tax exemption effective date.
- Returns:
- The tax exemption effective date.
-
expirationDate
public final Instant expirationDate()
The tax exemption expiration date.
- Returns:
- The tax exemption expiration date.
-
status
public final EntityExemptionAccountStatus status()
The tax exemption status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnEntityExemptionAccountStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The tax exemption status.
- See Also:
EntityExemptionAccountStatus
-
statusAsString
public final String statusAsString()
The tax exemption status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnEntityExemptionAccountStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The tax exemption status.
- See Also:
EntityExemptionAccountStatus
-
systemEffectiveDate
public final Instant systemEffectiveDate()
The tax exemption recording time in the
TaxSettingssystem.- Returns:
- The tax exemption recording time in the
TaxSettingssystem.
-
taxExemptionType
public final TaxExemptionType taxExemptionType()
The tax exemption type.
- Returns:
- The tax exemption type.
-
toBuilder
public TaxExemption.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TaxExemption.Builder,TaxExemption>
-
builder
public static TaxExemption.Builder builder()
-
serializableBuilderClass
public static Class<? extends TaxExemption.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
-
-