AWS SDK for C++

AWS SDK for C++ Version 1.11.759

Loading...
Searching...
No Matches
VideoSegment.h
1
6#pragma once
7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace BedrockAgentRuntime {
20namespace Model {
21
33 public:
34 AWS_BEDROCKAGENTRUNTIME_API VideoSegment() = default;
37 AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const;
38
40
44 inline const Aws::String& GetS3Uri() const { return m_s3Uri; }
45 inline bool S3UriHasBeenSet() const { return m_s3UriHasBeenSet; }
46 template <typename S3UriT = Aws::String>
47 void SetS3Uri(S3UriT&& value) {
48 m_s3UriHasBeenSet = true;
49 m_s3Uri = std::forward<S3UriT>(value);
50 }
51 template <typename S3UriT = Aws::String>
53 SetS3Uri(std::forward<S3UriT>(value));
54 return *this;
55 }
57
59
62 inline const Aws::String& GetSummary() const { return m_summary; }
63 inline bool SummaryHasBeenSet() const { return m_summaryHasBeenSet; }
64 template <typename SummaryT = Aws::String>
65 void SetSummary(SummaryT&& value) {
66 m_summaryHasBeenSet = true;
67 m_summary = std::forward<SummaryT>(value);
68 }
69 template <typename SummaryT = Aws::String>
71 SetSummary(std::forward<SummaryT>(value));
72 return *this;
73 }
75 private:
76 Aws::String m_s3Uri;
77
78 Aws::String m_summary;
79 bool m_s3UriHasBeenSet = false;
80 bool m_summaryHasBeenSet = false;
81};
82
83} // namespace Model
84} // namespace BedrockAgentRuntime
85} // namespace Aws
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENTRUNTIME_API VideoSegment()=default
VideoSegment & WithS3Uri(S3UriT &&value)
AWS_BEDROCKAGENTRUNTIME_API VideoSegment(Aws::Utils::Json::JsonView jsonValue)
VideoSegment & WithSummary(SummaryT &&value)
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