7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/PredefinedAttribute.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename PredefinedAttributesT = Aws::Vector<PredefinedAttribute>>
39 m_predefinedAttributesHasBeenSet =
true;
40 m_predefinedAttributes = std::forward<PredefinedAttributesT>(value);
42 template <
typename PredefinedAttributesT = Aws::Vector<PredefinedAttribute>>
47 template <
typename PredefinedAttributesT = PredefinedAttribute>
49 m_predefinedAttributesHasBeenSet =
true;
50 m_predefinedAttributes.emplace_back(std::forward<PredefinedAttributesT>(value));
61 template <
typename NextTokenT = Aws::String>
63 m_nextTokenHasBeenSet =
true;
64 m_nextToken = std::forward<NextTokenT>(value);
66 template <
typename NextTokenT = Aws::String>
80 m_approximateTotalCountHasBeenSet =
true;
81 m_approximateTotalCount = value;
92 template <
typename RequestIdT = Aws::String>
94 m_requestIdHasBeenSet =
true;
95 m_requestId = std::forward<RequestIdT>(value);
97 template <
typename RequestIdT = Aws::String>
110 long long m_approximateTotalCount{0};
114 bool m_predefinedAttributesHasBeenSet =
false;
115 bool m_nextTokenHasBeenSet =
false;
116 bool m_approximateTotalCountHasBeenSet =
false;
117 bool m_requestIdHasBeenSet =
false;
void SetApproximateTotalCount(long long value)
SearchPredefinedAttributesResult & WithPredefinedAttributes(PredefinedAttributesT &&value)
void SetRequestId(RequestIdT &&value)
void SetPredefinedAttributes(PredefinedAttributesT &&value)
AWS_CONNECT_API SearchPredefinedAttributesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< PredefinedAttribute > & GetPredefinedAttributes() const
const Aws::String & GetRequestId() const
SearchPredefinedAttributesResult & WithNextToken(NextTokenT &&value)
SearchPredefinedAttributesResult & AddPredefinedAttributes(PredefinedAttributesT &&value)
long long GetApproximateTotalCount() const
AWS_CONNECT_API SearchPredefinedAttributesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
SearchPredefinedAttributesResult & WithApproximateTotalCount(long long value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetNextToken() const
SearchPredefinedAttributesResult & WithRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
AWS_CONNECT_API SearchPredefinedAttributesResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue