InquiryContent
Content for creating a compliance inquiry - either a single query or file content.
Inheritors
Types
Functions
Link copied to clipboard
Casts this InquiryContent as a FileContent and retrieves its aws.sdk.kotlin.services.artifact.model.InquiryFileContent value. Throws an exception if the InquiryContent is not a FileContent.
Link copied to clipboard
Casts this InquiryContent as a FileContent and retrieves its aws.sdk.kotlin.services.artifact.model.InquiryFileContent value. Returns null if the InquiryContent is not a FileContent.
Link copied to clipboard
Casts this InquiryContent as a Query and retrieves its kotlin.String value. Throws an exception if the InquiryContent is not a Query.
Link copied to clipboard
Casts this InquiryContent as a Query and retrieves its kotlin.String value. Returns null if the InquiryContent is not a Query.