7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
58 template<
typename FriendlyNameT = Aws::String>
59 void SetFriendlyName(FriendlyNameT&& value) { m_friendlyNameHasBeenSet =
true; m_friendlyName = std::forward<FriendlyNameT>(value); }
60 template<
typename FriendlyNameT = Aws::String>
70 template<
typename DescriptionT = Aws::String>
71 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
72 template<
typename DescriptionT = Aws::String>
84 inline void SetRequired(
bool value) { m_requiredHasBeenSet =
true; m_required = value; }
94 template<
typename DefaultValueT = Aws::String>
95 void SetDefaultValue(DefaultValueT&& value) { m_defaultValueHasBeenSet =
true; m_defaultValue = std::forward<DefaultValueT>(value); }
96 template<
typename DefaultValueT = Aws::String>
102 bool m_nameHasBeenSet =
false;
105 bool m_friendlyNameHasBeenSet =
false;
108 bool m_descriptionHasBeenSet =
false;
110 bool m_required{
false};
111 bool m_requiredHasBeenSet =
false;
114 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