7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
19namespace ElasticBeanstalk {
38 const char* locationValue)
const;
48 template <
typename ResourceNameT = Aws::String>
50 m_resourceNameHasBeenSet =
true;
51 m_resourceName = std::forward<ResourceNameT>(value);
53 template <
typename ResourceNameT = Aws::String>
66 template <
typename NamespaceT = Aws::String>
68 m_namespaceHasBeenSet =
true;
69 m_namespace = std::forward<NamespaceT>(value);
71 template <
typename NamespaceT = Aws::String>
84 template <
typename OptionNameT = Aws::String>
86 m_optionNameHasBeenSet =
true;
87 m_optionName = std::forward<OptionNameT>(value);
89 template <
typename OptionNameT = Aws::String>
102 template <
typename ValueT = Aws::String>
104 m_valueHasBeenSet =
true;
105 m_value = std::forward<ValueT>(value);
107 template <
typename ValueT = Aws::String>
109 SetValue(std::forward<ValueT>(value));
121 bool m_resourceNameHasBeenSet =
false;
122 bool m_namespaceHasBeenSet =
false;
123 bool m_optionNameHasBeenSet =
false;
124 bool m_valueHasBeenSet =
false;
const Aws::String & GetValue() const
bool OptionNameHasBeenSet() const
void SetNamespace(NamespaceT &&value)
const Aws::String & GetOptionName() const
AWS_ELASTICBEANSTALK_API ConfigurationOptionSetting(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICBEANSTALK_API ConfigurationOptionSetting()=default
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::String & GetNamespace() const
bool ResourceNameHasBeenSet() const
AWS_ELASTICBEANSTALK_API ConfigurationOptionSetting & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetValue(ValueT &&value)
const Aws::String & GetResourceName() const
ConfigurationOptionSetting & WithOptionName(OptionNameT &&value)
void SetOptionName(OptionNameT &&value)
ConfigurationOptionSetting & WithResourceName(ResourceNameT &&value)
void SetResourceName(ResourceNameT &&value)
bool NamespaceHasBeenSet() const
ConfigurationOptionSetting & WithNamespace(NamespaceT &&value)
ConfigurationOptionSetting & WithValue(ValueT &&value)
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool ValueHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream