7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/mq/MQ_EXPORTS.h>
11#include <aws/mq/model/Configuration.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename ConfigurationsT = Aws::Vector<Configuration>>
39 m_configurationsHasBeenSet =
true;
40 m_configurations = std::forward<ConfigurationsT>(value);
42 template <
typename ConfigurationsT = Aws::Vector<Configuration>>
47 template <
typename ConfigurationsT = Configuration>
49 m_configurationsHasBeenSet =
true;
50 m_configurations.emplace_back(std::forward<ConfigurationsT>(value));
62 m_maxResultsHasBeenSet =
true;
77 template <
typename NextTokenT = Aws::String>
79 m_nextTokenHasBeenSet =
true;
80 m_nextToken = std::forward<NextTokenT>(value);
82 template <
typename NextTokenT = Aws::String>
92 template <
typename RequestIdT = Aws::String>
94 m_requestIdHasBeenSet =
true;
95 m_requestId = std::forward<RequestIdT>(value);
97 template <
typename RequestIdT = Aws::String>
114 bool m_configurationsHasBeenSet =
false;
115 bool m_maxResultsHasBeenSet =
false;
116 bool m_nextTokenHasBeenSet =
false;
117 bool m_requestIdHasBeenSet =
false;
ListConfigurationsResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
ListConfigurationsResult & WithConfigurations(ConfigurationsT &&value)
ListConfigurationsResult & AddConfigurations(ConfigurationsT &&value)
void SetRequestId(RequestIdT &&value)
AWS_MQ_API ListConfigurationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetConfigurations(ConfigurationsT &&value)
AWS_MQ_API ListConfigurationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
int GetMaxResults() const
void SetNextToken(NextTokenT &&value)
AWS_MQ_API ListConfigurationsResult()=default
const Aws::String & GetNextToken() const
const Aws::String & GetRequestId() const
ListConfigurationsResult & WithMaxResults(int value)
ListConfigurationsResult & WithNextToken(NextTokenT &&value)
const Aws::Vector< Configuration > & GetConfigurations() const
void SetMaxResults(int 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