7#include <aws/appmesh/AppMesh_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetExact(
const char* value) { m_exactHasBeenSet =
true; m_exact.assign(value); }
63 inline void SetSuffix(
const char* value) { m_suffixHasBeenSet =
true; m_suffix.assign(value); }
71 bool m_exactHasBeenSet =
false;
74 bool m_suffixHasBeenSet =
false;
const Aws::String & GetSuffix() const
GatewayRouteHostnameMatch & WithExact(const Aws::String &value)
void SetSuffix(const char *value)
GatewayRouteHostnameMatch & WithSuffix(const Aws::String &value)
AWS_APPMESH_API GatewayRouteHostnameMatch()
GatewayRouteHostnameMatch & WithSuffix(Aws::String &&value)
AWS_APPMESH_API GatewayRouteHostnameMatch & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetExact(const Aws::String &value)
GatewayRouteHostnameMatch & WithExact(const char *value)
bool ExactHasBeenSet() const
void SetSuffix(const Aws::String &value)
AWS_APPMESH_API GatewayRouteHostnameMatch(Aws::Utils::Json::JsonView jsonValue)
void SetExact(Aws::String &&value)
void SetExact(const char *value)
void SetSuffix(Aws::String &&value)
bool SuffixHasBeenSet() const
GatewayRouteHostnameMatch & WithSuffix(const char *value)
const Aws::String & GetExact() const
GatewayRouteHostnameMatch & WithExact(Aws::String &&value)
AWS_APPMESH_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue