AWS SDK for C++

AWS SDK for C++ Version 1.11.850

Loading...
Searching...
No Matches
VideoExtractionConfiguration.h
1
6#pragma once
7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/EnabledOrDisabledState.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace BedrockAgent {
20namespace Model {
21
28 public:
29 AWS_BEDROCKAGENT_API VideoExtractionConfiguration() = default;
32 AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline EnabledOrDisabledState GetVideoExtractionStatus() const { return m_videoExtractionStatus; }
39 inline bool VideoExtractionStatusHasBeenSet() const { return m_videoExtractionStatusHasBeenSet; }
41 m_videoExtractionStatusHasBeenSet = true;
42 m_videoExtractionStatus = value;
43 }
46 return *this;
47 }
49 private:
51 bool m_videoExtractionStatusHasBeenSet = false;
52};
53
54} // namespace Model
55} // namespace BedrockAgent
56} // namespace Aws
AWS_BEDROCKAGENT_API VideoExtractionConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENT_API VideoExtractionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENT_API VideoExtractionConfiguration()=default
VideoExtractionConfiguration & WithVideoExtractionStatus(EnabledOrDisabledState value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue