7#include <aws/email/SES_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/email/model/ResponseMetadata.h>
11#include <aws/email/model/ConfigurationSet.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
52 template<
typename ConfigurationSetsT = Aws::Vector<ConfigurationSet>>
53 void SetConfigurationSets(ConfigurationSetsT&& value) { m_configurationSetsHasBeenSet =
true; m_configurationSets = std::forward<ConfigurationSetsT>(value); }
54 template<
typename ConfigurationSetsT = Aws::Vector<ConfigurationSet>>
56 template<
typename ConfigurationSetsT = ConfigurationSet>
67 template<
typename NextTokenT = Aws::String>
68 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
69 template<
typename NextTokenT = Aws::String>
76 template<
typename ResponseMetadataT = ResponseMetadata>
77 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
78 template<
typename ResponseMetadataT = ResponseMetadata>
84 bool m_configurationSetsHasBeenSet =
false;
87 bool m_nextTokenHasBeenSet =
false;
90 bool m_responseMetadataHasBeenSet =
false;
const Aws::String & GetNextToken() const
AWS_SES_API ListConfigurationSetsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_SES_API ListConfigurationSetsResult()=default
const ResponseMetadata & GetResponseMetadata() const
ListConfigurationSetsResult & WithNextToken(NextTokenT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
ListConfigurationSetsResult & AddConfigurationSets(ConfigurationSetsT &&value)
void SetNextToken(NextTokenT &&value)
AWS_SES_API ListConfigurationSetsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetConfigurationSets(ConfigurationSetsT &&value)
ListConfigurationSetsResult & WithConfigurationSets(ConfigurationSetsT &&value)
const Aws::Vector< ConfigurationSet > & GetConfigurationSets() const
ListConfigurationSetsResult & WithResponseMetadata(ResponseMetadataT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument