7#include <aws/servicecatalog/ServiceCatalog_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ServiceCatalog
46 template<
typename KeyT = Aws::String>
47 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
48 template<
typename KeyT = Aws::String>
58 template<
typename DescriptionT = Aws::String>
59 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
60 template<
typename DescriptionT = Aws::String>
66 bool m_keyHasBeenSet =
false;
69 bool m_descriptionHasBeenSet =
false;
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
AWS_SERVICECATALOG_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SERVICECATALOG_API ProvisioningArtifactOutput(Aws::Utils::Json::JsonView jsonValue)
AWS_SERVICECATALOG_API ProvisioningArtifactOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(DescriptionT &&value)
ProvisioningArtifactOutput & WithKey(KeyT &&value)
ProvisioningArtifactOutput & WithDescription(DescriptionT &&value)
bool KeyHasBeenSet() const
const Aws::String & GetKey() const
AWS_SERVICECATALOG_API ProvisioningArtifactOutput()=default
void SetKey(KeyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue