AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
BlueprintItem.h
1
6#pragma once
7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-data-automation/model/BlueprintStage.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 BedrockDataAutomation
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_BEDROCKDATAAUTOMATION_API BlueprintItem() = default;
36 AWS_BEDROCKDATAAUTOMATION_API BlueprintItem(Aws::Utils::Json::JsonView jsonValue);
37 AWS_BEDROCKDATAAUTOMATION_API BlueprintItem& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
43 inline const Aws::String& GetBlueprintArn() const { return m_blueprintArn; }
44 inline bool BlueprintArnHasBeenSet() const { return m_blueprintArnHasBeenSet; }
45 template<typename BlueprintArnT = Aws::String>
46 void SetBlueprintArn(BlueprintArnT&& value) { m_blueprintArnHasBeenSet = true; m_blueprintArn = std::forward<BlueprintArnT>(value); }
47 template<typename BlueprintArnT = Aws::String>
48 BlueprintItem& WithBlueprintArn(BlueprintArnT&& value) { SetBlueprintArn(std::forward<BlueprintArnT>(value)); return *this;}
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) { m_blueprintVersionHasBeenSet = true; m_blueprintVersion = std::forward<BlueprintVersionT>(value); }
57 template<typename BlueprintVersionT = Aws::String>
58 BlueprintItem& WithBlueprintVersion(BlueprintVersionT&& value) { SetBlueprintVersion(std::forward<BlueprintVersionT>(value)); return *this;}
60
62
63 inline BlueprintStage GetBlueprintStage() const { return m_blueprintStage; }
64 inline bool BlueprintStageHasBeenSet() const { return m_blueprintStageHasBeenSet; }
65 inline void SetBlueprintStage(BlueprintStage value) { m_blueprintStageHasBeenSet = true; m_blueprintStage = value; }
66 inline BlueprintItem& WithBlueprintStage(BlueprintStage value) { SetBlueprintStage(value); return *this;}
68 private:
69
70 Aws::String m_blueprintArn;
71 bool m_blueprintArnHasBeenSet = false;
72
73 Aws::String m_blueprintVersion;
74 bool m_blueprintVersionHasBeenSet = false;
75
77 bool m_blueprintStageHasBeenSet = false;
78 };
79
80} // namespace Model
81} // namespace BedrockDataAutomation
82} // 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