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
39 AWS_ELASTICBEANSTALK_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
49 template<
typename ResourceNameT = Aws::String>
50 void SetResourceName(ResourceNameT&& value) { m_resourceNameHasBeenSet =
true; m_resourceName = std::forward<ResourceNameT>(value); }
51 template<
typename ResourceNameT = Aws::String>
61 template<
typename NamespaceT = Aws::String>
62 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
63 template<
typename NamespaceT = Aws::String>
73 template<
typename OptionNameT = Aws::String>
74 void SetOptionName(OptionNameT&& value) { m_optionNameHasBeenSet =
true; m_optionName = std::forward<OptionNameT>(value); }
75 template<
typename OptionNameT = Aws::String>
81 bool m_resourceNameHasBeenSet =
false;
84 bool m_namespaceHasBeenSet =
false;
87 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