Class Button
- java.lang.Object
-
- software.amazon.awssdk.services.lexruntime.model.Button
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Button.Builder,Button>
@Generated("software.amazon.awssdk:codegen") public final class Button extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Button.Builder,Button>
Represents an option to be shown on the client platform (Facebook, Slack, etc.)
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceButton.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Button.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends Button.Builder>serializableBuilderClass()Stringtext()Text that is visible to the user on the button.Button.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringvalue()The value sent to Amazon Lex when a user chooses the button.-
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
-
text
public final String text()
Text that is visible to the user on the button.
- Returns:
- Text that is visible to the user on the button.
-
value
public final String value()
The value sent to Amazon Lex when a user chooses the button. For example, consider button text "NYC." When the user chooses the button, the value sent can be "New York City."
- Returns:
- The value sent to Amazon Lex when a user chooses the button. For example, consider button text "NYC." When the user chooses the button, the value sent can be "New York City."
-
toBuilder
public Button.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Button.Builder,Button>
-
builder
public static Button.Builder builder()
-
serializableBuilderClass
public static Class<? extends Button.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.
-
-