Class InvoiceUnit
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<InvoiceUnit.Builder,- InvoiceUnit> 
An invoice unit is a set of mutually exclusive accounts that correspond to your business entity. Invoice units allow you separate Amazon Web Services account costs and configures your invoice for each business entity going forward.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic InvoiceUnit.Builderbuilder()final StringThe assigned description for an invoice unit.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe account that receives invoices related to the invoice unit.final StringARN to identify an invoice unit.final InstantThe last time the invoice unit was updated.final Stringname()A unique name that is distinctive within your Amazon Web Services.final InvoiceUnitRulerule()AnInvoiceUnitRuleobject used the categorize invoice units.static Class<? extends InvoiceUnit.Builder> final BooleanWhether the invoice unit based tax inheritance is/ should be enabled or disabled.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
invoiceUnitArnARN to identify an invoice unit. This information can't be modified or deleted. - Returns:
- ARN to identify an invoice unit. This information can't be modified or deleted.
 
- 
invoiceReceiverThe account that receives invoices related to the invoice unit. - Returns:
- The account that receives invoices related to the invoice unit.
 
- 
nameA unique name that is distinctive within your Amazon Web Services. - Returns:
- A unique name that is distinctive within your Amazon Web Services.
 
- 
descriptionThe assigned description for an invoice unit. This information can't be modified or deleted. - Returns:
- The assigned description for an invoice unit. This information can't be modified or deleted.
 
- 
taxInheritanceDisabledWhether the invoice unit based tax inheritance is/ should be enabled or disabled. - Returns:
- Whether the invoice unit based tax inheritance is/ should be enabled or disabled.
 
- 
ruleAn InvoiceUnitRuleobject used the categorize invoice units.- Returns:
- An InvoiceUnitRuleobject used the categorize invoice units.
 
- 
lastModifiedThe last time the invoice unit was updated. This is important to determine the version of invoice unit configuration used to create the invoices. Any invoice created after this modified time will use this invoice unit configuration. - Returns:
- The last time the invoice unit was updated. This is important to determine the version of invoice unit configuration used to create the invoices. Any invoice created after this modified time will use this invoice unit configuration.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<InvoiceUnit.Builder,- InvoiceUnit> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-