7#include <aws/appmesh/AppMesh_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ExactT = Aws::String>
48 void SetExact(ExactT&& value) { m_exactHasBeenSet =
true; m_exact = std::forward<ExactT>(value); }
49 template<
typename ExactT = Aws::String>
55 bool m_exactHasBeenSet =
false;
QueryParameterMatch & WithExact(ExactT &&value)
AWS_APPMESH_API QueryParameterMatch & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPMESH_API Aws::Utils::Json::JsonValue Jsonize() const
void SetExact(ExactT &&value)
const Aws::String & GetExact() const
AWS_APPMESH_API QueryParameterMatch()=default
AWS_APPMESH_API QueryParameterMatch(Aws::Utils::Json::JsonView jsonValue)
bool ExactHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue