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>
52 template<
typename Endpo
intsT = Aws::Vector<Aws::String>>
53 void SetEndpoints(EndpointsT&& value) { m_endpointsHasBeenSet =
true; m_endpoints = std::forward<EndpointsT>(value); }
54 template<
typename Endpo
intsT = Aws::Vector<Aws::String>>
56 template<
typename Endpo
intsT = Aws::String>
57 ControllerNodeInfo&
AddEndpoints(EndpointsT&& value) { m_endpointsHasBeenSet =
true; m_endpoints.emplace_back(std::forward<EndpointsT>(value));
return *
this; }
62 bool m_endpointsHasBeenSet =
false;
void SetEndpoints(EndpointsT &&value)
AWS_KAFKA_API ControllerNodeInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetEndpoints() const
AWS_KAFKA_API ControllerNodeInfo()=default
ControllerNodeInfo & WithEndpoints(EndpointsT &&value)
AWS_KAFKA_API ControllerNodeInfo(Aws::Utils::Json::JsonView jsonValue)
bool EndpointsHasBeenSet() const
ControllerNodeInfo & AddEndpoints(EndpointsT &&value)
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue