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>
13#include <aws/iot/model/Tag.h>
44 m_frequencyHasBeenSet =
true;
63 template <
typename DayOfMonthT = Aws::String>
65 m_dayOfMonthHasBeenSet =
true;
66 m_dayOfMonth = std::forward<DayOfMonthT>(value);
68 template <
typename DayOfMonthT = Aws::String>
86 m_dayOfWeekHasBeenSet =
true;
105 template <
typename TargetCheckNamesT = Aws::Vector<Aws::String>>
107 m_targetCheckNamesHasBeenSet =
true;
108 m_targetCheckNames = std::forward<TargetCheckNamesT>(value);
110 template <
typename TargetCheckNamesT = Aws::Vector<Aws::String>>
115 template <
typename TargetCheckNamesT = Aws::String>
117 m_targetCheckNamesHasBeenSet =
true;
118 m_targetCheckNames.emplace_back(std::forward<TargetCheckNamesT>(value));
129 template <
typename ScheduledAuditNameT = Aws::String>
131 m_scheduledAuditNameHasBeenSet =
true;
132 m_scheduledAuditName = std::forward<ScheduledAuditNameT>(value);
134 template <
typename ScheduledAuditNameT = Aws::String>
147 template <
typename TagsT = Aws::Vector<Tag>>
149 m_tagsHasBeenSet =
true;
150 m_tags = std::forward<TagsT>(value);
152 template <
typename TagsT = Aws::Vector<Tag>>
154 SetTags(std::forward<TagsT>(value));
157 template <
typename TagsT = Tag>
159 m_tagsHasBeenSet =
true;
160 m_tags.emplace_back(std::forward<TagsT>(value));
166 bool m_frequencyHasBeenSet =
false;
169 bool m_dayOfMonthHasBeenSet =
false;
172 bool m_dayOfWeekHasBeenSet =
false;
175 bool m_targetCheckNamesHasBeenSet =
false;
178 bool m_scheduledAuditNameHasBeenSet =
false;
181 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