7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/entityresolution/EntityResolution_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace EntityResolution {
35 template <
typename MatchIdT = Aws::String>
37 m_matchIdHasBeenSet =
true;
38 m_matchId = std::forward<MatchIdT>(value);
40 template <
typename MatchIdT = Aws::String>
52 template <
typename MatchRuleT = Aws::String>
54 m_matchRuleHasBeenSet =
true;
55 m_matchRule = std::forward<MatchRuleT>(value);
57 template <
typename MatchRuleT = Aws::String>
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
87 bool m_matchIdHasBeenSet =
false;
88 bool m_matchRuleHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
AWS_ENTITYRESOLUTION_API GetMatchIdResult()=default
GetMatchIdResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
GetMatchIdResult & WithMatchId(MatchIdT &&value)
void SetMatchId(MatchIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_ENTITYRESOLUTION_API GetMatchIdResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetMatchRule() const
void SetMatchRule(MatchRuleT &&value)
const Aws::String & GetMatchId() const
GetMatchIdResult & WithMatchRule(MatchRuleT &&value)
const Aws::String & GetRequestId() const
AWS_ENTITYRESOLUTION_API GetMatchIdResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue