Class SupplementalTaxRegistrationEntry
- java.lang.Object
-
- software.amazon.awssdk.services.taxsettings.model.SupplementalTaxRegistrationEntry
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SupplementalTaxRegistrationEntry.Builder,SupplementalTaxRegistrationEntry>
@Generated("software.amazon.awssdk:codegen") public final class SupplementalTaxRegistrationEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SupplementalTaxRegistrationEntry.Builder,SupplementalTaxRegistrationEntry>
The supplemental TRN information to provide when adding or updating a supplemental TRN.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSupplementalTaxRegistrationEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Addressaddress()Returns the value of the Address property for this object.static SupplementalTaxRegistrationEntry.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlegalName()The legal name associated with your TRN registration.StringregistrationId()The supplemental TRN unique identifier.SupplementalTaxRegistrationTyperegistrationType()Type of supplemental TRN.StringregistrationTypeAsString()Type of supplemental TRN.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends SupplementalTaxRegistrationEntry.Builder>serializableBuilderClass()SupplementalTaxRegistrationEntry.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
-
address
public final Address address()
Returns the value of the Address property for this object.- Returns:
- The value of the Address property for this object.
-
legalName
public final String legalName()
The legal name associated with your TRN registration.
- Returns:
- The legal name associated with your TRN registration.
-
registrationId
public final String registrationId()
The supplemental TRN unique identifier.
- Returns:
- The supplemental TRN unique identifier.
-
registrationType
public final SupplementalTaxRegistrationType registrationType()
Type of supplemental TRN. Currently, this can only be VAT.
If the service returns an enum value that is not available in the current SDK version,
registrationTypewill returnSupplementalTaxRegistrationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromregistrationTypeAsString().- Returns:
- Type of supplemental TRN. Currently, this can only be VAT.
- See Also:
SupplementalTaxRegistrationType
-
registrationTypeAsString
public final String registrationTypeAsString()
Type of supplemental TRN. Currently, this can only be VAT.
If the service returns an enum value that is not available in the current SDK version,
registrationTypewill returnSupplementalTaxRegistrationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromregistrationTypeAsString().- Returns:
- Type of supplemental TRN. Currently, this can only be VAT.
- See Also:
SupplementalTaxRegistrationType
-
toBuilder
public SupplementalTaxRegistrationEntry.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SupplementalTaxRegistrationEntry.Builder,SupplementalTaxRegistrationEntry>
-
builder
public static SupplementalTaxRegistrationEntry.Builder builder()
-
serializableBuilderClass
public static Class<? extends SupplementalTaxRegistrationEntry.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
-
-