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>
13#include <aws/iot/model/Tag.h>
61 template<
typename DayOfMonthT = Aws::String>
62 void SetDayOfMonth(DayOfMonthT&& value) { m_dayOfMonthHasBeenSet =
true; m_dayOfMonth = std::forward<DayOfMonthT>(value); }
63 template<
typename DayOfMonthT = Aws::String>
91 template<
typename TargetCheckNamesT = Aws::Vector<Aws::String>>
92 void SetTargetCheckNames(TargetCheckNamesT&& value) { m_targetCheckNamesHasBeenSet =
true; m_targetCheckNames = std::forward<TargetCheckNamesT>(value); }
93 template<
typename TargetCheckNamesT = Aws::Vector<Aws::String>>
95 template<
typename TargetCheckNamesT = Aws::String>
105 template<
typename ScheduledAuditNameT = Aws::String>
106 void SetScheduledAuditName(ScheduledAuditNameT&& value) { m_scheduledAuditNameHasBeenSet =
true; m_scheduledAuditName = std::forward<ScheduledAuditNameT>(value); }
107 template<
typename ScheduledAuditNameT = Aws::String>
117 template<
typename TagsT = Aws::Vector<Tag>>
118 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
119 template<
typename TagsT = Aws::Vector<Tag>>
121 template<
typename TagsT = Tag>
127 bool m_frequencyHasBeenSet =
false;
130 bool m_dayOfMonthHasBeenSet =
false;
133 bool m_dayOfWeekHasBeenSet =
false;
136 bool m_targetCheckNamesHasBeenSet =
false;
139 bool m_scheduledAuditNameHasBeenSet =
false;
142 bool m_tagsHasBeenSet =
false;
bool TargetCheckNamesHasBeenSet() const
bool DayOfWeekHasBeenSet() const
const Aws::String & GetScheduledAuditName() const
const Aws::Vector< Aws::String > & GetTargetCheckNames() const
virtual const char * GetServiceRequestName() const override
CreateScheduledAuditRequest & WithTags(TagsT &&value)
void SetDayOfWeek(DayOfWeek value)
AuditFrequency GetFrequency() const
void SetTags(TagsT &&value)
bool ScheduledAuditNameHasBeenSet() const
CreateScheduledAuditRequest & WithFrequency(AuditFrequency value)
bool FrequencyHasBeenSet() const
const Aws::String & GetDayOfMonth() const
AWS_IOT_API Aws::String SerializePayload() const override
CreateScheduledAuditRequest & WithScheduledAuditName(ScheduledAuditNameT &&value)
void SetFrequency(AuditFrequency value)
CreateScheduledAuditRequest & WithDayOfMonth(DayOfMonthT &&value)
void SetTargetCheckNames(TargetCheckNamesT &&value)
bool DayOfMonthHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
CreateScheduledAuditRequest & WithDayOfWeek(DayOfWeek value)
CreateScheduledAuditRequest & AddTags(TagsT &&value)
void SetDayOfMonth(DayOfMonthT &&value)
void SetScheduledAuditName(ScheduledAuditNameT &&value)
DayOfWeek GetDayOfWeek() const
AWS_IOT_API CreateScheduledAuditRequest()=default
bool TagsHasBeenSet() const
CreateScheduledAuditRequest & AddTargetCheckNames(TargetCheckNamesT &&value)
CreateScheduledAuditRequest & WithTargetCheckNames(TargetCheckNamesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector