7#include <aws/appmesh/AppMesh_EXPORTS.h>
8#include <aws/appmesh/model/QueryParameterMatch.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename MatchT = QueryParameterMatch>
49 void SetMatch(MatchT&& value) { m_matchHasBeenSet =
true; m_match = std::forward<MatchT>(value); }
50 template<
typename MatchT = QueryParameterMatch>
60 template<
typename NameT = Aws::String>
61 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
62 template<
typename NameT = Aws::String>
68 bool m_matchHasBeenSet =
false;
71 bool m_nameHasBeenSet =
false;
AWS_APPMESH_API HttpQueryParameter()=default
void SetName(NameT &&value)
AWS_APPMESH_API Aws::Utils::Json::JsonValue Jsonize() const
bool NameHasBeenSet() const
AWS_APPMESH_API HttpQueryParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPMESH_API HttpQueryParameter(Aws::Utils::Json::JsonView jsonValue)
HttpQueryParameter & WithMatch(MatchT &&value)
bool MatchHasBeenSet() const
void SetMatch(MatchT &&value)
const Aws::String & GetName() const
const QueryParameterMatch & GetMatch() const
HttpQueryParameter & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue