7#include <aws/security-ir/SecurityIR_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename AccountIdT = Aws::String>
47 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
48 template<
typename AccountIdT = Aws::String>
58 template<
typename ErrorT = Aws::String>
59 void SetError(ErrorT&& value) { m_errorHasBeenSet =
true; m_error = std::forward<ErrorT>(value); }
60 template<
typename ErrorT = Aws::String>
70 template<
typename MessageT = Aws::String>
71 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
72 template<
typename MessageT = Aws::String>
78 bool m_accountIdHasBeenSet =
false;
81 bool m_errorHasBeenSet =
false;
84 bool m_messageHasBeenSet =
false;
AWS_SECURITYIR_API Aws::Utils::Json::JsonValue Jsonize() const
void SetError(ErrorT &&value)
bool ErrorHasBeenSet() const
AWS_SECURITYIR_API GetMembershipAccountDetailError(Aws::Utils::Json::JsonView jsonValue)
void SetAccountId(AccountIdT &&value)
GetMembershipAccountDetailError & WithMessage(MessageT &&value)
AWS_SECURITYIR_API GetMembershipAccountDetailError & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetError() const
const Aws::String & GetAccountId() const
bool AccountIdHasBeenSet() const
void SetMessage(MessageT &&value)
AWS_SECURITYIR_API GetMembershipAccountDetailError()=default
GetMembershipAccountDetailError & WithAccountId(AccountIdT &&value)
bool MessageHasBeenSet() const
const Aws::String & GetMessage() const
GetMembershipAccountDetailError & WithError(ErrorT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue