AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
BlueprintSummary.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 <aws/core/utils/DateTime.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace BedrockDataAutomation
24{
25namespace Model
26{
27
34 {
35 public:
36 AWS_BEDROCKDATAAUTOMATION_API BlueprintSummary() = default;
37 AWS_BEDROCKDATAAUTOMATION_API BlueprintSummary(Aws::Utils::Json::JsonView jsonValue);
38 AWS_BEDROCKDATAAUTOMATION_API BlueprintSummary& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
44 inline const Aws::String& GetBlueprintArn() const { return m_blueprintArn; }
45 inline bool BlueprintArnHasBeenSet() const { return m_blueprintArnHasBeenSet; }
46 template<typename BlueprintArnT = Aws::String>
47 void SetBlueprintArn(BlueprintArnT&& value) { m_blueprintArnHasBeenSet = true; m_blueprintArn = std::forward<BlueprintArnT>(value); }
48 template<typename BlueprintArnT = Aws::String>
49 BlueprintSummary& WithBlueprintArn(BlueprintArnT&& value) { SetBlueprintArn(std::forward<BlueprintArnT>(value)); return *this;}
51
53
54 inline const Aws::String& GetBlueprintVersion() const { return m_blueprintVersion; }
55 inline bool BlueprintVersionHasBeenSet() const { return m_blueprintVersionHasBeenSet; }
56 template<typename BlueprintVersionT = Aws::String>
57 void SetBlueprintVersion(BlueprintVersionT&& value) { m_blueprintVersionHasBeenSet = true; m_blueprintVersion = std::forward<BlueprintVersionT>(value); }
58 template<typename BlueprintVersionT = Aws::String>
59 BlueprintSummary& WithBlueprintVersion(BlueprintVersionT&& value) { SetBlueprintVersion(std::forward<BlueprintVersionT>(value)); return *this;}
61
63
64 inline BlueprintStage GetBlueprintStage() const { return m_blueprintStage; }
65 inline bool BlueprintStageHasBeenSet() const { return m_blueprintStageHasBeenSet; }
66 inline void SetBlueprintStage(BlueprintStage value) { m_blueprintStageHasBeenSet = true; m_blueprintStage = value; }
69
71
72 inline const Aws::String& GetBlueprintName() const { return m_blueprintName; }
73 inline bool BlueprintNameHasBeenSet() const { return m_blueprintNameHasBeenSet; }
74 template<typename BlueprintNameT = Aws::String>
75 void SetBlueprintName(BlueprintNameT&& value) { m_blueprintNameHasBeenSet = true; m_blueprintName = std::forward<BlueprintNameT>(value); }
76 template<typename BlueprintNameT = Aws::String>
77 BlueprintSummary& WithBlueprintName(BlueprintNameT&& value) { SetBlueprintName(std::forward<BlueprintNameT>(value)); return *this;}
79
81
82 inline const Aws::Utils::DateTime& GetCreationTime() const { return m_creationTime; }
83 inline bool CreationTimeHasBeenSet() const { return m_creationTimeHasBeenSet; }
84 template<typename CreationTimeT = Aws::Utils::DateTime>
85 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet = true; m_creationTime = std::forward<CreationTimeT>(value); }
86 template<typename CreationTimeT = Aws::Utils::DateTime>
87 BlueprintSummary& WithCreationTime(CreationTimeT&& value) { SetCreationTime(std::forward<CreationTimeT>(value)); return *this;}
89
91
92 inline const Aws::Utils::DateTime& GetLastModifiedTime() const { return m_lastModifiedTime; }
93 inline bool LastModifiedTimeHasBeenSet() const { return m_lastModifiedTimeHasBeenSet; }
94 template<typename LastModifiedTimeT = Aws::Utils::DateTime>
95 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet = true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
96 template<typename LastModifiedTimeT = Aws::Utils::DateTime>
97 BlueprintSummary& WithLastModifiedTime(LastModifiedTimeT&& value) { SetLastModifiedTime(std::forward<LastModifiedTimeT>(value)); return *this;}
99 private:
100
101 Aws::String m_blueprintArn;
102 bool m_blueprintArnHasBeenSet = false;
103
104 Aws::String m_blueprintVersion;
105 bool m_blueprintVersionHasBeenSet = false;
106
107 BlueprintStage m_blueprintStage{BlueprintStage::NOT_SET};
108 bool m_blueprintStageHasBeenSet = false;
109
110 Aws::String m_blueprintName;
111 bool m_blueprintNameHasBeenSet = false;
112
113 Aws::Utils::DateTime m_creationTime{};
114 bool m_creationTimeHasBeenSet = false;
115
116 Aws::Utils::DateTime m_lastModifiedTime{};
117 bool m_lastModifiedTimeHasBeenSet = false;
118 };
119
120} // namespace Model
121} // namespace BedrockDataAutomation
122} // namespace Aws
BlueprintSummary & WithCreationTime(CreationTimeT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
AWS_BEDROCKDATAAUTOMATION_API BlueprintSummary()=default
BlueprintSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
void SetBlueprintVersion(BlueprintVersionT &&value)
BlueprintSummary & WithBlueprintName(BlueprintNameT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
BlueprintSummary & WithBlueprintVersion(BlueprintVersionT &&value)
AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const
BlueprintSummary & WithBlueprintStage(BlueprintStage value)
AWS_BEDROCKDATAAUTOMATION_API BlueprintSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKDATAAUTOMATION_API BlueprintSummary(Aws::Utils::Json::JsonView jsonValue)
BlueprintSummary & WithBlueprintArn(BlueprintArnT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue