@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 data set content version.
|
Double |
doubleValue()
The value of the variable as a double (numeric).
|
boolean |
equals(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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String name()
The name of the variable.
public String stringValue()
The value of the variable as a string.
public Double doubleValue()
The value of the variable as a double (numeric).
public DatasetContentVersionValue datasetContentVersionValue()
The value of the variable as a structure that specifies a data set content version.
public OutputFileUriValue outputFileUriValue()
The value of the variable as a structure that specifies an output file URI.
public Variable.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Variable.Builder,Variable>
public static Variable.Builder builder()
public static Class<? extends Variable.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.