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
bool AccountIdHasBeenSet() const
AWS_MACIE2_API AutomatedDiscoveryAccountUpdate(Aws::Utils::Json::JsonView jsonValue)
bool StatusHasBeenSet() const
AWS_MACIE2_API AutomatedDiscoveryAccountUpdate()=default
AutomatedDiscoveryAccountUpdate & WithStatus(AutomatedDiscoveryAccountStatus value)
AutomatedDiscoveryAccountUpdate & WithAccountId(AccountIdT &&value)
AutomatedDiscoveryAccountStatus GetStatus() const
AWS_MACIE2_API AutomatedDiscoveryAccountUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAccountId() const
void SetAccountId(AccountIdT &&value)
void SetStatus(AutomatedDiscoveryAccountStatus value)
AutomatedDiscoveryAccountStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue