7#include <aws/osis/OSIS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename Bluepr
intNameT = Aws::String>
47 void SetBlueprintName(BlueprintNameT&& value) { m_blueprintNameHasBeenSet =
true; m_blueprintName = std::forward<BlueprintNameT>(value); }
48 template<
typename Bluepr
intNameT = Aws::String>
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>
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>
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>
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>
102 bool m_blueprintNameHasBeenSet =
false;
105 bool m_displayNameHasBeenSet =
false;
108 bool m_displayDescriptionHasBeenSet =
false;
111 bool m_serviceHasBeenSet =
false;
114 bool m_useCaseHasBeenSet =
false;
bool BlueprintNameHasBeenSet() const
AWS_OSIS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetUseCase(UseCaseT &&value)
PipelineBlueprintSummary & WithDisplayName(DisplayNameT &&value)
const Aws::String & GetUseCase() const
void SetDisplayDescription(DisplayDescriptionT &&value)
const Aws::String & GetBlueprintName() const
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)
void SetBlueprintName(BlueprintNameT &&value)
const Aws::String & GetDisplayName() const
void SetDisplayName(DisplayNameT &&value)
bool DisplayNameHasBeenSet() const
bool DisplayDescriptionHasBeenSet() const
bool ServiceHasBeenSet() const
const Aws::String & GetDisplayDescription() const
PipelineBlueprintSummary & WithDisplayDescription(DisplayDescriptionT &&value)
PipelineBlueprintSummary & WithUseCase(UseCaseT &&value)
const Aws::String & GetService() const
void SetService(ServiceT &&value)
bool UseCaseHasBeenSet() const
PipelineBlueprintSummary & WithService(ServiceT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue