AWS SDK for C++

AWS SDK for C++ Version 1.11.609

Loading...
Searching...
No Matches
PipelineBlueprintSummary.h
1
6#pragma once
7#include <aws/osis/OSIS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace OSIS
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_OSIS_API PipelineBlueprintSummary() = default;
38
39
41
44 inline const Aws::String& GetBlueprintName() const { return m_blueprintName; }
45 inline bool BlueprintNameHasBeenSet() const { return m_blueprintNameHasBeenSet; }
46 template<typename BlueprintNameT = Aws::String>
47 void SetBlueprintName(BlueprintNameT&& value) { m_blueprintNameHasBeenSet = true; m_blueprintName = std::forward<BlueprintNameT>(value); }
48 template<typename BlueprintNameT = Aws::String>
49 PipelineBlueprintSummary& WithBlueprintName(BlueprintNameT&& value) { SetBlueprintName(std::forward<BlueprintNameT>(value)); return *this;}
51
53
56 inline const Aws::String& GetDisplayName() const { return m_displayName; }
57 inline bool DisplayNameHasBeenSet() const { return m_displayNameHasBeenSet; }
58 template<typename DisplayNameT = Aws::String>
59 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet = true; m_displayName = std::forward<DisplayNameT>(value); }
60 template<typename DisplayNameT = Aws::String>
61 PipelineBlueprintSummary& WithDisplayName(DisplayNameT&& value) { SetDisplayName(std::forward<DisplayNameT>(value)); return *this;}
63
65
68 inline const Aws::String& GetDisplayDescription() const { return m_displayDescription; }
69 inline bool DisplayDescriptionHasBeenSet() const { return m_displayDescriptionHasBeenSet; }
70 template<typename DisplayDescriptionT = Aws::String>
71 void SetDisplayDescription(DisplayDescriptionT&& value) { m_displayDescriptionHasBeenSet = true; m_displayDescription = std::forward<DisplayDescriptionT>(value); }
72 template<typename DisplayDescriptionT = Aws::String>
73 PipelineBlueprintSummary& WithDisplayDescription(DisplayDescriptionT&& value) { SetDisplayDescription(std::forward<DisplayDescriptionT>(value)); return *this;}
75
77
80 inline const Aws::String& GetService() const { return m_service; }
81 inline bool ServiceHasBeenSet() const { return m_serviceHasBeenSet; }
82 template<typename ServiceT = Aws::String>
83 void SetService(ServiceT&& value) { m_serviceHasBeenSet = true; m_service = std::forward<ServiceT>(value); }
84 template<typename ServiceT = Aws::String>
85 PipelineBlueprintSummary& WithService(ServiceT&& value) { SetService(std::forward<ServiceT>(value)); return *this;}
87
89
92 inline const Aws::String& GetUseCase() const { return m_useCase; }
93 inline bool UseCaseHasBeenSet() const { return m_useCaseHasBeenSet; }
94 template<typename UseCaseT = Aws::String>
95 void SetUseCase(UseCaseT&& value) { m_useCaseHasBeenSet = true; m_useCase = std::forward<UseCaseT>(value); }
96 template<typename UseCaseT = Aws::String>
97 PipelineBlueprintSummary& WithUseCase(UseCaseT&& value) { SetUseCase(std::forward<UseCaseT>(value)); return *this;}
99 private:
100
101 Aws::String m_blueprintName;
102 bool m_blueprintNameHasBeenSet = false;
103
104 Aws::String m_displayName;
105 bool m_displayNameHasBeenSet = false;
106
107 Aws::String m_displayDescription;
108 bool m_displayDescriptionHasBeenSet = false;
109
110 Aws::String m_service;
111 bool m_serviceHasBeenSet = false;
112
113 Aws::String m_useCase;
114 bool m_useCaseHasBeenSet = false;
115 };
116
117} // namespace Model
118} // namespace OSIS
119} // namespace Aws
AWS_OSIS_API Aws::Utils::Json::JsonValue Jsonize() const
PipelineBlueprintSummary & WithDisplayName(DisplayNameT &&value)
void SetDisplayDescription(DisplayDescriptionT &&value)
AWS_OSIS_API PipelineBlueprintSummary()=default
AWS_OSIS_API PipelineBlueprintSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
PipelineBlueprintSummary & WithBlueprintName(BlueprintNameT &&value)
AWS_OSIS_API PipelineBlueprintSummary(Aws::Utils::Json::JsonView jsonValue)
PipelineBlueprintSummary & WithDisplayDescription(DisplayDescriptionT &&value)
PipelineBlueprintSummary & WithUseCase(UseCaseT &&value)
PipelineBlueprintSummary & WithService(ServiceT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue