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>
22namespace BedrockDataAutomationRuntime
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>
65 bool m_dataAutomationProjectArnHasBeenSet =
false;
68 bool m_stageHasBeenSet =
false;
void SetDataAutomationProjectArn(DataAutomationProjectArnT &&value)
DataAutomationConfiguration & WithDataAutomationProjectArn(DataAutomationProjectArnT &&value)
DataAutomationStage GetStage() const
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
void SetStage(DataAutomationStage value)
bool DataAutomationProjectArnHasBeenSet() const
bool StageHasBeenSet() const
DataAutomationConfiguration & WithStage(DataAutomationStage value)
AWS_BEDROCKDATAAUTOMATIONRUNTIME_API DataAutomationConfiguration()=default
const Aws::String & GetDataAutomationProjectArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue