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