@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EntitlementValue extends Object implements Serializable, Cloneable, StructuredPojo
The EntitlementValue represents the amount of capacity that the customer is entitled to for the product.
Constructor and Description |
---|
EntitlementValue() |
Modifier and Type | Method and Description |
---|---|
EntitlementValue |
clone() |
boolean |
equals(Object obj) |
Boolean |
getBooleanValue()
The BooleanValue field will be populated with a boolean value when the entitlement is a boolean type.
|
Double |
getDoubleValue()
The DoubleValue field will be populated with a double value when the entitlement is a double type.
|
Integer |
getIntegerValue()
The IntegerValue field will be populated with an integer value when the entitlement is an integer type.
|
String |
getStringValue()
The StringValue field will be populated with a string value when the entitlement is a string type.
|
int |
hashCode() |
Boolean |
isBooleanValue()
The BooleanValue field will be populated with a boolean value when the entitlement is a boolean type.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBooleanValue(Boolean booleanValue)
The BooleanValue field will be populated with a boolean value when the entitlement is a boolean type.
|
void |
setDoubleValue(Double doubleValue)
The DoubleValue field will be populated with a double value when the entitlement is a double type.
|
void |
setIntegerValue(Integer integerValue)
The IntegerValue field will be populated with an integer value when the entitlement is an integer type.
|
void |
setStringValue(String stringValue)
The StringValue field will be populated with a string value when the entitlement is a string type.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
EntitlementValue |
withBooleanValue(Boolean booleanValue)
The BooleanValue field will be populated with a boolean value when the entitlement is a boolean type.
|
EntitlementValue |
withDoubleValue(Double doubleValue)
The DoubleValue field will be populated with a double value when the entitlement is a double type.
|
EntitlementValue |
withIntegerValue(Integer integerValue)
The IntegerValue field will be populated with an integer value when the entitlement is an integer type.
|
EntitlementValue |
withStringValue(String stringValue)
The StringValue field will be populated with a string value when the entitlement is a string type.
|
public void setIntegerValue(Integer integerValue)
The IntegerValue field will be populated with an integer value when the entitlement is an integer type. Otherwise, the field will not be set.
integerValue
- The IntegerValue field will be populated with an integer value when the entitlement is an integer type.
Otherwise, the field will not be set.public Integer getIntegerValue()
The IntegerValue field will be populated with an integer value when the entitlement is an integer type. Otherwise, the field will not be set.
public EntitlementValue withIntegerValue(Integer integerValue)
The IntegerValue field will be populated with an integer value when the entitlement is an integer type. Otherwise, the field will not be set.
integerValue
- The IntegerValue field will be populated with an integer value when the entitlement is an integer type.
Otherwise, the field will not be set.public void setDoubleValue(Double doubleValue)
The DoubleValue field will be populated with a double value when the entitlement is a double type. Otherwise, the field will not be set.
doubleValue
- The DoubleValue field will be populated with a double value when the entitlement is a double type.
Otherwise, the field will not be set.public Double getDoubleValue()
The DoubleValue field will be populated with a double value when the entitlement is a double type. Otherwise, the field will not be set.
public EntitlementValue withDoubleValue(Double doubleValue)
The DoubleValue field will be populated with a double value when the entitlement is a double type. Otherwise, the field will not be set.
doubleValue
- The DoubleValue field will be populated with a double value when the entitlement is a double type.
Otherwise, the field will not be set.public void setBooleanValue(Boolean booleanValue)
The BooleanValue field will be populated with a boolean value when the entitlement is a boolean type. Otherwise, the field will not be set.
booleanValue
- The BooleanValue field will be populated with a boolean value when the entitlement is a boolean type.
Otherwise, the field will not be set.public Boolean getBooleanValue()
The BooleanValue field will be populated with a boolean value when the entitlement is a boolean type. Otherwise, the field will not be set.
public EntitlementValue withBooleanValue(Boolean booleanValue)
The BooleanValue field will be populated with a boolean value when the entitlement is a boolean type. Otherwise, the field will not be set.
booleanValue
- The BooleanValue field will be populated with a boolean value when the entitlement is a boolean type.
Otherwise, the field will not be set.public Boolean isBooleanValue()
The BooleanValue field will be populated with a boolean value when the entitlement is a boolean type. Otherwise, the field will not be set.
public void setStringValue(String stringValue)
The StringValue field will be populated with a string value when the entitlement is a string type. Otherwise, the field will not be set.
stringValue
- The StringValue field will be populated with a string value when the entitlement is a string type.
Otherwise, the field will not be set.public String getStringValue()
The StringValue field will be populated with a string value when the entitlement is a string type. Otherwise, the field will not be set.
public EntitlementValue withStringValue(String stringValue)
The StringValue field will be populated with a string value when the entitlement is a string type. Otherwise, the field will not be set.
stringValue
- The StringValue field will be populated with a string value when the entitlement is a string type.
Otherwise, the field will not be set.public String toString()
toString
in class Object
Object.toString()
public EntitlementValue clone()
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.