Class APISchema
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagent.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 information about the API Schema for the Action Group
- 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()Returns the value of the Payload property for this object.S3Identifiers3()Returns the value of the S3 property for this object.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
-
s3
public final S3Identifier s3()
Returns the value of the S3 property for this object.- Returns:
- The value of the S3 property for this object.
-
payload
public final String payload()
Returns the value of the Payload property for this object.- Returns:
- The value of the Payload property for this object.
-
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.
-
fromS3
public static APISchema fromS3(S3Identifier s3)
Create an instance of this class withs3()initialized to the given value. Sets the value of the S3 property for this object.- Parameters:
s3- The new value for the S3 property for this object.
-
fromS3
public static APISchema fromS3(Consumer<S3Identifier.Builder> s3)
Create an instance of this class withs3()initialized to the given value. Sets the value of the S3 property for this object.- Parameters:
s3- The new value for the S3 property for this object.
-
fromPayload
public static APISchema fromPayload(String payload)
Create an instance of this class withpayload()initialized to the given value. Sets the value of the Payload property for this object.- Parameters:
payload- The new value for the Payload property for this object.
-
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.
-
-