Class GuardrailAutomatedReasoningStatement
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockruntime.model.GuardrailAutomatedReasoningStatement
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GuardrailAutomatedReasoningStatement.Builder,GuardrailAutomatedReasoningStatement>
@Generated("software.amazon.awssdk:codegen") public final class GuardrailAutomatedReasoningStatement extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GuardrailAutomatedReasoningStatement.Builder,GuardrailAutomatedReasoningStatement>
A logical statement that includes both formal logic representation and natural language explanation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGuardrailAutomatedReasoningStatement.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GuardrailAutomatedReasoningStatement.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringlogic()The formal logical representation of the statement.StringnaturalLanguage()The natural language explanation of the logical statement.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GuardrailAutomatedReasoningStatement.Builder>serializableBuilderClass()GuardrailAutomatedReasoningStatement.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
-
logic
public final String logic()
The formal logical representation of the statement.
- Returns:
- The formal logical representation of the statement.
-
naturalLanguage
public final String naturalLanguage()
The natural language explanation of the logical statement.
- Returns:
- The natural language explanation of the logical statement.
-
toBuilder
public GuardrailAutomatedReasoningStatement.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GuardrailAutomatedReasoningStatement.Builder,GuardrailAutomatedReasoningStatement>
-
builder
public static GuardrailAutomatedReasoningStatement.Builder builder()
-
serializableBuilderClass
public static Class<? extends GuardrailAutomatedReasoningStatement.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
-
-