7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/securityhub/model/FindingHistoryUpdateSourceType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
69 inline void SetIdentity(
const char* value) { m_identityHasBeenSet =
true; m_identity.assign(value); }
77 bool m_typeHasBeenSet =
false;
80 bool m_identityHasBeenSet =
false;
void SetIdentity(const char *value)
AWS_SECURITYHUB_API FindingHistoryUpdateSource()
AWS_SECURITYHUB_API FindingHistoryUpdateSource & operator=(Aws::Utils::Json::JsonView jsonValue)
const FindingHistoryUpdateSourceType & GetType() const
void SetType(FindingHistoryUpdateSourceType &&value)
void SetIdentity(Aws::String &&value)
FindingHistoryUpdateSource & WithIdentity(const Aws::String &value)
FindingHistoryUpdateSource & WithIdentity(Aws::String &&value)
void SetIdentity(const Aws::String &value)
bool IdentityHasBeenSet() const
FindingHistoryUpdateSource & WithType(FindingHistoryUpdateSourceType &&value)
void SetType(const FindingHistoryUpdateSourceType &value)
FindingHistoryUpdateSource & WithType(const FindingHistoryUpdateSourceType &value)
FindingHistoryUpdateSource & WithIdentity(const char *value)
AWS_SECURITYHUB_API FindingHistoryUpdateSource(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetIdentity() const
bool TypeHasBeenSet() const
FindingHistoryUpdateSourceType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue