@Generated(value="software.amazon.awssdk:codegen") public final class SetVariableAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SetVariableAction.Builder,SetVariableAction>
Information about the variable and its new value.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SetVariableAction.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SetVariableAction.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SetVariableAction.Builder> |
serializableBuilderClass() |
SetVariableAction.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The new value of the variable.
|
String |
variableName()
The name of the variable.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String variableName()
The name of the variable.
public final String value()
The new value of the variable.
public SetVariableAction.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SetVariableAction.Builder,SetVariableAction>public static SetVariableAction.Builder builder()
public static Class<? extends SetVariableAction.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.