7#include <aws/osis/OSIS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename Bluepr
intNameT = Aws::String>
48 void SetBlueprintName(BlueprintNameT&& value) { m_blueprintNameHasBeenSet =
true; m_blueprintName = std::forward<BlueprintNameT>(value); }
49 template<
typename Bluepr
intNameT = Aws::String>
59 template<
typename PipelineConfigurationBodyT = Aws::String>
60 void SetPipelineConfigurationBody(PipelineConfigurationBodyT&& value) { m_pipelineConfigurationBodyHasBeenSet =
true; m_pipelineConfigurationBody = std::forward<PipelineConfigurationBodyT>(value); }
61 template<
typename PipelineConfigurationBodyT = Aws::String>
71 template<
typename DisplayNameT = Aws::String>
72 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
73 template<
typename DisplayNameT = Aws::String>
83 template<
typename DisplayDescriptionT = Aws::String>
84 void SetDisplayDescription(DisplayDescriptionT&& value) { m_displayDescriptionHasBeenSet =
true; m_displayDescription = std::forward<DisplayDescriptionT>(value); }
85 template<
typename DisplayDescriptionT = Aws::String>
95 template<
typename ServiceT = Aws::String>
96 void SetService(ServiceT&& value) { m_serviceHasBeenSet =
true; m_service = std::forward<ServiceT>(value); }
97 template<
typename ServiceT = Aws::String>
107 template<
typename UseCaseT = Aws::String>
108 void SetUseCase(UseCaseT&& value) { m_useCaseHasBeenSet =
true; m_useCase = std::forward<UseCaseT>(value); }
109 template<
typename UseCaseT = Aws::String>
115 bool m_blueprintNameHasBeenSet =
false;
118 bool m_pipelineConfigurationBodyHasBeenSet =
false;
121 bool m_displayNameHasBeenSet =
false;
124 bool m_displayDescriptionHasBeenSet =
false;
127 bool m_serviceHasBeenSet =
false;
130 bool m_useCaseHasBeenSet =
false;
bool DisplayDescriptionHasBeenSet() const
bool DisplayNameHasBeenSet() const
void SetPipelineConfigurationBody(PipelineConfigurationBodyT &&value)
bool ServiceHasBeenSet() const
void SetDisplayDescription(DisplayDescriptionT &&value)
AWS_OSIS_API PipelineBlueprint(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPipelineConfigurationBody() const
bool PipelineConfigurationBodyHasBeenSet() const
bool UseCaseHasBeenSet() const
const Aws::String & GetDisplayDescription() const
bool BlueprintNameHasBeenSet() const
PipelineBlueprint & WithDisplayDescription(DisplayDescriptionT &&value)
PipelineBlueprint & WithUseCase(UseCaseT &&value)
const Aws::String & GetBlueprintName() const
void SetUseCase(UseCaseT &&value)
void SetBlueprintName(BlueprintNameT &&value)
PipelineBlueprint & WithBlueprintName(BlueprintNameT &&value)
AWS_OSIS_API PipelineBlueprint & operator=(Aws::Utils::Json::JsonView jsonValue)
PipelineBlueprint & WithPipelineConfigurationBody(PipelineConfigurationBodyT &&value)
AWS_OSIS_API PipelineBlueprint()=default
PipelineBlueprint & WithDisplayName(DisplayNameT &&value)
AWS_OSIS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetUseCase() const
void SetService(ServiceT &&value)
PipelineBlueprint & WithService(ServiceT &&value)
const Aws::String & GetService() const
const Aws::String & GetDisplayName() const
void SetDisplayName(DisplayNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue