7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/iot/IoT_EXPORTS.h>
11#include <aws/iot/model/AuditFrequency.h>
12#include <aws/iot/model/DayOfWeek.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
41 m_frequencyHasBeenSet =
true;
58 template <
typename DayOfMonthT = Aws::String>
60 m_dayOfMonthHasBeenSet =
true;
61 m_dayOfMonth = std::forward<DayOfMonthT>(value);
63 template <
typename DayOfMonthT = Aws::String>
78 m_dayOfWeekHasBeenSet =
true;
96 template <
typename TargetCheckNamesT = Aws::Vector<Aws::String>>
98 m_targetCheckNamesHasBeenSet =
true;
99 m_targetCheckNames = std::forward<TargetCheckNamesT>(value);
101 template <
typename TargetCheckNamesT = Aws::Vector<Aws::String>>
106 template <
typename TargetCheckNamesT = Aws::String>
108 m_targetCheckNamesHasBeenSet =
true;
109 m_targetCheckNames.emplace_back(std::forward<TargetCheckNamesT>(value));
119 template <
typename ScheduledAuditNameT = Aws::String>
121 m_scheduledAuditNameHasBeenSet =
true;
122 m_scheduledAuditName = std::forward<ScheduledAuditNameT>(value);
124 template <
typename ScheduledAuditNameT = Aws::String>
136 template <
typename ScheduledAuditArnT = Aws::String>
138 m_scheduledAuditArnHasBeenSet =
true;
139 m_scheduledAuditArn = std::forward<ScheduledAuditArnT>(value);
141 template <
typename ScheduledAuditArnT = Aws::String>
151 template <
typename RequestIdT = Aws::String>
153 m_requestIdHasBeenSet =
true;
154 m_requestId = std::forward<RequestIdT>(value);
156 template <
typename RequestIdT = Aws::String>
179 bool m_frequencyHasBeenSet =
false;
180 bool m_dayOfMonthHasBeenSet =
false;
181 bool m_dayOfWeekHasBeenSet =
false;
182 bool m_targetCheckNamesHasBeenSet =
false;
183 bool m_scheduledAuditNameHasBeenSet =
false;
184 bool m_scheduledAuditArnHasBeenSet =
false;
185 bool m_requestIdHasBeenSet =
false;
void SetScheduledAuditName(ScheduledAuditNameT &&value)
DescribeScheduledAuditResult & AddTargetCheckNames(TargetCheckNamesT &&value)
const Aws::Vector< Aws::String > & GetTargetCheckNames() const
DescribeScheduledAuditResult & WithScheduledAuditName(ScheduledAuditNameT &&value)
DescribeScheduledAuditResult & WithRequestId(RequestIdT &&value)
DescribeScheduledAuditResult & WithFrequency(AuditFrequency value)
AWS_IOT_API DescribeScheduledAuditResult()=default
void SetRequestId(RequestIdT &&value)
void SetTargetCheckNames(TargetCheckNamesT &&value)
void SetScheduledAuditArn(ScheduledAuditArnT &&value)
const Aws::String & GetScheduledAuditArn() const
void SetFrequency(AuditFrequency value)
DescribeScheduledAuditResult & WithTargetCheckNames(TargetCheckNamesT &&value)
AWS_IOT_API DescribeScheduledAuditResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDayOfMonth() const
AuditFrequency GetFrequency() const
void SetDayOfMonth(DayOfMonthT &&value)
DayOfWeek GetDayOfWeek() const
const Aws::String & GetRequestId() const
DescribeScheduledAuditResult & WithDayOfWeek(DayOfWeek value)
const Aws::String & GetScheduledAuditName() const
DescribeScheduledAuditResult & WithDayOfMonth(DayOfMonthT &&value)
AWS_IOT_API DescribeScheduledAuditResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeScheduledAuditResult & WithScheduledAuditArn(ScheduledAuditArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetDayOfWeek(DayOfWeek value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue