7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/connect/model/PredefinedAttributeSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
45 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
69 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
ListPredefinedAttributesResult & WithNextToken(Aws::String &&value)
AWS_CONNECT_API ListPredefinedAttributesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CONNECT_API ListPredefinedAttributesResult()
ListPredefinedAttributesResult & WithRequestId(const Aws::String &value)
ListPredefinedAttributesResult & WithRequestId(Aws::String &&value)
ListPredefinedAttributesResult & WithNextToken(const char *value)
const Aws::String & GetRequestId() const
void SetPredefinedAttributeSummaryList(Aws::Vector< PredefinedAttributeSummary > &&value)
ListPredefinedAttributesResult & WithPredefinedAttributeSummaryList(Aws::Vector< PredefinedAttributeSummary > &&value)
ListPredefinedAttributesResult & WithPredefinedAttributeSummaryList(const Aws::Vector< PredefinedAttributeSummary > &value)
const Aws::Vector< PredefinedAttributeSummary > & GetPredefinedAttributeSummaryList() const
void SetPredefinedAttributeSummaryList(const Aws::Vector< PredefinedAttributeSummary > &value)
void SetRequestId(Aws::String &&value)
ListPredefinedAttributesResult & AddPredefinedAttributeSummaryList(PredefinedAttributeSummary &&value)
void SetRequestId(const Aws::String &value)
void SetRequestId(const char *value)
void SetNextToken(const Aws::String &value)
ListPredefinedAttributesResult & WithRequestId(const char *value)
const Aws::String & GetNextToken() const
void SetNextToken(const char *value)
ListPredefinedAttributesResult & WithNextToken(const Aws::String &value)
void SetNextToken(Aws::String &&value)
AWS_CONNECT_API ListPredefinedAttributesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListPredefinedAttributesResult & AddPredefinedAttributeSummaryList(const PredefinedAttributeSummary &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