Class APISchema
- All Implemented Interfaces:
Serializable,SdkPojo,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:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic APISchema.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) static APISchemafromPayload(String payload) Create an instance of this class withpayload()initialized to the given value.static APISchemaCreate 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.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringpayload()The JSON or YAML-formatted payload defining the OpenAPI schema for the action group.final S3Identifiers3()Contains details about the S3 object containing the OpenAPI schema for the action group.static Class<? extends APISchema.Builder>final StringtoString()Returns a string representation of this object.type()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, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
s3
Contains details about the S3 object containing the OpenAPI schema for the action group. For more information, see Action group OpenAPI schemas.
- Returns:
- Contains details about the S3 object containing the OpenAPI schema for the action group. For more information, see Action group OpenAPI schemas.
-
payload
The JSON or YAML-formatted payload defining the OpenAPI schema for the action group. For more information, see Action group OpenAPI schemas.
- Returns:
- The JSON or YAML-formatted payload defining the OpenAPI schema for the action group. For more information, see Action group OpenAPI schemas.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<APISchema.Builder,APISchema>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
fromS3
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. For more information, see Action group OpenAPI schemas.
- Parameters:
s3- Contains details about the S3 object containing the OpenAPI schema for the action group. For more information, see Action group OpenAPI schemas.
-
fromS3
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. For more information, see Action group OpenAPI schemas.
- Parameters:
s3- Contains details about the S3 object containing the OpenAPI schema for the action group. For more information, see Action group OpenAPI schemas.
-
fromPayload
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. For more information, see Action group OpenAPI schemas.
- Parameters:
payload- The JSON or YAML-formatted payload defining the OpenAPI schema for the action group. For more information, see Action group OpenAPI schemas.
-
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. -
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-