7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename DescriptionT = Aws::String>
52 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
53 template<
typename DescriptionT = Aws::String>
63 inline void SetRequired(
bool value) { m_requiredHasBeenSet =
true; m_required = value; }
75 inline void SetDynamic(
bool value) { m_dynamicHasBeenSet =
true; m_dynamic = value; }
81 bool m_descriptionHasBeenSet =
false;
83 bool m_required{
false};
84 bool m_requiredHasBeenSet =
false;
86 bool m_dynamic{
false};
87 bool m_dynamicHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
AWS_APPCONFIG_API Aws::Utils::Json::JsonValue Jsonize() const
bool DynamicHasBeenSet() const
Parameter & WithDescription(DescriptionT &&value)
AWS_APPCONFIG_API Parameter()=default
void SetDynamic(bool value)
void SetRequired(bool value)
bool DescriptionHasBeenSet() const
Parameter & WithDynamic(bool value)
bool RequiredHasBeenSet() const
AWS_APPCONFIG_API Parameter & operator=(Aws::Utils::Json::JsonView jsonValue)
Parameter & WithRequired(bool value)
AWS_APPCONFIG_API Parameter(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDescription() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue