AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
VideoBoundingBox.h
1
6#pragma once
7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/bedrock-data-automation/model/State.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace BedrockDataAutomation {
20namespace Model {
21
28 public:
29 AWS_BEDROCKDATAAUTOMATION_API VideoBoundingBox() = default;
30 AWS_BEDROCKDATAAUTOMATION_API VideoBoundingBox(Aws::Utils::Json::JsonView jsonValue);
31 AWS_BEDROCKDATAAUTOMATION_API VideoBoundingBox& operator=(Aws::Utils::Json::JsonView jsonValue);
32 AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
36 inline State GetState() const { return m_state; }
37 inline bool StateHasBeenSet() const { return m_stateHasBeenSet; }
38 inline void SetState(State value) {
39 m_stateHasBeenSet = true;
40 m_state = value;
41 }
43 SetState(value);
44 return *this;
45 }
47 private:
48 State m_state{State::NOT_SET};
49 bool m_stateHasBeenSet = false;
50};
51
52} // namespace Model
53} // namespace BedrockDataAutomation
54} // namespace Aws
AWS_BEDROCKDATAAUTOMATION_API VideoBoundingBox & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKDATAAUTOMATION_API VideoBoundingBox()=default
AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKDATAAUTOMATION_API VideoBoundingBox(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue