7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/model/ResourceKey.h>
9#include <aws/config/model/RemediationExecutionState.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/config/model/RemediationExecutionStep.h>
25namespace ConfigService
49 template<
typename ResourceKeyT = ResourceKey>
50 void SetResourceKey(ResourceKeyT&& value) { m_resourceKeyHasBeenSet =
true; m_resourceKey = std::forward<ResourceKeyT>(value); }
51 template<
typename ResourceKeyT = ResourceKey>
71 template<
typename StepDetailsT = Aws::Vector<RemediationExecutionStep>>
72 void SetStepDetails(StepDetailsT&& value) { m_stepDetailsHasBeenSet =
true; m_stepDetails = std::forward<StepDetailsT>(value); }
73 template<
typename StepDetailsT = Aws::Vector<RemediationExecutionStep>>
75 template<
typename StepDetailsT = RemediationExecutionStep>
85 template<
typename InvocationTimeT = Aws::Utils::DateTime>
86 void SetInvocationTime(InvocationTimeT&& value) { m_invocationTimeHasBeenSet =
true; m_invocationTime = std::forward<InvocationTimeT>(value); }
87 template<
typename InvocationTimeT = Aws::Utils::DateTime>
97 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
98 void SetLastUpdatedTime(LastUpdatedTimeT&& value) { m_lastUpdatedTimeHasBeenSet =
true; m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value); }
99 template<
typename LastUpdatedTimeT = Aws::Utils::DateTime>
105 bool m_resourceKeyHasBeenSet =
false;
108 bool m_stateHasBeenSet =
false;
111 bool m_stepDetailsHasBeenSet =
false;
114 bool m_invocationTimeHasBeenSet =
false;
117 bool m_lastUpdatedTimeHasBeenSet =
false;
RemediationExecutionState
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue