7#include <aws/servicecatalog/ServiceCatalog_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/servicecatalog/model/ServiceActionDefinitionType.h>
22namespace ServiceCatalog
48 template<
typename IdT = Aws::String>
49 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
50 template<
typename IdT = Aws::String>
60 template<
typename NameT = Aws::String>
61 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
62 template<
typename NameT = Aws::String>
72 template<
typename DescriptionT = Aws::String>
73 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
74 template<
typename DescriptionT = Aws::String>
91 bool m_idHasBeenSet =
false;
94 bool m_nameHasBeenSet =
false;
97 bool m_descriptionHasBeenSet =
false;
100 bool m_definitionTypeHasBeenSet =
false;
const Aws::String & GetId() const
AWS_SERVICECATALOG_API ServiceActionSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_SERVICECATALOG_API ServiceActionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SERVICECATALOG_API Aws::Utils::Json::JsonValue Jsonize() const
bool DescriptionHasBeenSet() const
ServiceActionSummary & WithDescription(DescriptionT &&value)
bool DefinitionTypeHasBeenSet() const
ServiceActionDefinitionType GetDefinitionType() const
void SetDefinitionType(ServiceActionDefinitionType value)
void SetName(NameT &&value)
bool NameHasBeenSet() const
const Aws::String & GetDescription() const
bool IdHasBeenSet() const
ServiceActionSummary & WithId(IdT &&value)
AWS_SERVICECATALOG_API ServiceActionSummary()=default
const Aws::String & GetName() const
void SetDescription(DescriptionT &&value)
ServiceActionSummary & WithDefinitionType(ServiceActionDefinitionType value)
ServiceActionSummary & WithName(NameT &&value)
ServiceActionDefinitionType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue