AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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:
38
39
41
44 inline const Aws::String& GetBlueprintName() const{ return m_blueprintName; }
45 inline bool BlueprintNameHasBeenSet() const { return m_blueprintNameHasBeenSet; }
46 inline void SetBlueprintName(const Aws::String& value) { m_blueprintNameHasBeenSet = true; m_blueprintName = value; }
47 inline void SetBlueprintName(Aws::String&& value) { m_blueprintNameHasBeenSet = true; m_blueprintName = std::move(value); }
48 inline void SetBlueprintName(const char* value) { m_blueprintNameHasBeenSet = true; m_blueprintName.assign(value); }
49 inline PipelineBlueprintSummary& WithBlueprintName(const Aws::String& value) { SetBlueprintName(value); return *this;}
50 inline PipelineBlueprintSummary& WithBlueprintName(Aws::String&& value) { SetBlueprintName(std::move(value)); return *this;}
51 inline PipelineBlueprintSummary& WithBlueprintName(const char* value) { SetBlueprintName(value); return *this;}
53
55
58 inline const Aws::String& GetDisplayName() const{ return m_displayName; }
59 inline bool DisplayNameHasBeenSet() const { return m_displayNameHasBeenSet; }
60 inline void SetDisplayName(const Aws::String& value) { m_displayNameHasBeenSet = true; m_displayName = value; }
61 inline void SetDisplayName(Aws::String&& value) { m_displayNameHasBeenSet = true; m_displayName = std::move(value); }
62 inline void SetDisplayName(const char* value) { m_displayNameHasBeenSet = true; m_displayName.assign(value); }
63 inline PipelineBlueprintSummary& WithDisplayName(const Aws::String& value) { SetDisplayName(value); return *this;}
64 inline PipelineBlueprintSummary& WithDisplayName(Aws::String&& value) { SetDisplayName(std::move(value)); return *this;}
65 inline PipelineBlueprintSummary& WithDisplayName(const char* value) { SetDisplayName(value); return *this;}
67
69
72 inline const Aws::String& GetDisplayDescription() const{ return m_displayDescription; }
73 inline bool DisplayDescriptionHasBeenSet() const { return m_displayDescriptionHasBeenSet; }
74 inline void SetDisplayDescription(const Aws::String& value) { m_displayDescriptionHasBeenSet = true; m_displayDescription = value; }
75 inline void SetDisplayDescription(Aws::String&& value) { m_displayDescriptionHasBeenSet = true; m_displayDescription = std::move(value); }
76 inline void SetDisplayDescription(const char* value) { m_displayDescriptionHasBeenSet = true; m_displayDescription.assign(value); }
78 inline PipelineBlueprintSummary& WithDisplayDescription(Aws::String&& value) { SetDisplayDescription(std::move(value)); return *this;}
79 inline PipelineBlueprintSummary& WithDisplayDescription(const char* value) { SetDisplayDescription(value); return *this;}
81
83
86 inline const Aws::String& GetService() const{ return m_service; }
87 inline bool ServiceHasBeenSet() const { return m_serviceHasBeenSet; }
88 inline void SetService(const Aws::String& value) { m_serviceHasBeenSet = true; m_service = value; }
89 inline void SetService(Aws::String&& value) { m_serviceHasBeenSet = true; m_service = std::move(value); }
90 inline void SetService(const char* value) { m_serviceHasBeenSet = true; m_service.assign(value); }
91 inline PipelineBlueprintSummary& WithService(const Aws::String& value) { SetService(value); return *this;}
92 inline PipelineBlueprintSummary& WithService(Aws::String&& value) { SetService(std::move(value)); return *this;}
93 inline PipelineBlueprintSummary& WithService(const char* value) { SetService(value); return *this;}
95
97
100 inline const Aws::String& GetUseCase() const{ return m_useCase; }
101 inline bool UseCaseHasBeenSet() const { return m_useCaseHasBeenSet; }
102 inline void SetUseCase(const Aws::String& value) { m_useCaseHasBeenSet = true; m_useCase = value; }
103 inline void SetUseCase(Aws::String&& value) { m_useCaseHasBeenSet = true; m_useCase = std::move(value); }
104 inline void SetUseCase(const char* value) { m_useCaseHasBeenSet = true; m_useCase.assign(value); }
105 inline PipelineBlueprintSummary& WithUseCase(const Aws::String& value) { SetUseCase(value); return *this;}
106 inline PipelineBlueprintSummary& WithUseCase(Aws::String&& value) { SetUseCase(std::move(value)); return *this;}
107 inline PipelineBlueprintSummary& WithUseCase(const char* value) { SetUseCase(value); return *this;}
109 private:
110
111 Aws::String m_blueprintName;
112 bool m_blueprintNameHasBeenSet = false;
113
114 Aws::String m_displayName;
115 bool m_displayNameHasBeenSet = false;
116
117 Aws::String m_displayDescription;
118 bool m_displayDescriptionHasBeenSet = false;
119
120 Aws::String m_service;
121 bool m_serviceHasBeenSet = false;
122
123 Aws::String m_useCase;
124 bool m_useCaseHasBeenSet = false;
125 };
126
127} // namespace Model
128} // namespace OSIS
129} // namespace Aws
PipelineBlueprintSummary & WithDisplayDescription(const char *value)
PipelineBlueprintSummary & WithDisplayDescription(const Aws::String &value)
PipelineBlueprintSummary & WithUseCase(const char *value)
AWS_OSIS_API Aws::Utils::Json::JsonValue Jsonize() const
PipelineBlueprintSummary & WithDisplayName(const char *value)
PipelineBlueprintSummary & WithDisplayDescription(Aws::String &&value)
PipelineBlueprintSummary & WithBlueprintName(const char *value)
void SetDisplayDescription(const Aws::String &value)
PipelineBlueprintSummary & WithUseCase(Aws::String &&value)
PipelineBlueprintSummary & WithBlueprintName(Aws::String &&value)
AWS_OSIS_API PipelineBlueprintSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_OSIS_API PipelineBlueprintSummary(Aws::Utils::Json::JsonView jsonValue)
PipelineBlueprintSummary & WithBlueprintName(const Aws::String &value)
PipelineBlueprintSummary & WithDisplayName(Aws::String &&value)
PipelineBlueprintSummary & WithDisplayName(const Aws::String &value)
PipelineBlueprintSummary & WithService(const Aws::String &value)
PipelineBlueprintSummary & WithService(const char *value)
PipelineBlueprintSummary & WithService(Aws::String &&value)
PipelineBlueprintSummary & WithUseCase(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue