7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace EntityResolution
40 template<
typename MatchIdT = Aws::String>
41 void SetMatchId(MatchIdT&& value) { m_matchIdHasBeenSet =
true; m_matchId = std::forward<MatchIdT>(value); }
42 template<
typename MatchIdT = Aws::String>
51 template<
typename MatchRuleT = Aws::String>
52 void SetMatchRule(MatchRuleT&& value) { m_matchRuleHasBeenSet =
true; m_matchRule = std::forward<MatchRuleT>(value); }
53 template<
typename MatchRuleT = Aws::String>
60 template<
typename RequestIdT = Aws::String>
61 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
62 template<
typename RequestIdT = Aws::String>
68 bool m_matchIdHasBeenSet =
false;
71 bool m_matchRuleHasBeenSet =
false;
74 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