7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
58 template<
typename JsonPathT = Aws::String>
59 void SetJsonPath(JsonPathT&& value) { m_jsonPathHasBeenSet =
true; m_jsonPath = std::forward<JsonPathT>(value); }
60 template<
typename JsonPathT = Aws::String>
73 inline void SetRecordIndex(
long long value) { m_recordIndexHasBeenSet =
true; m_recordIndex = value; }
79 bool m_jsonPathHasBeenSet =
false;
81 long long m_recordIndex{0};
82 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