@Generated(value="software.amazon.awssdk:codegen") public final class Variable extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Variable.Builder,Variable>
An instance of a variable to be passed to the containerAction execution. Each variable must have a name
and a value given by one of stringValue, datasetContentVersionValue, or
outputFileUriValue.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Variable.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Variable.Builder |
builder() |
DatasetContentVersionValue |
datasetContentVersionValue()
The value of the variable as a structure that specifies a dataset content version.
|
Double |
doubleValue()
The value of the variable as a double (numeric).
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the variable.
|
OutputFileUriValue |
outputFileUriValue()
The value of the variable as a structure that specifies an output file URI.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Variable.Builder> |
serializableBuilderClass() |
String |
stringValue()
The value of the variable as a string.
|
Variable.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the variable.
public final String stringValue()
The value of the variable as a string.
public final Double doubleValue()
The value of the variable as a double (numeric).
public final DatasetContentVersionValue datasetContentVersionValue()
The value of the variable as a structure that specifies a dataset content version.
public final OutputFileUriValue outputFileUriValue()
The value of the variable as a structure that specifies an output file URI.
public Variable.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Variable.Builder,Variable>public static Variable.Builder builder()
public static Class<? extends Variable.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.