7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
51 inline void SetUpdatedField(
const char* value) { m_updatedFieldHasBeenSet =
true; m_updatedField.assign(value); }
65 inline void SetOldValue(
const char* value) { m_oldValueHasBeenSet =
true; m_oldValue.assign(value); }
82 inline void SetNewValue(
const char* value) { m_newValueHasBeenSet =
true; m_newValue.assign(value); }
90 bool m_updatedFieldHasBeenSet =
false;
93 bool m_oldValueHasBeenSet =
false;
96 bool m_newValueHasBeenSet =
false;
FindingHistoryUpdate & WithNewValue(const char *value)
const Aws::String & GetOldValue() const
FindingHistoryUpdate & WithOldValue(const char *value)
FindingHistoryUpdate & WithUpdatedField(Aws::String &&value)
AWS_SECURITYHUB_API FindingHistoryUpdate(Aws::Utils::Json::JsonView jsonValue)
bool UpdatedFieldHasBeenSet() const
bool OldValueHasBeenSet() const
void SetOldValue(Aws::String &&value)
AWS_SECURITYHUB_API FindingHistoryUpdate()
void SetNewValue(const char *value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
bool NewValueHasBeenSet() const
FindingHistoryUpdate & WithNewValue(Aws::String &&value)
FindingHistoryUpdate & WithOldValue(Aws::String &&value)
const Aws::String & GetUpdatedField() const
void SetOldValue(const char *value)
FindingHistoryUpdate & WithUpdatedField(const char *value)
void SetUpdatedField(const Aws::String &value)
void SetNewValue(const Aws::String &value)
const Aws::String & GetNewValue() const
void SetUpdatedField(Aws::String &&value)
void SetOldValue(const Aws::String &value)
FindingHistoryUpdate & WithOldValue(const Aws::String &value)
FindingHistoryUpdate & WithNewValue(const Aws::String &value)
void SetNewValue(Aws::String &&value)
FindingHistoryUpdate & WithUpdatedField(const Aws::String &value)
AWS_SECURITYHUB_API FindingHistoryUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetUpdatedField(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue