7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/iot/IoTRequest.h>
10#include <aws/iot/IoT_EXPORTS.h>
11#include <aws/iot/model/AuditFrequency.h>
12#include <aws/iot/model/DayOfWeek.h>
43 m_frequencyHasBeenSet =
true;
62 template <
typename DayOfMonthT = Aws::String>
64 m_dayOfMonthHasBeenSet =
true;
65 m_dayOfMonth = std::forward<DayOfMonthT>(value);
67 template <
typename DayOfMonthT = Aws::String>
85 m_dayOfWeekHasBeenSet =
true;
104 template <
typename TargetCheckNamesT = Aws::Vector<Aws::String>>
106 m_targetCheckNamesHasBeenSet =
true;
107 m_targetCheckNames = std::forward<TargetCheckNamesT>(value);
109 template <
typename TargetCheckNamesT = Aws::Vector<Aws::String>>
114 template <
typename TargetCheckNamesT = Aws::String>
116 m_targetCheckNamesHasBeenSet =
true;
117 m_targetCheckNames.emplace_back(std::forward<TargetCheckNamesT>(value));
128 template <
typename ScheduledAuditNameT = Aws::String>
130 m_scheduledAuditNameHasBeenSet =
true;
131 m_scheduledAuditName = std::forward<ScheduledAuditNameT>(value);
133 template <
typename ScheduledAuditNameT = Aws::String>
149 bool m_frequencyHasBeenSet =
false;
150 bool m_dayOfMonthHasBeenSet =
false;
151 bool m_dayOfWeekHasBeenSet =
false;
152 bool m_targetCheckNamesHasBeenSet =
false;
153 bool m_scheduledAuditNameHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetTargetCheckNames() const
UpdateScheduledAuditRequest & WithFrequency(AuditFrequency value)
void SetDayOfMonth(DayOfMonthT &&value)
UpdateScheduledAuditRequest & WithTargetCheckNames(TargetCheckNamesT &&value)
bool FrequencyHasBeenSet() const
void SetTargetCheckNames(TargetCheckNamesT &&value)
const Aws::String & GetScheduledAuditName() const
bool DayOfWeekHasBeenSet() const
UpdateScheduledAuditRequest & WithDayOfMonth(DayOfMonthT &&value)
const Aws::String & GetDayOfMonth() const
bool TargetCheckNamesHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_IOT_API Aws::String SerializePayload() const override
void SetFrequency(AuditFrequency value)
bool ScheduledAuditNameHasBeenSet() const
bool DayOfMonthHasBeenSet() const
AuditFrequency GetFrequency() const
AWS_IOT_API UpdateScheduledAuditRequest()=default
UpdateScheduledAuditRequest & AddTargetCheckNames(TargetCheckNamesT &&value)
UpdateScheduledAuditRequest & WithDayOfWeek(DayOfWeek value)
void SetDayOfWeek(DayOfWeek value)
void SetScheduledAuditName(ScheduledAuditNameT &&value)
UpdateScheduledAuditRequest & WithScheduledAuditName(ScheduledAuditNameT &&value)
DayOfWeek GetDayOfWeek() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector