7#include <aws/appmesh/AppMesh_EXPORTS.h>
8#include <aws/appmesh/model/QueryParameterMatch.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
62 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
70 bool m_matchHasBeenSet =
false;
73 bool m_nameHasBeenSet =
false;
void SetName(const Aws::String &value)
void SetName(Aws::String &&value)
void SetMatch(const QueryParameterMatch &value)
AWS_APPMESH_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPMESH_API HttpQueryParameter()
bool NameHasBeenSet() const
HttpQueryParameter & WithName(Aws::String &&value)
AWS_APPMESH_API HttpQueryParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
HttpQueryParameter & WithMatch(const QueryParameterMatch &value)
HttpQueryParameter & WithName(const char *value)
HttpQueryParameter & WithName(const Aws::String &value)
HttpQueryParameter & WithMatch(QueryParameterMatch &&value)
AWS_APPMESH_API HttpQueryParameter(Aws::Utils::Json::JsonView jsonValue)
bool MatchHasBeenSet() const
const Aws::String & GetName() const
const QueryParameterMatch & GetMatch() const
void SetMatch(QueryParameterMatch &&value)
void SetName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue