7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/mq/MQ_EXPORTS.h>
41 template <
typename ConsoleURLT = Aws::String>
43 m_consoleURLHasBeenSet =
true;
44 m_consoleURL = std::forward<ConsoleURLT>(value);
46 template <
typename ConsoleURLT = Aws::String>
59 template <
typename Endpo
intsT = Aws::Vector<Aws::String>>
61 m_endpointsHasBeenSet =
true;
62 m_endpoints = std::forward<EndpointsT>(value);
64 template <
typename Endpo
intsT = Aws::Vector<Aws::String>>
69 template <
typename Endpo
intsT = Aws::String>
71 m_endpointsHasBeenSet =
true;
72 m_endpoints.emplace_back(std::forward<EndpointsT>(value));
84 template <
typename IpAddressT = Aws::String>
86 m_ipAddressHasBeenSet =
true;
87 m_ipAddress = std::forward<IpAddressT>(value);
89 template <
typename IpAddressT = Aws::String>
101 bool m_consoleURLHasBeenSet =
false;
102 bool m_endpointsHasBeenSet =
false;
103 bool m_ipAddressHasBeenSet =
false;
bool IpAddressHasBeenSet() const
BrokerInstance & WithIpAddress(IpAddressT &&value)
BrokerInstance & WithConsoleURL(ConsoleURLT &&value)
void SetEndpoints(EndpointsT &&value)
void SetIpAddress(IpAddressT &&value)
BrokerInstance & AddEndpoints(EndpointsT &&value)
AWS_MQ_API BrokerInstance & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MQ_API BrokerInstance(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetIpAddress() const
const Aws::Vector< Aws::String > & GetEndpoints() const
void SetConsoleURL(ConsoleURLT &&value)
AWS_MQ_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetConsoleURL() const
BrokerInstance & WithEndpoints(EndpointsT &&value)
bool ConsoleURLHasBeenSet() const
AWS_MQ_API BrokerInstance()=default
bool EndpointsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue