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 SummaryT = Aws::String>
66 m_summaryHasBeenSet =
true;
67 m_summary = std::forward<SummaryT>(value);
69 template <
typename SummaryT = Aws::String>
79 bool m_s3UriHasBeenSet =
false;
80 bool m_summaryHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
void SetS3Uri(S3UriT &&value)
void SetSummary(SummaryT &&value)
AWS_BEDROCKAGENTRUNTIME_API VideoSegment()=default
VideoSegment & WithS3Uri(S3UriT &&value)
const Aws::String & GetSummary() const
AWS_BEDROCKAGENTRUNTIME_API VideoSegment(Aws::Utils::Json::JsonView jsonValue)
VideoSegment & WithSummary(SummaryT &&value)
bool SummaryHasBeenSet() const
bool S3UriHasBeenSet() const
const Aws::String & GetS3Uri() const
AWS_BEDROCKAGENTRUNTIME_API VideoSegment & operator=(Aws::Utils::Json::JsonView jsonValue)
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