7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace ConfigService {
44 template <
typename ConfigRuleNameT = Aws::String>
46 m_configRuleNameHasBeenSet =
true;
47 m_configRuleName = std::forward<ConfigRuleNameT>(value);
49 template <
typename ConfigRuleNameT = Aws::String>
62 template <
typename ResourceTypeT = Aws::String>
64 m_resourceTypeHasBeenSet =
true;
65 m_resourceType = std::forward<ResourceTypeT>(value);
67 template <
typename ResourceTypeT = Aws::String>
80 template <
typename ResourceIdT = Aws::String>
82 m_resourceIdHasBeenSet =
true;
83 m_resourceId = std::forward<ResourceIdT>(value);
85 template <
typename ResourceIdT = Aws::String>
98 template <
typename MessageT = Aws::String>
100 m_messageHasBeenSet =
true;
101 m_message = std::forward<MessageT>(value);
103 template <
typename MessageT = Aws::String>
116 template <
typename ExpirationTimeT = Aws::Utils::DateTime>
118 m_expirationTimeHasBeenSet =
true;
119 m_expirationTime = std::forward<ExpirationTimeT>(value);
121 template <
typename ExpirationTimeT = Aws::Utils::DateTime>
137 bool m_configRuleNameHasBeenSet =
false;
138 bool m_resourceTypeHasBeenSet =
false;
139 bool m_resourceIdHasBeenSet =
false;
140 bool m_messageHasBeenSet =
false;
141 bool m_expirationTimeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue