Class ExpressionVariable
- java.lang.Object
-
- software.amazon.awssdk.services.iotsitewise.model.ExpressionVariable
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExpressionVariable.Builder,ExpressionVariable>
@Generated("software.amazon.awssdk:codegen") public final class ExpressionVariable extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExpressionVariable.Builder,ExpressionVariable>
Contains expression variable information.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExpressionVariable.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExpressionVariable.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The friendly name of the variable to be used in the expression.List<SdkField<?>>sdkFields()static Class<? extends ExpressionVariable.Builder>serializableBuilderClass()ExpressionVariable.BuildertoBuilder()StringtoString()Returns a string representation of this object.VariableValuevalue()The variable that identifies an asset property from which to use values.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
name
public final String name()
The friendly name of the variable to be used in the expression.
- Returns:
- The friendly name of the variable to be used in the expression.
-
value
public final VariableValue value()
The variable that identifies an asset property from which to use values.
- Returns:
- The variable that identifies an asset property from which to use values.
-
toBuilder
public ExpressionVariable.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExpressionVariable.Builder,ExpressionVariable>
-
builder
public static ExpressionVariable.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExpressionVariable.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-