7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iot/model/BehaviorCriteriaType.h>
11#include <aws/iot/model/VerificationState.h>
49 template<
typename ThingNameT = Aws::String>
50 void SetThingName(ThingNameT&& value) { m_thingNameHasBeenSet =
true; m_thingName = std::forward<ThingNameT>(value); }
51 template<
typename ThingNameT = Aws::String>
62 template<
typename SecurityProfileNameT = Aws::String>
63 void SetSecurityProfileName(SecurityProfileNameT&& value) { m_securityProfileNameHasBeenSet =
true; m_securityProfileName = std::forward<SecurityProfileNameT>(value); }
64 template<
typename SecurityProfileNameT = Aws::String>
84 inline void SetListSuppressedAlerts(
bool value) { m_listSuppressedAlertsHasBeenSet =
true; m_listSuppressedAlerts = value; }
104 template<
typename NextTokenT = Aws::String>
105 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
106 template<
typename NextTokenT = Aws::String>
116 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
122 bool m_thingNameHasBeenSet =
false;
125 bool m_securityProfileNameHasBeenSet =
false;
128 bool m_behaviorCriteriaTypeHasBeenSet =
false;
130 bool m_listSuppressedAlerts{
false};
131 bool m_listSuppressedAlertsHasBeenSet =
false;
134 bool m_verificationStateHasBeenSet =
false;
137 bool m_nextTokenHasBeenSet =
false;
140 bool m_maxResultsHasBeenSet =
false;
void SetBehaviorCriteriaType(BehaviorCriteriaType value)
ListActiveViolationsRequest & WithNextToken(NextTokenT &&value)
ListActiveViolationsRequest & WithThingName(ThingNameT &&value)
ListActiveViolationsRequest & WithVerificationState(VerificationState value)
int GetMaxResults() const
bool GetListSuppressedAlerts() const
ListActiveViolationsRequest & WithSecurityProfileName(SecurityProfileNameT &&value)
bool NextTokenHasBeenSet() const
ListActiveViolationsRequest & WithBehaviorCriteriaType(BehaviorCriteriaType value)
AWS_IOT_API Aws::String SerializePayload() const override
ListActiveViolationsRequest & WithMaxResults(int value)
void SetThingName(ThingNameT &&value)
BehaviorCriteriaType GetBehaviorCriteriaType() const
void SetListSuppressedAlerts(bool value)
bool ThingNameHasBeenSet() const
void SetSecurityProfileName(SecurityProfileNameT &&value)
void SetMaxResults(int value)
bool ListSuppressedAlertsHasBeenSet() const
VerificationState GetVerificationState() const
AWS_IOT_API ListActiveViolationsRequest()=default
bool MaxResultsHasBeenSet() const
void SetNextToken(NextTokenT &&value)
const Aws::String & GetThingName() const
bool BehaviorCriteriaTypeHasBeenSet() const
void SetVerificationState(VerificationState value)
const Aws::String & GetSecurityProfileName() const
ListActiveViolationsRequest & WithListSuppressedAlerts(bool value)
virtual const char * GetServiceRequestName() const override
bool VerificationStateHasBeenSet() const
const Aws::String & GetNextToken() const
AWS_IOT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool SecurityProfileNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String