7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
19namespace ElasticLoadBalancingv2 {
35 const char* locationValue)
const;
45 template <
typename RegexT = Aws::String>
47 m_regexHasBeenSet =
true;
48 m_regex = std::forward<RegexT>(value);
50 template <
typename RegexT = Aws::String>
52 SetRegex(std::forward<RegexT>(value));
65 template <
typename ReplaceT = Aws::String>
67 m_replaceHasBeenSet =
true;
68 m_replace = std::forward<ReplaceT>(value);
70 template <
typename ReplaceT = Aws::String>
80 bool m_regexHasBeenSet =
false;
81 bool m_replaceHasBeenSet =
false;
RewriteConfig & WithReplace(ReplaceT &&value)
const Aws::String & GetRegex() const
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::String & GetReplace() const
AWS_ELASTICLOADBALANCINGV2_API RewriteConfig()=default
void SetRegex(RegexT &&value)
void SetReplace(ReplaceT &&value)
AWS_ELASTICLOADBALANCINGV2_API RewriteConfig(const Aws::Utils::Xml::XmlNode &xmlNode)
RewriteConfig & WithRegex(RegexT &&value)
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool ReplaceHasBeenSet() const
AWS_ELASTICLOADBALANCINGV2_API RewriteConfig & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool RegexHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream