7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/model/OrganizationRuleStatus.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ConfigService {
43 template <
typename OrganizationConfigRuleNameT = Aws::String>
45 m_organizationConfigRuleNameHasBeenSet =
true;
46 m_organizationConfigRuleName = std::forward<OrganizationConfigRuleNameT>(value);
48 template <
typename OrganizationConfigRuleNameT = Aws::String>
87 m_organizationRuleStatusHasBeenSet =
true;
88 m_organizationRuleStatus = value;
103 template <
typename ErrorCodeT = Aws::String>
105 m_errorCodeHasBeenSet =
true;
106 m_errorCode = std::forward<ErrorCodeT>(value);
108 template <
typename ErrorCodeT = Aws::String>
122 template <
typename ErrorMessageT = Aws::String>
124 m_errorMessageHasBeenSet =
true;
125 m_errorMessage = std::forward<ErrorMessageT>(value);
127 template <
typename ErrorMessageT = Aws::String>
140 template <
typename LastUpdateTimeT = Aws::Utils::DateTime>
142 m_lastUpdateTimeHasBeenSet =
true;
143 m_lastUpdateTime = std::forward<LastUpdateTimeT>(value);
145 template <
typename LastUpdateTimeT = Aws::Utils::DateTime>
161 bool m_organizationConfigRuleNameHasBeenSet =
false;
162 bool m_organizationRuleStatusHasBeenSet =
false;
163 bool m_errorCodeHasBeenSet =
false;
164 bool m_errorMessageHasBeenSet =
false;
165 bool m_lastUpdateTimeHasBeenSet =
false;
bool OrganizationRuleStatusHasBeenSet() const
const Aws::String & GetOrganizationConfigRuleName() const
void SetErrorMessage(ErrorMessageT &&value)
AWS_CONFIGSERVICE_API OrganizationConfigRuleStatus(Aws::Utils::Json::JsonView jsonValue)
AWS_CONFIGSERVICE_API OrganizationConfigRuleStatus()=default
const Aws::String & GetErrorCode() const
void SetOrganizationRuleStatus(OrganizationRuleStatus value)
bool LastUpdateTimeHasBeenSet() const
const Aws::String & GetErrorMessage() const
OrganizationConfigRuleStatus & WithLastUpdateTime(LastUpdateTimeT &&value)
AWS_CONFIGSERVICE_API OrganizationConfigRuleStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ErrorCodeHasBeenSet() const
bool OrganizationConfigRuleNameHasBeenSet() const
OrganizationRuleStatus GetOrganizationRuleStatus() const
const Aws::Utils::DateTime & GetLastUpdateTime() const
OrganizationConfigRuleStatus & WithErrorCode(ErrorCodeT &&value)
OrganizationConfigRuleStatus & WithOrganizationRuleStatus(OrganizationRuleStatus value)
OrganizationConfigRuleStatus & WithErrorMessage(ErrorMessageT &&value)
OrganizationConfigRuleStatus & WithOrganizationConfigRuleName(OrganizationConfigRuleNameT &&value)
bool ErrorMessageHasBeenSet() const
void SetLastUpdateTime(LastUpdateTimeT &&value)
void SetErrorCode(ErrorCodeT &&value)
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetOrganizationConfigRuleName(OrganizationConfigRuleNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue