7#include <aws/appconfig/AppConfig_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/appconfig/model/ConfigurationProfileSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
58 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
69 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
ListConfigurationProfilesResult & WithNextToken(const char *value)
void SetRequestId(const char *value)
void SetNextToken(const Aws::String &value)
ListConfigurationProfilesResult & WithItems(Aws::Vector< ConfigurationProfileSummary > &&value)
void SetItems(Aws::Vector< ConfigurationProfileSummary > &&value)
AWS_APPCONFIG_API ListConfigurationProfilesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetRequestId(const Aws::String &value)
ListConfigurationProfilesResult & WithRequestId(const Aws::String &value)
ListConfigurationProfilesResult & AddItems(ConfigurationProfileSummary &&value)
ListConfigurationProfilesResult & WithNextToken(const Aws::String &value)
AWS_APPCONFIG_API ListConfigurationProfilesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListConfigurationProfilesResult & WithRequestId(Aws::String &&value)
ListConfigurationProfilesResult & WithNextToken(Aws::String &&value)
ListConfigurationProfilesResult & WithItems(const Aws::Vector< ConfigurationProfileSummary > &value)
AWS_APPCONFIG_API ListConfigurationProfilesResult()
ListConfigurationProfilesResult & AddItems(const ConfigurationProfileSummary &value)
const Aws::String & GetNextToken() const
void SetItems(const Aws::Vector< ConfigurationProfileSummary > &value)
const Aws::Vector< ConfigurationProfileSummary > & GetItems() const
ListConfigurationProfilesResult & WithRequestId(const char *value)
void SetNextToken(Aws::String &&value)
void SetRequestId(Aws::String &&value)
void SetNextToken(const char *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