7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/iot/model/AuditFrequency.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/iot/model/DayOfWeek.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
60 template<
typename DayOfMonthT = Aws::String>
61 void SetDayOfMonth(DayOfMonthT&& value) { m_dayOfMonthHasBeenSet =
true; m_dayOfMonth = std::forward<DayOfMonthT>(value); }
62 template<
typename DayOfMonthT = Aws::String>
90 template<
typename TargetCheckNamesT = Aws::Vector<Aws::String>>
91 void SetTargetCheckNames(TargetCheckNamesT&& value) { m_targetCheckNamesHasBeenSet =
true; m_targetCheckNames = std::forward<TargetCheckNamesT>(value); }
92 template<
typename TargetCheckNamesT = Aws::Vector<Aws::String>>
94 template<
typename TargetCheckNamesT = Aws::String>
104 template<
typename ScheduledAuditNameT = Aws::String>
105 void SetScheduledAuditName(ScheduledAuditNameT&& value) { m_scheduledAuditNameHasBeenSet =
true; m_scheduledAuditName = std::forward<ScheduledAuditNameT>(value); }
106 template<
typename ScheduledAuditNameT = Aws::String>
112 bool m_frequencyHasBeenSet =
false;
115 bool m_dayOfMonthHasBeenSet =
false;
118 bool m_dayOfWeekHasBeenSet =
false;
121 bool m_targetCheckNamesHasBeenSet =
false;
124 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