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;
58 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
79 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
90 long long m_approximateTotalCount;
void SetApproximateTotalCount(long long value)
SearchPredefinedAttributesResult & WithRequestId(const char *value)
SearchPredefinedAttributesResult & WithNextToken(const char *value)
void SetNextToken(Aws::String &&value)
void SetRequestId(const char *value)
SearchPredefinedAttributesResult & WithNextToken(const Aws::String &value)
void SetPredefinedAttributes(Aws::Vector< PredefinedAttribute > &&value)
void SetNextToken(const char *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
void SetNextToken(const Aws::String &value)
void SetRequestId(const Aws::String &value)
SearchPredefinedAttributesResult & WithPredefinedAttributes(const Aws::Vector< PredefinedAttribute > &value)
SearchPredefinedAttributesResult & WithNextToken(Aws::String &&value)
void SetRequestId(Aws::String &&value)
long long GetApproximateTotalCount() const
SearchPredefinedAttributesResult & WithRequestId(const Aws::String &value)
AWS_CONNECT_API SearchPredefinedAttributesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
SearchPredefinedAttributesResult & WithApproximateTotalCount(long long value)
void SetPredefinedAttributes(const Aws::Vector< PredefinedAttribute > &value)
SearchPredefinedAttributesResult & AddPredefinedAttributes(PredefinedAttribute &&value)
AWS_CONNECT_API SearchPredefinedAttributesResult()
const Aws::String & GetNextToken() const
SearchPredefinedAttributesResult & WithPredefinedAttributes(Aws::Vector< PredefinedAttribute > &&value)
SearchPredefinedAttributesResult & AddPredefinedAttributes(const PredefinedAttribute &value)
SearchPredefinedAttributesResult & WithRequestId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue