@Generated(value="software.amazon.awssdk:codegen") public final class AssetPropertyVariant extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssetPropertyVariant.Builder,AssetPropertyVariant>
Contains an asset property value (of a single type).
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssetPropertyVariant.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
booleanValue()
Optional.
|
static AssetPropertyVariant.Builder |
builder() |
String |
doubleValue()
Optional.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
integerValue()
Optional.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssetPropertyVariant.Builder> |
serializableBuilderClass() |
String |
stringValue()
Optional.
|
AssetPropertyVariant.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String stringValue()
Optional. The string value of the value entry. Accepts substitution templates.
public String integerValue()
Optional. A string that contains the integer value of the value entry. Accepts substitution templates.
public String doubleValue()
Optional. A string that contains the double value of the value entry. Accepts substitution templates.
public String booleanValue()
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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssetPropertyVariant.Builder,AssetPropertyVariant>public static AssetPropertyVariant.Builder builder()
public static Class<? extends AssetPropertyVariant.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.