7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/connect/model/PredefinedAttribute.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename PredefinedAttributesT = Aws::Vector<PredefinedAttribute>>
43 void SetPredefinedAttributes(PredefinedAttributesT&& value) { m_predefinedAttributesHasBeenSet =
true; m_predefinedAttributes = std::forward<PredefinedAttributesT>(value); }
44 template<
typename PredefinedAttributesT = Aws::Vector<PredefinedAttribute>>
46 template<
typename PredefinedAttributesT = PredefinedAttribute>
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 SetApproximateTotalCount(
long long value) { m_approximateTotalCountHasBeenSet =
true; m_approximateTotalCount = value; }
75 template<
typename RequestIdT = Aws::String>
76 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
77 template<
typename RequestIdT = Aws::String>
83 bool m_predefinedAttributesHasBeenSet =
false;
86 bool m_nextTokenHasBeenSet =
false;
88 long long m_approximateTotalCount{0};
89 bool m_approximateTotalCountHasBeenSet =
false;
92 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)
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