7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
60 inline void SetJsonPath(
const char* value) { m_jsonPathHasBeenSet =
true; m_jsonPath.assign(value); }
75 inline void SetRecordIndex(
long long value) { m_recordIndexHasBeenSet =
true; m_recordIndex = value; }
81 bool m_jsonPathHasBeenSet =
false;
83 long long m_recordIndex;
84 bool m_recordIndexHasBeenSet =
false;
AWS_MACIE2_API Record(Aws::Utils::Json::JsonView jsonValue)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
bool RecordIndexHasBeenSet() const
void SetJsonPath(Aws::String &&value)
Record & WithRecordIndex(long long value)
long long GetRecordIndex() const
Record & WithJsonPath(const Aws::String &value)
void SetJsonPath(const char *value)
void SetRecordIndex(long long value)
Record & WithJsonPath(Aws::String &&value)
bool JsonPathHasBeenSet() const
AWS_MACIE2_API Record & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetJsonPath(const Aws::String &value)
const Aws::String & GetJsonPath() const
Record & WithJsonPath(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue