7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/macie2/Macie2_EXPORTS.h>
52 template <
typename JsonPathT = Aws::String>
54 m_jsonPathHasBeenSet =
true;
55 m_jsonPath = std::forward<JsonPathT>(value);
57 template <
typename JsonPathT = Aws::String>
74 m_recordIndexHasBeenSet =
true;
75 m_recordIndex = value;
85 long long m_recordIndex{0};
86 bool m_jsonPathHasBeenSet =
false;
87 bool m_recordIndexHasBeenSet =
false;
AWS_MACIE2_API Record()=default
AWS_MACIE2_API Record(Aws::Utils::Json::JsonView jsonValue)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
bool RecordIndexHasBeenSet() const
Record & WithRecordIndex(long long value)
long long GetRecordIndex() const
void SetRecordIndex(long long value)
bool JsonPathHasBeenSet() const
AWS_MACIE2_API Record & operator=(Aws::Utils::Json::JsonView jsonValue)
Record & WithJsonPath(JsonPathT &&value)
const Aws::String & GetJsonPath() const
void SetJsonPath(JsonPathT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue