7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/ConnectRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/connect/model/PredefinedAttributeSearchCriteria.h>
43 template<
typename InstanceIdT = Aws::String>
44 void SetInstanceId(InstanceIdT&& value) { m_instanceIdHasBeenSet =
true; m_instanceId = std::forward<InstanceIdT>(value); }
45 template<
typename InstanceIdT = Aws::String>
56 template<
typename NextTokenT = Aws::String>
57 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
58 template<
typename NextTokenT = Aws::String>
68 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
78 template<
typename SearchCriteriaT = PredefinedAttributeSearchCriteria>
79 void SetSearchCriteria(SearchCriteriaT&& value) { m_searchCriteriaHasBeenSet =
true; m_searchCriteria = std::forward<SearchCriteriaT>(value); }
80 template<
typename SearchCriteriaT = PredefinedAttributeSearchCriteria>
86 bool m_instanceIdHasBeenSet =
false;
89 bool m_nextTokenHasBeenSet =
false;
92 bool m_maxResultsHasBeenSet =
false;
94 PredefinedAttributeSearchCriteria m_searchCriteria;
95 bool m_searchCriteriaHasBeenSet =
false;
SearchPredefinedAttributesRequest & WithInstanceId(InstanceIdT &&value)
AWS_CONNECT_API Aws::String SerializePayload() const override
SearchPredefinedAttributesRequest & WithMaxResults(int value)
bool SearchCriteriaHasBeenSet() const
AWS_CONNECT_API SearchPredefinedAttributesRequest()=default
void SetNextToken(NextTokenT &&value)
SearchPredefinedAttributesRequest & WithSearchCriteria(SearchCriteriaT &&value)
bool MaxResultsHasBeenSet() const
bool NextTokenHasBeenSet() const
SearchPredefinedAttributesRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
void SetInstanceId(InstanceIdT &&value)
bool InstanceIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetMaxResults(int value)
const PredefinedAttributeSearchCriteria & GetSearchCriteria() const
int GetMaxResults() const
const Aws::String & GetInstanceId() const
void SetSearchCriteria(SearchCriteriaT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String