@Generated(value="software.amazon.awssdk:codegen") public final class MutationActionSetStateParameter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MutationActionSetStateParameter.Builder,MutationActionSetStateParameter>
Represents the state configuration when an action modifies a property of another element within the same component.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MutationActionSetStateParameter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MutationActionSetStateParameter.Builder |
builder() |
String |
componentName()
The name of the component that is being modified.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
property()
The name of the component property to apply the state configuration to.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MutationActionSetStateParameter.Builder> |
serializableBuilderClass() |
ComponentProperty |
set()
The state configuration to assign to the property.
|
MutationActionSetStateParameter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String componentName()
The name of the component that is being modified.
public final String property()
The name of the component property to apply the state configuration to.
public final ComponentProperty set()
The state configuration to assign to the property.
public MutationActionSetStateParameter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MutationActionSetStateParameter.Builder,MutationActionSetStateParameter>public static MutationActionSetStateParameter.Builder builder()
public static Class<? extends MutationActionSetStateParameter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.