7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
30 AWS_SECURITYHUB_API
Record() =
default;
43 template <
typename JsonPathT = Aws::String>
45 m_jsonPathHasBeenSet =
true;
46 m_jsonPath = std::forward<JsonPathT>(value);
48 template <
typename JsonPathT = Aws::String>
62 m_recordIndexHasBeenSet =
true;
63 m_recordIndex = value;
73 long long m_recordIndex{0};
74 bool m_jsonPathHasBeenSet =
false;
75 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