Class APISchema
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagentruntime.model.APISchema
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<APISchema.Builder,APISchema>
@Generated("software.amazon.awssdk:codegen") public final class APISchema extends Object implements SdkPojo, Serializable, ToCopyableBuilder<APISchema.Builder,APISchema>
Contains details about the OpenAPI schema for the action group. For more information, see Action group OpenAPI schemas. You can either include the schema directly in the payload field or you can upload it to an S3 bucket and specify the S3 bucket location in the s3 field.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAPISchema.Builderstatic classAPISchema.Type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static APISchema.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)static APISchemafromPayload(String payload)Create an instance of this class withpayload()initialized to the given value.static APISchemafromS3(Consumer<S3Identifier.Builder> s3)Create an instance of this class withs3()initialized to the given value.static APISchemafromS3(S3Identifier s3)Create an instance of this class withs3()initialized to the given value.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringpayload()The JSON or YAML-formatted payload defining the OpenAPI schema for the action group.S3Identifiers3()Contains details about the S3 object containing the OpenAPI schema for the action group.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends APISchema.Builder>serializableBuilderClass()APISchema.BuildertoBuilder()StringtoString()Returns a string representation of this object.APISchema.Typetype()Retrieve an enum value representing which member of this object is populated.-
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
-
payload
public final String payload()
The JSON or YAML-formatted payload defining the OpenAPI schema for the action group.
- Returns:
- The JSON or YAML-formatted payload defining the OpenAPI schema for the action group.
-
s3
public final S3Identifier s3()
Contains details about the S3 object containing the OpenAPI schema for the action group.
- Returns:
- Contains details about the S3 object containing the OpenAPI schema for the action group.
-
toBuilder
public APISchema.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<APISchema.Builder,APISchema>
-
builder
public static APISchema.Builder builder()
-
serializableBuilderClass
public static Class<? extends APISchema.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.
-
fromPayload
public static APISchema fromPayload(String payload)
Create an instance of this class withpayload()initialized to the given value.The JSON or YAML-formatted payload defining the OpenAPI schema for the action group.
- Parameters:
payload- The JSON or YAML-formatted payload defining the OpenAPI schema for the action group.
-
fromS3
public static APISchema fromS3(S3Identifier s3)
Create an instance of this class withs3()initialized to the given value.Contains details about the S3 object containing the OpenAPI schema for the action group.
- Parameters:
s3- Contains details about the S3 object containing the OpenAPI schema for the action group.
-
fromS3
public static APISchema fromS3(Consumer<S3Identifier.Builder> s3)
Create an instance of this class withs3()initialized to the given value.Contains details about the S3 object containing the OpenAPI schema for the action group.
- Parameters:
s3- Contains details about the S3 object containing the OpenAPI schema for the action group.
-
type
public APISchema.Type type()
Retrieve an enum value representing which member of this object is populated. When this class is returned in a service response, this will beAPISchema.Type.UNKNOWN_TO_SDK_VERSIONif the service returned a member that is only known to a newer SDK version. When this class is created directly in your code, this will beAPISchema.Type.UNKNOWN_TO_SDK_VERSIONif zero members are set, andnullif more than one member is set.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-