7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
35 AWS_SECURITYHUB_API
Record() =
default;
49 template<
typename JsonPathT = Aws::String>
50 void SetJsonPath(JsonPathT&& value) { m_jsonPathHasBeenSet =
true; m_jsonPath = std::forward<JsonPathT>(value); }
51 template<
typename JsonPathT = Aws::String>
61 inline void SetRecordIndex(
long long value) { m_recordIndexHasBeenSet =
true; m_recordIndex = value; }
67 bool m_jsonPathHasBeenSet =
false;
69 long long m_recordIndex{0};
70 bool m_recordIndexHasBeenSet =
false;
bool RecordIndexHasBeenSet() const
AWS_SECURITYHUB_API Record()=default
void SetJsonPath(JsonPathT &&value)
bool JsonPathHasBeenSet() const
AWS_SECURITYHUB_API Record & operator=(Aws::Utils::Json::JsonView jsonValue)
long long GetRecordIndex() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetJsonPath() const
Record & WithRecordIndex(long long value)
AWS_SECURITYHUB_API Record(Aws::Utils::Json::JsonView jsonValue)
Record & WithJsonPath(JsonPathT &&value)
void SetRecordIndex(long long value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue