7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/model/MemberAccountRuleStatus.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ConfigService {
44 template <
typename AccountIdT = Aws::String>
46 m_accountIdHasBeenSet =
true;
47 m_accountId = std::forward<AccountIdT>(value);
49 template <
typename AccountIdT = Aws::String>
62 template <
typename ConfigRuleNameT = Aws::String>
64 m_configRuleNameHasBeenSet =
true;
65 m_configRuleName = std::forward<ConfigRuleNameT>(value);
67 template <
typename ConfigRuleNameT = Aws::String>
102 m_memberAccountRuleStatusHasBeenSet =
true;
103 m_memberAccountRuleStatus = value;
118 template <
typename ErrorCodeT = Aws::String>
120 m_errorCodeHasBeenSet =
true;
121 m_errorCode = std::forward<ErrorCodeT>(value);
123 template <
typename ErrorCodeT = Aws::String>
137 template <
typename ErrorMessageT = Aws::String>
139 m_errorMessageHasBeenSet =
true;
140 m_errorMessage = std::forward<ErrorMessageT>(value);
142 template <
typename ErrorMessageT = Aws::String>
155 template <
typename LastUpdateTimeT = Aws::Utils::DateTime>
157 m_lastUpdateTimeHasBeenSet =
true;
158 m_lastUpdateTime = std::forward<LastUpdateTimeT>(value);
160 template <
typename LastUpdateTimeT = Aws::Utils::DateTime>
178 bool m_accountIdHasBeenSet =
false;
179 bool m_configRuleNameHasBeenSet =
false;
180 bool m_memberAccountRuleStatusHasBeenSet =
false;
181 bool m_errorCodeHasBeenSet =
false;
182 bool m_errorMessageHasBeenSet =
false;
183 bool m_lastUpdateTimeHasBeenSet =
false;
MemberAccountStatus & WithAccountId(AccountIdT &&value)
void SetLastUpdateTime(LastUpdateTimeT &&value)
bool ConfigRuleNameHasBeenSet() const
const Aws::String & GetErrorMessage() const
const Aws::String & GetErrorCode() const
const Aws::Utils::DateTime & GetLastUpdateTime() const
void SetMemberAccountRuleStatus(MemberAccountRuleStatus value)
void SetErrorCode(ErrorCodeT &&value)
void SetErrorMessage(ErrorMessageT &&value)
bool AccountIdHasBeenSet() const
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
MemberAccountStatus & WithErrorCode(ErrorCodeT &&value)
bool LastUpdateTimeHasBeenSet() const
MemberAccountStatus & WithConfigRuleName(ConfigRuleNameT &&value)
MemberAccountStatus & WithLastUpdateTime(LastUpdateTimeT &&value)
void SetConfigRuleName(ConfigRuleNameT &&value)
bool MemberAccountRuleStatusHasBeenSet() const
const Aws::String & GetAccountId() const
AWS_CONFIGSERVICE_API MemberAccountStatus()=default
MemberAccountRuleStatus GetMemberAccountRuleStatus() const
MemberAccountStatus & WithErrorMessage(ErrorMessageT &&value)
AWS_CONFIGSERVICE_API MemberAccountStatus(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetConfigRuleName() const
AWS_CONFIGSERVICE_API MemberAccountStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAccountId(AccountIdT &&value)
MemberAccountStatus & WithMemberAccountRuleStatus(MemberAccountRuleStatus value)
bool ErrorCodeHasBeenSet() const
bool ErrorMessageHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue