AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
DataAutomationConfiguration.h
1
6#pragma once
7#include <aws/bedrock-data-automation-runtime/BedrockDataAutomationRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-data-automation-runtime/model/DataAutomationStage.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace BedrockDataAutomationRuntime
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_BEDROCKDATAAUTOMATIONRUNTIME_API DataAutomationConfiguration() = default;
36 AWS_BEDROCKDATAAUTOMATIONRUNTIME_API DataAutomationConfiguration(Aws::Utils::Json::JsonView jsonValue);
37 AWS_BEDROCKDATAAUTOMATIONRUNTIME_API DataAutomationConfiguration& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_BEDROCKDATAAUTOMATIONRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetDataAutomationProjectArn() const { return m_dataAutomationProjectArn; }
46 inline bool DataAutomationProjectArnHasBeenSet() const { return m_dataAutomationProjectArnHasBeenSet; }
47 template<typename DataAutomationProjectArnT = Aws::String>
48 void SetDataAutomationProjectArn(DataAutomationProjectArnT&& value) { m_dataAutomationProjectArnHasBeenSet = true; m_dataAutomationProjectArn = std::forward<DataAutomationProjectArnT>(value); }
49 template<typename DataAutomationProjectArnT = Aws::String>
50 DataAutomationConfiguration& WithDataAutomationProjectArn(DataAutomationProjectArnT&& value) { SetDataAutomationProjectArn(std::forward<DataAutomationProjectArnT>(value)); return *this;}
52
54
57 inline DataAutomationStage GetStage() const { return m_stage; }
58 inline bool StageHasBeenSet() const { return m_stageHasBeenSet; }
59 inline void SetStage(DataAutomationStage value) { m_stageHasBeenSet = true; m_stage = value; }
60 inline DataAutomationConfiguration& WithStage(DataAutomationStage value) { SetStage(value); return *this;}
62 private:
63
64 Aws::String m_dataAutomationProjectArn;
65 bool m_dataAutomationProjectArnHasBeenSet = false;
66
68 bool m_stageHasBeenSet = false;
69 };
70
71} // namespace Model
72} // namespace BedrockDataAutomationRuntime
73} // namespace Aws
DataAutomationConfiguration & WithDataAutomationProjectArn(DataAutomationProjectArnT &&value)
AWS_BEDROCKDATAAUTOMATIONRUNTIME_API DataAutomationConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKDATAAUTOMATIONRUNTIME_API DataAutomationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKDATAAUTOMATIONRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
DataAutomationConfiguration & WithStage(DataAutomationStage value)
AWS_BEDROCKDATAAUTOMATIONRUNTIME_API DataAutomationConfiguration()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue