7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/iot/model/BehaviorCriteriaType.h>
12#include <aws/iot/model/VerificationState.h>
50 template<
typename StartTimeT = Aws::Utils::DateTime>
51 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
52 template<
typename StartTimeT = Aws::Utils::DateTime>
62 template<
typename EndTimeT = Aws::Utils::DateTime>
63 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
64 template<
typename EndTimeT = Aws::Utils::DateTime>
74 template<
typename ThingNameT = Aws::String>
75 void SetThingName(ThingNameT&& value) { m_thingNameHasBeenSet =
true; m_thingName = std::forward<ThingNameT>(value); }
76 template<
typename ThingNameT = Aws::String>
87 template<
typename SecurityProfileNameT = Aws::String>
88 void SetSecurityProfileName(SecurityProfileNameT&& value) { m_securityProfileNameHasBeenSet =
true; m_securityProfileName = std::forward<SecurityProfileNameT>(value); }
89 template<
typename SecurityProfileNameT = Aws::String>
129 template<
typename NextTokenT = Aws::String>
130 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
131 template<
typename NextTokenT = Aws::String>
141 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
147 bool m_startTimeHasBeenSet =
false;
150 bool m_endTimeHasBeenSet =
false;
153 bool m_thingNameHasBeenSet =
false;
156 bool m_securityProfileNameHasBeenSet =
false;
159 bool m_behaviorCriteriaTypeHasBeenSet =
false;
161 bool m_listSuppressedAlerts{
false};
162 bool m_listSuppressedAlertsHasBeenSet =
false;
165 bool m_verificationStateHasBeenSet =
false;
168 bool m_nextTokenHasBeenSet =
false;
171 bool m_maxResultsHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
int GetMaxResults() const
ListViolationEventsRequest & WithThingName(ThingNameT &&value)
void SetSecurityProfileName(SecurityProfileNameT &&value)
VerificationState GetVerificationState() const
const Aws::Utils::DateTime & GetEndTime() const
ListViolationEventsRequest & WithEndTime(EndTimeT &&value)
const Aws::String & GetSecurityProfileName() const
ListViolationEventsRequest & WithSecurityProfileName(SecurityProfileNameT &&value)
const Aws::String & GetThingName() const
bool VerificationStateHasBeenSet() const
ListViolationEventsRequest & WithNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
const Aws::Utils::DateTime & GetStartTime() const
void SetBehaviorCriteriaType(BehaviorCriteriaType value)
void SetEndTime(EndTimeT &&value)
ListViolationEventsRequest & WithBehaviorCriteriaType(BehaviorCriteriaType value)
bool EndTimeHasBeenSet() const
ListViolationEventsRequest & WithStartTime(StartTimeT &&value)
ListViolationEventsRequest & WithMaxResults(int value)
const Aws::String & GetNextToken() const
AWS_IOT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListViolationEventsRequest & WithListSuppressedAlerts(bool value)
bool NextTokenHasBeenSet() const
void SetStartTime(StartTimeT &&value)
BehaviorCriteriaType GetBehaviorCriteriaType() const
AWS_IOT_API Aws::String SerializePayload() const override
void SetThingName(ThingNameT &&value)
bool GetListSuppressedAlerts() const
bool SecurityProfileNameHasBeenSet() const
ListViolationEventsRequest & WithVerificationState(VerificationState value)
AWS_IOT_API ListViolationEventsRequest()=default
void SetListSuppressedAlerts(bool value)
bool ThingNameHasBeenSet() const
bool ListSuppressedAlertsHasBeenSet() const
void SetVerificationState(VerificationState value)
bool BehaviorCriteriaTypeHasBeenSet() const
void SetMaxResults(int value)
virtual const char * GetServiceRequestName() const override
bool StartTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String