AWS SDK for C++
1.8.127
AWS SDK for C++
|
Go to the documentation of this file.
16 template<
typename RESULT_TYPE>
17 class AmazonWebServiceResult;
109 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
ListConfigurationSetsResult & WithNextToken(const char *value)
ListConfigurationSetsResult & WithConfigurationSets(const Aws::Vector< ConfigurationSet > &value)
std::vector< T, Aws::Allocator< T > > Vector
ListConfigurationSetsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
ListConfigurationSetsResult & WithResponseMetadata(ResponseMetadata &&value)
const Aws::String & GetNextToken() const
ListConfigurationSetsResult & WithConfigurationSets(Aws::Vector< ConfigurationSet > &&value)
const ResponseMetadata & GetResponseMetadata() const
void SetResponseMetadata(const ResponseMetadata &value)
void SetNextToken(const Aws::String &value)
void SetNextToken(Aws::String &&value)
ListConfigurationSetsResult & AddConfigurationSets(const ConfigurationSet &value)
const Aws::Vector< ConfigurationSet > & GetConfigurationSets() const
ListConfigurationSetsResult & WithResponseMetadata(const ResponseMetadata &value)
void SetConfigurationSets(Aws::Vector< ConfigurationSet > &&value)
ListConfigurationSetsResult()
ListConfigurationSetsResult & WithNextToken(const Aws::String &value)
void SetNextToken(const char *value)
ListConfigurationSetsResult & AddConfigurationSets(ConfigurationSet &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
ListConfigurationSetsResult & WithNextToken(Aws::String &&value)
void SetResponseMetadata(ResponseMetadata &&value)
void SetConfigurationSets(const Aws::Vector< ConfigurationSet > &value)
ListConfigurationSetsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)