7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockAgentRuntime {
46 template <
typename S3UriT = Aws::String>
48 m_s3UriHasBeenSet =
true;
49 m_s3Uri = std::forward<S3UriT>(value);
51 template <
typename S3UriT = Aws::String>
53 SetS3Uri(std::forward<S3UriT>(value));
64 template <
typename TranscriptionT = Aws::String>
66 m_transcriptionHasBeenSet =
true;
67 m_transcription = std::forward<TranscriptionT>(value);
69 template <
typename TranscriptionT = Aws::String>
79 bool m_s3UriHasBeenSet =
false;
80 bool m_transcriptionHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API AudioSegment(Aws::Utils::Json::JsonView jsonValue)
void SetTranscription(TranscriptionT &&value)
bool TranscriptionHasBeenSet() const
AudioSegment & WithS3Uri(S3UriT &&value)
void SetS3Uri(S3UriT &&value)
const Aws::String & GetTranscription() const
AWS_BEDROCKAGENTRUNTIME_API AudioSegment & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
AudioSegment & WithTranscription(TranscriptionT &&value)
AWS_BEDROCKAGENTRUNTIME_API AudioSegment()=default
bool S3UriHasBeenSet() const
const Aws::String & GetS3Uri() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue