7#include <aws/connect/ConnectRequest.h>
8#include <aws/connect/Connect_EXPORTS.h>
9#include <aws/connect/model/RulesSearchCriteria.h>
10#include <aws/connect/model/RulesSearchFilter.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename InstanceIdT = Aws::String>
43 m_instanceIdHasBeenSet =
true;
44 m_instanceId = std::forward<InstanceIdT>(value);
46 template <
typename InstanceIdT = Aws::String>
60 m_maxResultsHasBeenSet =
true;
76 template <
typename NextTokenT = Aws::String>
78 m_nextTokenHasBeenSet =
true;
79 m_nextToken = std::forward<NextTokenT>(value);
81 template <
typename NextTokenT = Aws::String>
94 template <
typename SearchCriteriaT = RulesSearchCriteria>
96 m_searchCriteriaHasBeenSet =
true;
97 m_searchCriteria = std::forward<SearchCriteriaT>(value);
99 template <
typename SearchCriteriaT = RulesSearchCriteria>
112 template <
typename SearchFilterT = RulesSearchFilter>
114 m_searchFilterHasBeenSet =
true;
115 m_searchFilter = std::forward<SearchFilterT>(value);
117 template <
typename SearchFilterT = RulesSearchFilter>
130 RulesSearchCriteria m_searchCriteria;
132 RulesSearchFilter m_searchFilter;
133 bool m_instanceIdHasBeenSet =
false;
134 bool m_maxResultsHasBeenSet =
false;
135 bool m_nextTokenHasBeenSet =
false;
136 bool m_searchCriteriaHasBeenSet =
false;
137 bool m_searchFilterHasBeenSet =
false;
const RulesSearchCriteria & GetSearchCriteria() const
const Aws::String & GetNextToken() const
const Aws::String & GetInstanceId() const
SearchRulesRequest & WithSearchCriteria(SearchCriteriaT &&value)
SearchRulesRequest & WithInstanceId(InstanceIdT &&value)
bool InstanceIdHasBeenSet() const
void SetInstanceId(InstanceIdT &&value)
void SetSearchCriteria(SearchCriteriaT &&value)
void SetNextToken(NextTokenT &&value)
SearchRulesRequest & WithMaxResults(int value)
int GetMaxResults() const
const RulesSearchFilter & GetSearchFilter() const
SearchRulesRequest & WithSearchFilter(SearchFilterT &&value)
AWS_CONNECT_API SearchRulesRequest()=default
void SetMaxResults(int value)
bool SearchCriteriaHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool MaxResultsHasBeenSet() const
SearchRulesRequest & WithNextToken(NextTokenT &&value)
AWS_CONNECT_API Aws::String SerializePayload() const override
void SetSearchFilter(SearchFilterT &&value)
bool SearchFilterHasBeenSet() const
bool NextTokenHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String