AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
BlueprintItem.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 BlueprintItem() = default;
31 AWS_BEDROCKDATAAUTOMATION_API BlueprintItem(Aws::Utils::Json::JsonView jsonValue);
32 AWS_BEDROCKDATAAUTOMATION_API BlueprintItem& operator=(Aws::Utils::Json::JsonView jsonValue);
33 AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
37 inline const Aws::String& GetBlueprintArn() const { return m_blueprintArn; }
38 inline bool BlueprintArnHasBeenSet() const { return m_blueprintArnHasBeenSet; }
39 template <typename BlueprintArnT = Aws::String>
40 void SetBlueprintArn(BlueprintArnT&& value) {
41 m_blueprintArnHasBeenSet = true;
42 m_blueprintArn = std::forward<BlueprintArnT>(value);
43 }
44 template <typename BlueprintArnT = Aws::String>
45 BlueprintItem& WithBlueprintArn(BlueprintArnT&& value) {
46 SetBlueprintArn(std::forward<BlueprintArnT>(value));
47 return *this;
48 }
50
52
53 inline const Aws::String& GetBlueprintVersion() const { return m_blueprintVersion; }
54 inline bool BlueprintVersionHasBeenSet() const { return m_blueprintVersionHasBeenSet; }
55 template <typename BlueprintVersionT = Aws::String>
56 void SetBlueprintVersion(BlueprintVersionT&& value) {
57 m_blueprintVersionHasBeenSet = true;
58 m_blueprintVersion = std::forward<BlueprintVersionT>(value);
59 }
60 template <typename BlueprintVersionT = Aws::String>
61 BlueprintItem& WithBlueprintVersion(BlueprintVersionT&& value) {
62 SetBlueprintVersion(std::forward<BlueprintVersionT>(value));
63 return *this;
64 }
66
68
69 inline BlueprintStage GetBlueprintStage() const { return m_blueprintStage; }
70 inline bool BlueprintStageHasBeenSet() const { return m_blueprintStageHasBeenSet; }
71 inline void SetBlueprintStage(BlueprintStage value) {
72 m_blueprintStageHasBeenSet = true;
73 m_blueprintStage = value;
74 }
76 SetBlueprintStage(value);
77 return *this;
78 }
80 private:
81 Aws::String m_blueprintArn;
82
83 Aws::String m_blueprintVersion;
84
86 bool m_blueprintArnHasBeenSet = false;
87 bool m_blueprintVersionHasBeenSet = false;
88 bool m_blueprintStageHasBeenSet = false;
89};
90
91} // namespace Model
92} // namespace BedrockDataAutomation
93} // namespace Aws
AWS_BEDROCKDATAAUTOMATION_API BlueprintItem()=default
BlueprintItem & WithBlueprintArn(BlueprintArnT &&value)
void SetBlueprintVersion(BlueprintVersionT &&value)
AWS_BEDROCKDATAAUTOMATION_API BlueprintItem & operator=(Aws::Utils::Json::JsonView jsonValue)
BlueprintItem & WithBlueprintStage(BlueprintStage value)
const Aws::String & GetBlueprintVersion() const
BlueprintItem & WithBlueprintVersion(BlueprintVersionT &&value)
AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKDATAAUTOMATION_API BlueprintItem(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue