7#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ElasticBeanstalk
42 AWS_ELASTICBEANSTALK_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
53 template<
typename ResourceNameT = Aws::String>
54 void SetResourceName(ResourceNameT&& value) { m_resourceNameHasBeenSet =
true; m_resourceName = std::forward<ResourceNameT>(value); }
55 template<
typename ResourceNameT = Aws::String>
65 template<
typename NamespaceT = Aws::String>
66 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
67 template<
typename NamespaceT = Aws::String>
77 template<
typename OptionNameT = Aws::String>
78 void SetOptionName(OptionNameT&& value) { m_optionNameHasBeenSet =
true; m_optionName = std::forward<OptionNameT>(value); }
79 template<
typename OptionNameT = Aws::String>
89 template<
typename ValueT = Aws::String>
90 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
91 template<
typename ValueT = Aws::String>
97 bool m_resourceNameHasBeenSet =
false;
100 bool m_namespaceHasBeenSet =
false;
103 bool m_optionNameHasBeenSet =
false;
106 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