7#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace PinpointEmail
48 template<
typename ConfigurationSetsT = Aws::Vector<Aws::String>>
49 void SetConfigurationSets(ConfigurationSetsT&& value) { m_configurationSetsHasBeenSet =
true; m_configurationSets = std::forward<ConfigurationSetsT>(value); }
50 template<
typename ConfigurationSetsT = Aws::Vector<Aws::String>>
52 template<
typename ConfigurationSetsT = Aws::String>
64 template<
typename NextTokenT = Aws::String>
65 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
66 template<
typename NextTokenT = Aws::String>
73 template<
typename RequestIdT = Aws::String>
74 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
75 template<
typename RequestIdT = Aws::String>
81 bool m_configurationSetsHasBeenSet =
false;
84 bool m_nextTokenHasBeenSet =
false;
87 bool m_requestIdHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
AWS_PINPOINTEMAIL_API ListConfigurationSetsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Aws::String > & GetConfigurationSets() const
void SetRequestId(RequestIdT &&value)
ListConfigurationSetsResult & AddConfigurationSets(ConfigurationSetsT &&value)
AWS_PINPOINTEMAIL_API ListConfigurationSetsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListConfigurationSetsResult & WithConfigurationSets(ConfigurationSetsT &&value)
ListConfigurationSetsResult & WithRequestId(RequestIdT &&value)
ListConfigurationSetsResult & WithNextToken(NextTokenT &&value)
void SetConfigurationSets(ConfigurationSetsT &&value)
const Aws::String & GetNextToken() const
const Aws::String & GetRequestId() const
AWS_PINPOINTEMAIL_API ListConfigurationSetsResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue