7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/macie2/model/AutomatedDiscoveryAccountUpdateErrorCode.h>
52 inline void SetAccountId(
const char* value) { m_accountIdHasBeenSet =
true; m_accountId.assign(value); }
76 bool m_accountIdHasBeenSet =
false;
79 bool m_errorCodeHasBeenSet =
false;
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
bool AccountIdHasBeenSet() const
AutomatedDiscoveryAccountUpdateError & WithAccountId(const char *value)
void SetAccountId(const Aws::String &value)
const Aws::String & GetAccountId() const
const AutomatedDiscoveryAccountUpdateErrorCode & GetErrorCode() const
void SetErrorCode(const AutomatedDiscoveryAccountUpdateErrorCode &value)
AutomatedDiscoveryAccountUpdateError & WithErrorCode(AutomatedDiscoveryAccountUpdateErrorCode &&value)
AWS_MACIE2_API AutomatedDiscoveryAccountUpdateError(Aws::Utils::Json::JsonView jsonValue)
AWS_MACIE2_API AutomatedDiscoveryAccountUpdateError & operator=(Aws::Utils::Json::JsonView jsonValue)
AutomatedDiscoveryAccountUpdateError & WithErrorCode(const AutomatedDiscoveryAccountUpdateErrorCode &value)
AutomatedDiscoveryAccountUpdateError & WithAccountId(Aws::String &&value)
void SetAccountId(Aws::String &&value)
bool ErrorCodeHasBeenSet() const
AutomatedDiscoveryAccountUpdateError & WithAccountId(const Aws::String &value)
void SetErrorCode(AutomatedDiscoveryAccountUpdateErrorCode &&value)
AWS_MACIE2_API AutomatedDiscoveryAccountUpdateError()
void SetAccountId(const char *value)
AutomatedDiscoveryAccountUpdateErrorCode
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue