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 {
31 AWS_ELASTICLOADBALANCINGV2_API
Matcher() =
default;
36 const char* locationValue)
const;
52 template <
typename HttpCodeT = Aws::String>
54 m_httpCodeHasBeenSet =
true;
55 m_httpCode = std::forward<HttpCodeT>(value);
57 template <
typename HttpCodeT = Aws::String>
72 template <
typename GrpcCodeT = Aws::String>
74 m_grpcCodeHasBeenSet =
true;
75 m_grpcCode = std::forward<GrpcCodeT>(value);
77 template <
typename GrpcCodeT = Aws::String>
87 bool m_httpCodeHasBeenSet =
false;
88 bool m_grpcCodeHasBeenSet =
false;
Matcher & WithGrpcCode(GrpcCodeT &&value)
AWS_ELASTICLOADBALANCINGV2_API Matcher()=default
bool HttpCodeHasBeenSet() const
AWS_ELASTICLOADBALANCINGV2_API Matcher & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
Matcher & WithHttpCode(HttpCodeT &&value)
const Aws::String & GetGrpcCode() const
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_ELASTICLOADBALANCINGV2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::String & GetHttpCode() const
void SetGrpcCode(GrpcCodeT &&value)
AWS_ELASTICLOADBALANCINGV2_API Matcher(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetHttpCode(HttpCodeT &&value)
bool GrpcCodeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream