7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/macie2/model/AutomatedDiscoveryAccountStatus.h>
50 inline void SetAccountId(
const char* value) { m_accountIdHasBeenSet =
true; m_accountId.assign(value); }
73 bool m_accountIdHasBeenSet =
false;
76 bool m_statusHasBeenSet =
false;
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
AutomatedDiscoveryAccount & WithAccountId(const Aws::String &value)
void SetStatus(const AutomatedDiscoveryAccountStatus &value)
const Aws::String & GetAccountId() const
bool AccountIdHasBeenSet() const
void SetAccountId(const Aws::String &value)
AWS_MACIE2_API AutomatedDiscoveryAccount & operator=(Aws::Utils::Json::JsonView jsonValue)
AutomatedDiscoveryAccount & WithAccountId(const char *value)
AutomatedDiscoveryAccount & WithAccountId(Aws::String &&value)
AWS_MACIE2_API AutomatedDiscoveryAccount(Aws::Utils::Json::JsonView jsonValue)
void SetAccountId(Aws::String &&value)
bool StatusHasBeenSet() const
const AutomatedDiscoveryAccountStatus & GetStatus() const
AutomatedDiscoveryAccount & WithStatus(const AutomatedDiscoveryAccountStatus &value)
AWS_MACIE2_API AutomatedDiscoveryAccount()
void SetStatus(AutomatedDiscoveryAccountStatus &&value)
AutomatedDiscoveryAccount & WithStatus(AutomatedDiscoveryAccountStatus &&value)
void SetAccountId(const char *value)
AutomatedDiscoveryAccountStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue