7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/cloudformation/model/StackSetDriftStatus.h>
10#include <aws/cloudformation/model/StackSetDriftDetectionStatus.h>
11#include <aws/core/utils/DateTime.h>
23namespace CloudFormation
48 AWS_CLOUDFORMATION_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
98 template<
typename LastDriftCheckTimestampT = Aws::Utils::DateTime>
99 void SetLastDriftCheckTimestamp(LastDriftCheckTimestampT&& value) { m_lastDriftCheckTimestampHasBeenSet =
true; m_lastDriftCheckTimestamp = std::forward<LastDriftCheckTimestampT>(value); }
100 template<
typename LastDriftCheckTimestampT = Aws::Utils::DateTime>
166 bool m_driftStatusHasBeenSet =
false;
169 bool m_driftDetectionStatusHasBeenSet =
false;
172 bool m_lastDriftCheckTimestampHasBeenSet =
false;
174 int m_totalStackInstancesCount{0};
175 bool m_totalStackInstancesCountHasBeenSet =
false;
177 int m_driftedStackInstancesCount{0};
178 bool m_driftedStackInstancesCountHasBeenSet =
false;
180 int m_inSyncStackInstancesCount{0};
181 bool m_inSyncStackInstancesCountHasBeenSet =
false;
183 int m_inProgressStackInstancesCount{0};
184 bool m_inProgressStackInstancesCountHasBeenSet =
false;
186 int m_failedStackInstancesCount{0};
187 bool m_failedStackInstancesCountHasBeenSet =
false;
std::basic_ostream< char, std::char_traits< char > > OStream