public class AssetPropertyVariant
extends java.lang.Object
implements java.io.Serializable
Contains an asset property value (of a single type).
Constructor and Description |
---|
AssetPropertyVariant() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getBooleanValue()
Optional.
|
java.lang.String |
getDoubleValue()
Optional.
|
java.lang.String |
getIntegerValue()
Optional.
|
java.lang.String |
getStringValue()
Optional.
|
int |
hashCode() |
void |
setBooleanValue(java.lang.String booleanValue)
Optional.
|
void |
setDoubleValue(java.lang.String doubleValue)
Optional.
|
void |
setIntegerValue(java.lang.String integerValue)
Optional.
|
void |
setStringValue(java.lang.String stringValue)
Optional.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AssetPropertyVariant |
withBooleanValue(java.lang.String booleanValue)
Optional.
|
AssetPropertyVariant |
withDoubleValue(java.lang.String doubleValue)
Optional.
|
AssetPropertyVariant |
withIntegerValue(java.lang.String integerValue)
Optional.
|
AssetPropertyVariant |
withStringValue(java.lang.String stringValue)
Optional.
|
public java.lang.String getStringValue()
Optional. The string value of the value entry. Accepts substitution templates.
Constraints:
Length: 1 - 1024
Optional. The string value of the value entry. Accepts substitution templates.
public void setStringValue(java.lang.String stringValue)
Optional. The string value of the value entry. Accepts substitution templates.
Constraints:
Length: 1 - 1024
stringValue
- Optional. The string value of the value entry. Accepts substitution templates.
public AssetPropertyVariant withStringValue(java.lang.String stringValue)
Optional. The string value of the value entry. Accepts substitution templates.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
stringValue
- Optional. The string value of the value entry. Accepts substitution templates.
public java.lang.String getIntegerValue()
Optional. A string that contains the integer value of the value entry. Accepts substitution templates.
Optional. A string that contains the integer value of the value entry. Accepts substitution templates.
public void setIntegerValue(java.lang.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 AssetPropertyVariant withIntegerValue(java.lang.String integerValue)
Optional. A string that contains the integer value of the value entry. Accepts substitution templates.
Returns a reference to this object so that method calls can be chained together.
integerValue
- Optional. A string that contains the integer value of the value entry. Accepts substitution templates.
public java.lang.String getDoubleValue()
Optional. A string that contains the double value of the value entry. Accepts substitution templates.
Optional. A string that contains the double value of the value entry. Accepts substitution templates.
public void setDoubleValue(java.lang.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 AssetPropertyVariant withDoubleValue(java.lang.String doubleValue)
Optional. A string that contains the double value of the value entry. Accepts substitution templates.
Returns a reference to this object so that method calls can be chained together.
doubleValue
- Optional. A string that contains the double value of the value entry. Accepts substitution templates.
public java.lang.String getBooleanValue()
Optional. A string that contains the boolean value (true
or
false
) of the value entry. Accepts substitution templates.
Optional. A string that contains the boolean value (
true
or false
) of the value entry.
Accepts substitution templates.
public void setBooleanValue(java.lang.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 AssetPropertyVariant withBooleanValue(java.lang.String booleanValue)
Optional. A string that contains the boolean value (true
or
false
) of the value entry. Accepts substitution templates.
Returns a reference to this object so that method calls can be chained together.
booleanValue
-
Optional. A string that contains the boolean value (
true
or false
) of the value entry.
Accepts substitution templates.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.