7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/kafka/model/Configuration.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
44 template<
typename ConfigurationsT = Aws::Vector<Configuration>>
45 void SetConfigurations(ConfigurationsT&& value) { m_configurationsHasBeenSet =
true; m_configurations = std::forward<ConfigurationsT>(value); }
46 template<
typename ConfigurationsT = Aws::Vector<Configuration>>
48 template<
typename ConfigurationsT = Configuration>
63 template<
typename NextTokenT = Aws::String>
64 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
65 template<
typename NextTokenT = Aws::String>
72 template<
typename RequestIdT = Aws::String>
73 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
74 template<
typename RequestIdT = Aws::String>
80 bool m_configurationsHasBeenSet =
false;
83 bool m_nextTokenHasBeenSet =
false;
86 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
ListConfigurationsResult & WithNextToken(NextTokenT &&value)
ListConfigurationsResult & WithRequestId(RequestIdT &&value)
AWS_KAFKA_API ListConfigurationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetConfigurations(ConfigurationsT &&value)
ListConfigurationsResult & AddConfigurations(ConfigurationsT &&value)
const Aws::Vector< Configuration > & GetConfigurations() const
void SetNextToken(NextTokenT &&value)
AWS_KAFKA_API ListConfigurationsResult()=default
const Aws::String & GetNextToken() const
const Aws::String & GetRequestId() const
ListConfigurationsResult & WithConfigurations(ConfigurationsT &&value)
AWS_KAFKA_API ListConfigurationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue