Class CustomActionAttachmentCriteria
- java.lang.Object
-
- software.amazon.awssdk.services.chatbot.model.CustomActionAttachmentCriteria
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CustomActionAttachmentCriteria.Builder,CustomActionAttachmentCriteria>
@Generated("software.amazon.awssdk:codegen") public final class CustomActionAttachmentCriteria extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomActionAttachmentCriteria.Builder,CustomActionAttachmentCriteria>
A criteria for when a button should be shown based on values in the notification
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCustomActionAttachmentCriteria.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomActionAttachmentCriteria.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()CustomActionAttachmentCriteriaOperatoroperator()The operation to perform on the named variable.StringoperatorAsString()The operation to perform on the named variable.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CustomActionAttachmentCriteria.Builder>serializableBuilderClass()CustomActionAttachmentCriteria.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringvalue()A value that is compared with the actual value of the variable based on the behavior of the operator.StringvariableName()The name of the variable to operate on.-
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
-
operator
public final CustomActionAttachmentCriteriaOperator operator()
The operation to perform on the named variable.
If the service returns an enum value that is not available in the current SDK version,
operatorwill returnCustomActionAttachmentCriteriaOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoperatorAsString().- Returns:
- The operation to perform on the named variable.
- See Also:
CustomActionAttachmentCriteriaOperator
-
operatorAsString
public final String operatorAsString()
The operation to perform on the named variable.
If the service returns an enum value that is not available in the current SDK version,
operatorwill returnCustomActionAttachmentCriteriaOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoperatorAsString().- Returns:
- The operation to perform on the named variable.
- See Also:
CustomActionAttachmentCriteriaOperator
-
variableName
public final String variableName()
The name of the variable to operate on.
- Returns:
- The name of the variable to operate on.
-
value
public final String value()
A value that is compared with the actual value of the variable based on the behavior of the operator.
- Returns:
- A value that is compared with the actual value of the variable based on the behavior of the operator.
-
toBuilder
public CustomActionAttachmentCriteria.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CustomActionAttachmentCriteria.Builder,CustomActionAttachmentCriteria>
-
builder
public static CustomActionAttachmentCriteria.Builder builder()
-
serializableBuilderClass
public static Class<? extends CustomActionAttachmentCriteria.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-