AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
TestCustomDataIdentifierResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/macie2/Macie2_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13template <typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils {
17namespace Json {
18class JsonValue;
19} // namespace Json
20} // namespace Utils
21namespace Macie2 {
22namespace Model {
24 public:
25 AWS_MACIE2_API TestCustomDataIdentifierResult() = default;
28
30
34 inline int GetMatchCount() const { return m_matchCount; }
35 inline void SetMatchCount(int value) {
36 m_matchCountHasBeenSet = true;
37 m_matchCount = value;
38 }
40 SetMatchCount(value);
41 return *this;
42 }
44
46
47 inline const Aws::String& GetRequestId() const { return m_requestId; }
48 template <typename RequestIdT = Aws::String>
49 void SetRequestId(RequestIdT&& value) {
50 m_requestIdHasBeenSet = true;
51 m_requestId = std::forward<RequestIdT>(value);
52 }
53 template <typename RequestIdT = Aws::String>
55 SetRequestId(std::forward<RequestIdT>(value));
56 return *this;
57 }
59 private:
60 int m_matchCount{0};
61
62 Aws::String m_requestId;
63 bool m_matchCountHasBeenSet = false;
64 bool m_requestIdHasBeenSet = false;
65};
66
67} // namespace Model
68} // namespace Macie2
69} // namespace Aws
TestCustomDataIdentifierResult & WithMatchCount(int value)
AWS_MACIE2_API TestCustomDataIdentifierResult()=default
AWS_MACIE2_API TestCustomDataIdentifierResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
TestCustomDataIdentifierResult & WithRequestId(RequestIdT &&value)
AWS_MACIE2_API TestCustomDataIdentifierResult(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