@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssetPropertyVariant extends Object implements Serializable, Cloneable, StructuredPojo
Contains an asset property value (of a single type).
Constructor and Description |
---|
AssetPropertyVariant() |
Modifier and Type | Method and Description |
---|---|
AssetPropertyVariant |
clone() |
boolean |
equals(Object obj) |
String |
getBooleanValue()
Optional.
|
String |
getDoubleValue()
Optional.
|
String |
getIntegerValue()
Optional.
|
String |
getStringValue()
Optional.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBooleanValue(String booleanValue)
Optional.
|
void |
setDoubleValue(String doubleValue)
Optional.
|
void |
setIntegerValue(String integerValue)
Optional.
|
void |
setStringValue(String stringValue)
Optional.
|
String |
toString()
Returns a string representation of this object.
|
AssetPropertyVariant |
withBooleanValue(String booleanValue)
Optional.
|
AssetPropertyVariant |
withDoubleValue(String doubleValue)
Optional.
|
AssetPropertyVariant |
withIntegerValue(String integerValue)
Optional.
|
AssetPropertyVariant |
withStringValue(String stringValue)
Optional.
|
public void setStringValue(String stringValue)
Optional. The string value of the value entry. Accepts substitution templates.
stringValue
- Optional. The string value of the value entry. Accepts substitution templates.public String getStringValue()
Optional. The string value of the value entry. Accepts substitution templates.
public AssetPropertyVariant withStringValue(String stringValue)
Optional. The string value of the value entry. Accepts substitution templates.
stringValue
- Optional. The string value of the value entry. Accepts substitution templates.public void setIntegerValue(String integerValue)
Optional. A string that contains the integer value of the value entry. Accepts substitution templates.
integerValue
- Optional. A string that contains the integer value of the value entry. Accepts substitution templates.public String getIntegerValue()
Optional. A string that contains the integer value of the value entry. Accepts substitution templates.
public AssetPropertyVariant withIntegerValue(String integerValue)
Optional. A string that contains the integer value of the value entry. Accepts substitution templates.
integerValue
- Optional. A string that contains the integer value of the value entry. Accepts substitution templates.public void setDoubleValue(String doubleValue)
Optional. A string that contains the double value of the value entry. Accepts substitution templates.
doubleValue
- Optional. A string that contains the double value of the value entry. Accepts substitution templates.public String getDoubleValue()
Optional. A string that contains the double value of the value entry. Accepts substitution templates.
public AssetPropertyVariant withDoubleValue(String doubleValue)
Optional. A string that contains the double value of the value entry. Accepts substitution templates.
doubleValue
- Optional. A string that contains the double value of the value entry. Accepts substitution templates.public void setBooleanValue(String booleanValue)
Optional. A string that contains the boolean value (true
or false
) of the value entry.
Accepts substitution templates.
booleanValue
- Optional. A string that contains the boolean value (true
or false
) of the value
entry. Accepts substitution templates.public String getBooleanValue()
Optional. A string that contains the boolean value (true
or false
) of the value entry.
Accepts substitution templates.
true
or false
) of the value
entry. Accepts substitution templates.public AssetPropertyVariant withBooleanValue(String booleanValue)
Optional. A string that contains the boolean value (true
or false
) of the value entry.
Accepts substitution templates.
booleanValue
- Optional. A string that contains the boolean value (true
or false
) of the value
entry. Accepts substitution templates.public String toString()
toString
in class Object
Object.toString()
public AssetPropertyVariant clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.