7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
58 template <
typename FriendlyNameT = Aws::String>
60 m_friendlyNameHasBeenSet =
true;
61 m_friendlyName = std::forward<FriendlyNameT>(value);
63 template <
typename FriendlyNameT = Aws::String>
76 template <
typename DescriptionT = Aws::String>
78 m_descriptionHasBeenSet =
true;
79 m_description = std::forward<DescriptionT>(value);
81 template <
typename DescriptionT = Aws::String>
97 m_requiredHasBeenSet =
true;
112 template <
typename DefaultValueT = Aws::String>
114 m_defaultValueHasBeenSet =
true;
115 m_defaultValue = std::forward<DefaultValueT>(value);
117 template <
typename DefaultValueT = Aws::String>
130 bool m_required{
false};
133 bool m_nameHasBeenSet =
false;
134 bool m_friendlyNameHasBeenSet =
false;
135 bool m_descriptionHasBeenSet =
false;
136 bool m_requiredHasBeenSet =
false;
137 bool m_defaultValueHasBeenSet =
false;
SdkConfigurationProperty & WithRequired(bool value)
void SetRequired(bool value)
AWS_APIGATEWAY_API Aws::Utils::Json::JsonValue Jsonize() const
bool DescriptionHasBeenSet() const
bool NameHasBeenSet() const
const Aws::String & GetDescription() const
bool DefaultValueHasBeenSet() const
const Aws::String & GetDefaultValue() const
bool RequiredHasBeenSet() const
SdkConfigurationProperty & WithFriendlyName(FriendlyNameT &&value)
const Aws::String & GetName() const
SdkConfigurationProperty & WithDescription(DescriptionT &&value)
SdkConfigurationProperty & WithName(NameT &&value)
void SetFriendlyName(FriendlyNameT &&value)
SdkConfigurationProperty & WithDefaultValue(DefaultValueT &&value)
void SetDescription(DescriptionT &&value)
AWS_APIGATEWAY_API SdkConfigurationProperty(Aws::Utils::Json::JsonView jsonValue)
void SetDefaultValue(DefaultValueT &&value)
AWS_APIGATEWAY_API SdkConfigurationProperty()=default
const Aws::String & GetFriendlyName() const
void SetName(NameT &&value)
bool FriendlyNameHasBeenSet() const
AWS_APIGATEWAY_API SdkConfigurationProperty & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue