@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 |
getIncludeSubscription() |
Boolean |
getIncludeTax() |
Boolean |
getUseBlended() |
int |
hashCode() |
Boolean |
isIncludeSubscription() |
Boolean |
isIncludeTax() |
Boolean |
isUseBlended() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIncludeSubscription(Boolean includeSubscription) |
void |
setIncludeTax(Boolean includeTax) |
void |
setUseBlended(Boolean useBlended) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CostTypes |
withIncludeSubscription(Boolean includeSubscription) |
CostTypes |
withIncludeTax(Boolean includeTax) |
CostTypes |
withUseBlended(Boolean useBlended) |
public void setIncludeTax(Boolean includeTax)
includeTax
- public Boolean getIncludeTax()
public CostTypes withIncludeTax(Boolean includeTax)
includeTax
- public Boolean isIncludeTax()
public void setIncludeSubscription(Boolean includeSubscription)
includeSubscription
- public Boolean getIncludeSubscription()
public CostTypes withIncludeSubscription(Boolean includeSubscription)
includeSubscription
- public Boolean isIncludeSubscription()
public void setUseBlended(Boolean useBlended)
useBlended
- public Boolean getUseBlended()
public CostTypes withUseBlended(Boolean useBlended)
useBlended
- public Boolean isUseBlended()
public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.