7#include <aws/mq/MQ_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/mq/model/Configuration.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename ConfigurationsT = Aws::Vector<Configuration>>
43 void SetConfigurations(ConfigurationsT&& value) { m_configurationsHasBeenSet =
true; m_configurations = std::forward<ConfigurationsT>(value); }
44 template<
typename ConfigurationsT = Aws::Vector<Configuration>>
46 template<
typename ConfigurationsT = Configuration>
56 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
66 template<
typename NextTokenT = Aws::String>
67 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
68 template<
typename NextTokenT = Aws::String>
75 template<
typename RequestIdT = Aws::String>
76 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
77 template<
typename RequestIdT = Aws::String>
83 bool m_configurationsHasBeenSet =
false;
86 bool m_maxResultsHasBeenSet =
false;
89 bool m_nextTokenHasBeenSet =
false;
92 bool m_requestIdHasBeenSet =
false;
ListConfigurationsResult & WithRequestId(RequestIdT &&value)
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