7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/cloudformation/model/StackResourceDriftStatus.h>
10#include <aws/core/utils/DateTime.h>
22namespace CloudFormation
41 AWS_CLOUDFORMATION_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
73 template<
typename LastCheckTimestampT = Aws::Utils::DateTime>
74 void SetLastCheckTimestamp(LastCheckTimestampT&& value) { m_lastCheckTimestampHasBeenSet =
true; m_lastCheckTimestamp = std::forward<LastCheckTimestampT>(value); }
75 template<
typename LastCheckTimestampT = Aws::Utils::DateTime>
81 bool m_stackResourceDriftStatusHasBeenSet =
false;
84 bool m_lastCheckTimestampHasBeenSet =
false;
std::basic_ostream< char, std::char_traits< char > > OStream