7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/macie2/model/ErrorCode.h>
51 inline void SetAccountId(
const char* value) { m_accountIdHasBeenSet =
true; m_accountId.assign(value); }
77 inline void SetErrorMessage(
const char* value) { m_errorMessageHasBeenSet =
true; m_errorMessage.assign(value); }
85 bool m_accountIdHasBeenSet =
false;
88 bool m_errorCodeHasBeenSet =
false;
91 bool m_errorMessageHasBeenSet =
false;
const ErrorCode & GetErrorCode() const
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAccountId(const Aws::String &value)
void SetErrorMessage(const Aws::String &value)
void SetAccountId(Aws::String &&value)
bool AccountIdHasBeenSet() const
void SetErrorMessage(Aws::String &&value)
UnprocessedAccount & WithErrorMessage(const char *value)
bool ErrorCodeHasBeenSet() const
UnprocessedAccount & WithErrorCode(ErrorCode &&value)
const Aws::String & GetErrorMessage() const
void SetErrorCode(const ErrorCode &value)
AWS_MACIE2_API UnprocessedAccount(Aws::Utils::Json::JsonView jsonValue)
void SetErrorCode(ErrorCode &&value)
void SetAccountId(const char *value)
UnprocessedAccount & WithAccountId(const char *value)
AWS_MACIE2_API UnprocessedAccount()
UnprocessedAccount & WithErrorCode(const ErrorCode &value)
UnprocessedAccount & WithErrorMessage(const Aws::String &value)
UnprocessedAccount & WithErrorMessage(Aws::String &&value)
const Aws::String & GetAccountId() const
bool ErrorMessageHasBeenSet() const
UnprocessedAccount & WithAccountId(Aws::String &&value)
AWS_MACIE2_API UnprocessedAccount & operator=(Aws::Utils::Json::JsonView jsonValue)
UnprocessedAccount & WithAccountId(const Aws::String &value)
void SetErrorMessage(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue