7#include <aws/cloudformation/CloudFormation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/cloudformation/model/ResourceScanStatus.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/cloudformation/model/ScanType.h>
24namespace CloudFormation
42 AWS_CLOUDFORMATION_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
52 template<
typename ResourceScanIdT = Aws::String>
53 void SetResourceScanId(ResourceScanIdT&& value) { m_resourceScanIdHasBeenSet =
true; m_resourceScanId = std::forward<ResourceScanIdT>(value); }
54 template<
typename ResourceScanIdT = Aws::String>
79 template<
typename StatusReasonT = Aws::String>
80 void SetStatusReason(StatusReasonT&& value) { m_statusReasonHasBeenSet =
true; m_statusReason = std::forward<StatusReasonT>(value); }
81 template<
typename StatusReasonT = Aws::String>
91 template<
typename StartTimeT = Aws::Utils::DateTime>
92 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
93 template<
typename StartTimeT = Aws::Utils::DateTime>
103 template<
typename EndTimeT = Aws::Utils::DateTime>
104 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
105 template<
typename EndTimeT = Aws::Utils::DateTime>
115 inline void SetPercentageCompleted(
double value) { m_percentageCompletedHasBeenSet =
true; m_percentageCompleted = value; }
131 bool m_resourceScanIdHasBeenSet =
false;
134 bool m_statusHasBeenSet =
false;
137 bool m_statusReasonHasBeenSet =
false;
140 bool m_startTimeHasBeenSet =
false;
143 bool m_endTimeHasBeenSet =
false;
145 double m_percentageCompleted{0.0};
146 bool m_percentageCompletedHasBeenSet =
false;
149 bool m_scanTypeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream