@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FormStyleConfig extends Object implements Serializable, Cloneable, StructuredPojo
Describes the configuration settings for the form's style properties.
| Constructor and Description |
|---|
FormStyleConfig() |
| Modifier and Type | Method and Description |
|---|---|
FormStyleConfig |
clone() |
boolean |
equals(Object obj) |
String |
getTokenReference()
A reference to a design token to use to bind the form's style properties to an existing theme.
|
String |
getValue()
The value of the style setting.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setTokenReference(String tokenReference)
A reference to a design token to use to bind the form's style properties to an existing theme.
|
void |
setValue(String value)
The value of the style setting.
|
String |
toString()
Returns a string representation of this object.
|
FormStyleConfig |
withTokenReference(String tokenReference)
A reference to a design token to use to bind the form's style properties to an existing theme.
|
FormStyleConfig |
withValue(String value)
The value of the style setting.
|
public void setTokenReference(String tokenReference)
A reference to a design token to use to bind the form's style properties to an existing theme.
tokenReference - A reference to a design token to use to bind the form's style properties to an existing theme.public String getTokenReference()
A reference to a design token to use to bind the form's style properties to an existing theme.
public FormStyleConfig withTokenReference(String tokenReference)
A reference to a design token to use to bind the form's style properties to an existing theme.
tokenReference - A reference to a design token to use to bind the form's style properties to an existing theme.public void setValue(String value)
The value of the style setting.
value - The value of the style setting.public String getValue()
The value of the style setting.
public FormStyleConfig withValue(String value)
The value of the style setting.
value - The value of the style setting.public String toString()
toString in class ObjectObject.toString()public FormStyleConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.