7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
45 template <
typename DescriptionT = Aws::String>
47 m_descriptionHasBeenSet =
true;
48 m_description = std::forward<DescriptionT>(value);
50 template <
typename DescriptionT = Aws::String>
64 m_requiredHasBeenSet =
true;
82 m_dynamicHasBeenSet =
true;
93 bool m_required{
false};
95 bool m_dynamic{
false};
96 bool m_descriptionHasBeenSet =
false;
97 bool m_requiredHasBeenSet =
false;
98 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