Class MutationActionSetStateParameter
- java.lang.Object
-
- software.amazon.awssdk.services.amplifyuibuilder.model.MutationActionSetStateParameter
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MutationActionSetStateParameter.Builder,MutationActionSetStateParameter>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMutationActionSetStateParameter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MutationActionSetStateParameter.Builderbuilder()StringcomponentName()The name of the component that is being modified.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringproperty()The name of the component property to apply the state configuration to.List<SdkField<?>>sdkFields()static Class<? extends MutationActionSetStateParameter.Builder>serializableBuilderClass()ComponentPropertyset()The state configuration to assign to the property.MutationActionSetStateParameter.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
componentName
public final String componentName()
The name of the component that is being modified.
- Returns:
- The name of the component that is being modified.
-
property
public final String property()
The name of the component property to apply the state configuration to.
- Returns:
- The name of the component property to apply the state configuration to.
-
set
public final ComponentProperty set()
The state configuration to assign to the property.
- Returns:
- The state configuration to assign to the property.
-
toBuilder
public MutationActionSetStateParameter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MutationActionSetStateParameter.Builder,MutationActionSetStateParameter>
-
builder
public static MutationActionSetStateParameter.Builder builder()
-
serializableBuilderClass
public static Class<? extends MutationActionSetStateParameter.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.
-
-