7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/kafka/Kafka_EXPORTS.h>
46 template <
typename Endpo
intsT = Aws::Vector<Aws::String>>
48 m_endpointsHasBeenSet =
true;
49 m_endpoints = std::forward<EndpointsT>(value);
51 template <
typename Endpo
intsT = Aws::Vector<Aws::String>>
56 template <
typename Endpo
intsT = Aws::String>
58 m_endpointsHasBeenSet =
true;
59 m_endpoints.emplace_back(std::forward<EndpointsT>(value));
65 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