7#include <aws/servicecatalog/ServiceCatalog_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ServiceCatalog
46 template<
typename Constra
intIdT = Aws::String>
47 void SetConstraintId(ConstraintIdT&& value) { m_constraintIdHasBeenSet =
true; m_constraintId = std::forward<ConstraintIdT>(value); }
48 template<
typename Constra
intIdT = Aws::String>
60 template<
typename TypeT = Aws::String>
61 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
62 template<
typename TypeT = 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>
84 template<
typename OwnerT = Aws::String>
85 void SetOwner(OwnerT&& value) { m_ownerHasBeenSet =
true; m_owner = std::forward<OwnerT>(value); }
86 template<
typename OwnerT = Aws::String>
98 template<
typename ProductIdT = Aws::String>
99 void SetProductId(ProductIdT&& value) { m_productIdHasBeenSet =
true; m_productId = std::forward<ProductIdT>(value); }
100 template<
typename ProductIdT = Aws::String>
112 template<
typename PortfolioIdT = Aws::String>
113 void SetPortfolioId(PortfolioIdT&& value) { m_portfolioIdHasBeenSet =
true; m_portfolioId = std::forward<PortfolioIdT>(value); }
114 template<
typename PortfolioIdT = Aws::String>
120 bool m_constraintIdHasBeenSet =
false;
123 bool m_typeHasBeenSet =
false;
126 bool m_descriptionHasBeenSet =
false;
129 bool m_ownerHasBeenSet =
false;
132 bool m_productIdHasBeenSet =
false;
135 bool m_portfolioIdHasBeenSet =
false;
AWS_SERVICECATALOG_API ConstraintDetail(Aws::Utils::Json::JsonView jsonValue)
bool ProductIdHasBeenSet() const
void SetOwner(OwnerT &&value)
const Aws::String & GetType() const
void SetConstraintId(ConstraintIdT &&value)
bool DescriptionHasBeenSet() const
void SetType(TypeT &&value)
ConstraintDetail & WithOwner(OwnerT &&value)
bool ConstraintIdHasBeenSet() const
ConstraintDetail & WithPortfolioId(PortfolioIdT &&value)
AWS_SERVICECATALOG_API ConstraintDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SERVICECATALOG_API Aws::Utils::Json::JsonValue Jsonize() const
bool TypeHasBeenSet() const
const Aws::String & GetOwner() const
ConstraintDetail & WithDescription(DescriptionT &&value)
const Aws::String & GetProductId() const
AWS_SERVICECATALOG_API ConstraintDetail()=default
const Aws::String & GetPortfolioId() const
ConstraintDetail & WithType(TypeT &&value)
void SetDescription(DescriptionT &&value)
bool OwnerHasBeenSet() const
bool PortfolioIdHasBeenSet() const
ConstraintDetail & WithProductId(ProductIdT &&value)
ConstraintDetail & WithConstraintId(ConstraintIdT &&value)
void SetPortfolioId(PortfolioIdT &&value)
const Aws::String & GetConstraintId() const
const Aws::String & GetDescription() const
void SetProductId(ProductIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue