@Generated(value="software.amazon.awssdk:codegen") public final class ExpressionVariable extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExpressionVariable.Builder,ExpressionVariable>
Contains expression variable information.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExpressionVariable.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExpressionVariable.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The friendly name of the variable to be used in the expression.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExpressionVariable.Builder> |
serializableBuilderClass() |
ExpressionVariable.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VariableValue |
value()
The variable that identifies an asset property from which to use values.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The friendly name of the variable to be used in the expression.
public final VariableValue value()
The variable that identifies an asset property from which to use values.
public ExpressionVariable.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExpressionVariable.Builder,ExpressionVariable>public static ExpressionVariable.Builder builder()
public static Class<? extends ExpressionVariable.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.