7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/entityresolution/EntityResolution_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace EntityResolution {
34 template <
typename MatchIdT = Aws::String>
36 m_matchIdHasBeenSet =
true;
37 m_matchId = std::forward<MatchIdT>(value);
39 template <
typename MatchIdT = Aws::String>
51 template <
typename MatchRuleT = Aws::String>
53 m_matchRuleHasBeenSet =
true;
54 m_matchRule = std::forward<MatchRuleT>(value);
56 template <
typename MatchRuleT = Aws::String>
66 template <
typename RequestIdT = Aws::String>
68 m_requestIdHasBeenSet =
true;
69 m_requestId = std::forward<RequestIdT>(value);
71 template <
typename RequestIdT = Aws::String>
83 bool m_matchIdHasBeenSet =
false;
84 bool m_matchRuleHasBeenSet =
false;
85 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_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