AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
BlueprintOptimizationObject.h
1
6#pragma once
7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/bedrock-data-automation/model/BlueprintStage.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace BedrockDataAutomation {
21namespace Model {
22
29 public:
30 AWS_BEDROCKDATAAUTOMATION_API BlueprintOptimizationObject() = default;
31 AWS_BEDROCKDATAAUTOMATION_API BlueprintOptimizationObject(Aws::Utils::Json::JsonView jsonValue);
32 AWS_BEDROCKDATAAUTOMATION_API BlueprintOptimizationObject& operator=(Aws::Utils::Json::JsonView jsonValue);
33 AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const Aws::String& GetBlueprintArn() const { return m_blueprintArn; }
40 inline bool BlueprintArnHasBeenSet() const { return m_blueprintArnHasBeenSet; }
41 template <typename BlueprintArnT = Aws::String>
42 void SetBlueprintArn(BlueprintArnT&& value) {
43 m_blueprintArnHasBeenSet = true;
44 m_blueprintArn = std::forward<BlueprintArnT>(value);
45 }
46 template <typename BlueprintArnT = Aws::String>
48 SetBlueprintArn(std::forward<BlueprintArnT>(value));
49 return *this;
50 }
52
54
57 inline BlueprintStage GetStage() const { return m_stage; }
58 inline bool StageHasBeenSet() const { return m_stageHasBeenSet; }
59 inline void SetStage(BlueprintStage value) {
60 m_stageHasBeenSet = true;
61 m_stage = value;
62 }
64 SetStage(value);
65 return *this;
66 }
68 private:
69 Aws::String m_blueprintArn;
70
72 bool m_blueprintArnHasBeenSet = false;
73 bool m_stageHasBeenSet = false;
74};
75
76} // namespace Model
77} // namespace BedrockDataAutomation
78} // namespace Aws
AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKDATAAUTOMATION_API BlueprintOptimizationObject & operator=(Aws::Utils::Json::JsonView jsonValue)
BlueprintOptimizationObject & WithStage(BlueprintStage value)
AWS_BEDROCKDATAAUTOMATION_API BlueprintOptimizationObject()=default
BlueprintOptimizationObject & WithBlueprintArn(BlueprintArnT &&value)
AWS_BEDROCKDATAAUTOMATION_API BlueprintOptimizationObject(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue