7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/config/model/OrganizationRuleStatus.h>
10#include <aws/core/utils/DateTime.h>
23namespace ConfigService
49 template<
typename OrganizationConfigRuleNameT = Aws::String>
50 void SetOrganizationConfigRuleName(OrganizationConfigRuleNameT&& value) { m_organizationConfigRuleNameHasBeenSet =
true; m_organizationConfigRuleName = std::forward<OrganizationConfigRuleNameT>(value); }
51 template<
typename OrganizationConfigRuleNameT = Aws::String>
97 template<
typename ErrorCodeT = Aws::String>
98 void SetErrorCode(ErrorCodeT&& value) { m_errorCodeHasBeenSet =
true; m_errorCode = std::forward<ErrorCodeT>(value); }
99 template<
typename ErrorCodeT = Aws::String>
110 template<
typename ErrorMessageT = Aws::String>
111 void SetErrorMessage(ErrorMessageT&& value) { m_errorMessageHasBeenSet =
true; m_errorMessage = std::forward<ErrorMessageT>(value); }
112 template<
typename ErrorMessageT = Aws::String>
122 template<
typename LastUpdateTimeT = Aws::Utils::DateTime>
123 void SetLastUpdateTime(LastUpdateTimeT&& value) { m_lastUpdateTimeHasBeenSet =
true; m_lastUpdateTime = std::forward<LastUpdateTimeT>(value); }
124 template<
typename LastUpdateTimeT = Aws::Utils::DateTime>
130 bool m_organizationConfigRuleNameHasBeenSet =
false;
133 bool m_organizationRuleStatusHasBeenSet =
false;
136 bool m_errorCodeHasBeenSet =
false;
139 bool m_errorMessageHasBeenSet =
false;
142 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