@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CostTypes extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
CostTypes() |
| Modifier and Type | Method and Description |
|---|---|
CostTypes |
clone() |
boolean |
equals(Object obj) |
Boolean |
getIncludeCredit()
A boolean value whether to include credits in the cost budget.
|
Boolean |
getIncludeDiscount()
A boolean value whether to include discounts in the cost budget.
|
Boolean |
getIncludeOtherSubscription()
A boolean value whether to include other subscription costs in the cost budget.
|
Boolean |
getIncludeRecurring()
A boolean value whether to include recurring costs in the cost budget.
|
Boolean |
getIncludeRefund()
A boolean value whether to include refunds in the cost budget.
|
Boolean |
getIncludeSubscription()
A boolean value whether to include subscriptions in the cost budget.
|
Boolean |
getIncludeSupport()
A boolean value whether to include support costs in the cost budget.
|
Boolean |
getIncludeTax()
A boolean value whether to include tax in the cost budget.
|
Boolean |
getIncludeUpfront()
A boolean value whether to include upfront costs in the cost budget.
|
Boolean |
getUseAmortized()
A boolean value whether to include amortized costs in the cost budget.
|
Boolean |
getUseBlended()
A boolean value whether to use blended costs in the cost budget.
|
int |
hashCode() |
Boolean |
isIncludeCredit()
A boolean value whether to include credits in the cost budget.
|
Boolean |
isIncludeDiscount()
A boolean value whether to include discounts in the cost budget.
|
Boolean |
isIncludeOtherSubscription()
A boolean value whether to include other subscription costs in the cost budget.
|
Boolean |
isIncludeRecurring()
A boolean value whether to include recurring costs in the cost budget.
|
Boolean |
isIncludeRefund()
A boolean value whether to include refunds in the cost budget.
|
Boolean |
isIncludeSubscription()
A boolean value whether to include subscriptions in the cost budget.
|
Boolean |
isIncludeSupport()
A boolean value whether to include support costs in the cost budget.
|
Boolean |
isIncludeTax()
A boolean value whether to include tax in the cost budget.
|
Boolean |
isIncludeUpfront()
A boolean value whether to include upfront costs in the cost budget.
|
Boolean |
isUseAmortized()
A boolean value whether to include amortized costs in the cost budget.
|
Boolean |
isUseBlended()
A boolean value whether to use blended costs in the cost budget.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setIncludeCredit(Boolean includeCredit)
A boolean value whether to include credits in the cost budget.
|
void |
setIncludeDiscount(Boolean includeDiscount)
A boolean value whether to include discounts in the cost budget.
|
void |
setIncludeOtherSubscription(Boolean includeOtherSubscription)
A boolean value whether to include other subscription costs in the cost budget.
|
void |
setIncludeRecurring(Boolean includeRecurring)
A boolean value whether to include recurring costs in the cost budget.
|
void |
setIncludeRefund(Boolean includeRefund)
A boolean value whether to include refunds in the cost budget.
|
void |
setIncludeSubscription(Boolean includeSubscription)
A boolean value whether to include subscriptions in the cost budget.
|
void |
setIncludeSupport(Boolean includeSupport)
A boolean value whether to include support costs in the cost budget.
|
void |
setIncludeTax(Boolean includeTax)
A boolean value whether to include tax in the cost budget.
|
void |
setIncludeUpfront(Boolean includeUpfront)
A boolean value whether to include upfront costs in the cost budget.
|
void |
setUseAmortized(Boolean useAmortized)
A boolean value whether to include amortized costs in the cost budget.
|
void |
setUseBlended(Boolean useBlended)
A boolean value whether to use blended costs in the cost budget.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CostTypes |
withIncludeCredit(Boolean includeCredit)
A boolean value whether to include credits in the cost budget.
|
CostTypes |
withIncludeDiscount(Boolean includeDiscount)
A boolean value whether to include discounts in the cost budget.
|
CostTypes |
withIncludeOtherSubscription(Boolean includeOtherSubscription)
A boolean value whether to include other subscription costs in the cost budget.
|
CostTypes |
withIncludeRecurring(Boolean includeRecurring)
A boolean value whether to include recurring costs in the cost budget.
|
CostTypes |
withIncludeRefund(Boolean includeRefund)
A boolean value whether to include refunds in the cost budget.
|
CostTypes |
withIncludeSubscription(Boolean includeSubscription)
A boolean value whether to include subscriptions in the cost budget.
|
CostTypes |
withIncludeSupport(Boolean includeSupport)
A boolean value whether to include support costs in the cost budget.
|
CostTypes |
withIncludeTax(Boolean includeTax)
A boolean value whether to include tax in the cost budget.
|
CostTypes |
withIncludeUpfront(Boolean includeUpfront)
A boolean value whether to include upfront costs in the cost budget.
|
CostTypes |
withUseAmortized(Boolean useAmortized)
A boolean value whether to include amortized costs in the cost budget.
|
CostTypes |
withUseBlended(Boolean useBlended)
A boolean value whether to use blended costs in the cost budget.
|
public void setIncludeTax(Boolean includeTax)
includeTax - A boolean value whether to include tax in the cost budget.public Boolean getIncludeTax()
public CostTypes withIncludeTax(Boolean includeTax)
includeTax - A boolean value whether to include tax in the cost budget.public Boolean isIncludeTax()
public void setIncludeSubscription(Boolean includeSubscription)
includeSubscription - A boolean value whether to include subscriptions in the cost budget.public Boolean getIncludeSubscription()
public CostTypes withIncludeSubscription(Boolean includeSubscription)
includeSubscription - A boolean value whether to include subscriptions in the cost budget.public Boolean isIncludeSubscription()
public void setUseBlended(Boolean useBlended)
useBlended - A boolean value whether to use blended costs in the cost budget.public Boolean getUseBlended()
public CostTypes withUseBlended(Boolean useBlended)
useBlended - A boolean value whether to use blended costs in the cost budget.public Boolean isUseBlended()
public void setIncludeRefund(Boolean includeRefund)
includeRefund - A boolean value whether to include refunds in the cost budget.public Boolean getIncludeRefund()
public CostTypes withIncludeRefund(Boolean includeRefund)
includeRefund - A boolean value whether to include refunds in the cost budget.public Boolean isIncludeRefund()
public void setIncludeCredit(Boolean includeCredit)
includeCredit - A boolean value whether to include credits in the cost budget.public Boolean getIncludeCredit()
public CostTypes withIncludeCredit(Boolean includeCredit)
includeCredit - A boolean value whether to include credits in the cost budget.public Boolean isIncludeCredit()
public void setIncludeUpfront(Boolean includeUpfront)
includeUpfront - A boolean value whether to include upfront costs in the cost budget.public Boolean getIncludeUpfront()
public CostTypes withIncludeUpfront(Boolean includeUpfront)
includeUpfront - A boolean value whether to include upfront costs in the cost budget.public Boolean isIncludeUpfront()
public void setIncludeRecurring(Boolean includeRecurring)
includeRecurring - A boolean value whether to include recurring costs in the cost budget.public Boolean getIncludeRecurring()
public CostTypes withIncludeRecurring(Boolean includeRecurring)
includeRecurring - A boolean value whether to include recurring costs in the cost budget.public Boolean isIncludeRecurring()
public void setIncludeOtherSubscription(Boolean includeOtherSubscription)
includeOtherSubscription - A boolean value whether to include other subscription costs in the cost budget.public Boolean getIncludeOtherSubscription()
public CostTypes withIncludeOtherSubscription(Boolean includeOtherSubscription)
includeOtherSubscription - A boolean value whether to include other subscription costs in the cost budget.public Boolean isIncludeOtherSubscription()
public void setIncludeSupport(Boolean includeSupport)
includeSupport - A boolean value whether to include support costs in the cost budget.public Boolean getIncludeSupport()
public CostTypes withIncludeSupport(Boolean includeSupport)
includeSupport - A boolean value whether to include support costs in the cost budget.public Boolean isIncludeSupport()
public void setIncludeDiscount(Boolean includeDiscount)
includeDiscount - A boolean value whether to include discounts in the cost budget.public Boolean getIncludeDiscount()
public CostTypes withIncludeDiscount(Boolean includeDiscount)
includeDiscount - A boolean value whether to include discounts in the cost budget.public Boolean isIncludeDiscount()
public void setUseAmortized(Boolean useAmortized)
useAmortized - A boolean value whether to include amortized costs in the cost budget.public Boolean getUseAmortized()
public CostTypes withUseAmortized(Boolean useAmortized)
useAmortized - A boolean value whether to include amortized costs in the cost budget.public Boolean isUseAmortized()
public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.