7#include <aws/servicecatalog/ServiceCatalog_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ServiceCatalog
48 template<
typename TypeT = Aws::String>
49 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
50 template<
typename TypeT = Aws::String>
60 template<
typename DescriptionT = Aws::String>
61 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
62 template<
typename DescriptionT = Aws::String>
68 bool m_typeHasBeenSet =
false;
71 bool m_descriptionHasBeenSet =
false;
AWS_SERVICECATALOG_API ConstraintSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ConstraintSummary & WithDescription(DescriptionT &&value)
AWS_SERVICECATALOG_API ConstraintSummary()=default
const Aws::String & GetType() const
const Aws::String & GetDescription() const
void SetType(TypeT &&value)
AWS_SERVICECATALOG_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDescription(DescriptionT &&value)
ConstraintSummary & WithType(TypeT &&value)
bool DescriptionHasBeenSet() const
AWS_SERVICECATALOG_API ConstraintSummary(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue