Class SpecificToolChoice
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockruntime.model.SpecificToolChoice
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SpecificToolChoice.Builder,SpecificToolChoice>
@Generated("software.amazon.awssdk:codegen") public final class SpecificToolChoice extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SpecificToolChoice.Builder,SpecificToolChoice>
The model must request a specific tool. For example,
{"tool" : {"name" : "Your tool name"}}.This field is only supported by Anthropic Claude 3 models.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSpecificToolChoice.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SpecificToolChoice.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the tool that the model must request.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends SpecificToolChoice.Builder>serializableBuilderClass()SpecificToolChoice.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
-
name
public final String name()
The name of the tool that the model must request.
- Returns:
- The name of the tool that the model must request.
-
toBuilder
public SpecificToolChoice.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SpecificToolChoice.Builder,SpecificToolChoice>
-
builder
public static SpecificToolChoice.Builder builder()
-
serializableBuilderClass
public static Class<? extends SpecificToolChoice.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
-
-