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 {
35 const char* locationValue)
const;
44 template <
typename ResourceNameT = Aws::String>
46 m_resourceNameHasBeenSet =
true;
47 m_resourceName = std::forward<ResourceNameT>(value);
49 template <
typename ResourceNameT = Aws::String>
62 template <
typename NamespaceT = Aws::String>
64 m_namespaceHasBeenSet =
true;
65 m_namespace = std::forward<NamespaceT>(value);
67 template <
typename NamespaceT = Aws::String>
80 template <
typename OptionNameT = Aws::String>
82 m_optionNameHasBeenSet =
true;
83 m_optionName = std::forward<OptionNameT>(value);
85 template <
typename OptionNameT = Aws::String>
97 bool m_resourceNameHasBeenSet =
false;
98 bool m_namespaceHasBeenSet =
false;
99 bool m_optionNameHasBeenSet =
false;
bool OptionNameHasBeenSet() const
OptionSpecification & WithResourceName(ResourceNameT &&value)
void SetOptionName(OptionNameT &&value)
AWS_ELASTICBEANSTALK_API OptionSpecification()=default
void SetResourceName(ResourceNameT &&value)
bool NamespaceHasBeenSet() const
AWS_ELASTICBEANSTALK_API OptionSpecification & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::String & GetOptionName() const
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::String & GetResourceName() const
OptionSpecification & WithNamespace(NamespaceT &&value)
const Aws::String & GetNamespace() const
bool ResourceNameHasBeenSet() const
void SetNamespace(NamespaceT &&value)
AWS_ELASTICBEANSTALK_API OptionSpecification(const Aws::Utils::Xml::XmlNode &xmlNode)
OptionSpecification & WithOptionName(OptionNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream