7#include <aws/mq/MQ_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
47 template<
typename ConsoleURLT = Aws::String>
48 void SetConsoleURL(ConsoleURLT&& value) { m_consoleURLHasBeenSet =
true; m_consoleURL = std::forward<ConsoleURLT>(value); }
49 template<
typename ConsoleURLT = Aws::String>
59 template<
typename Endpo
intsT = Aws::Vector<Aws::String>>
60 void SetEndpoints(EndpointsT&& value) { m_endpointsHasBeenSet =
true; m_endpoints = std::forward<EndpointsT>(value); }
61 template<
typename Endpo
intsT = Aws::Vector<Aws::String>>
63 template<
typename Endpo
intsT = Aws::String>
64 BrokerInstance&
AddEndpoints(EndpointsT&& value) { m_endpointsHasBeenSet =
true; m_endpoints.emplace_back(std::forward<EndpointsT>(value));
return *
this; }
74 template<
typename IpAddressT = Aws::String>
75 void SetIpAddress(IpAddressT&& value) { m_ipAddressHasBeenSet =
true; m_ipAddress = std::forward<IpAddressT>(value); }
76 template<
typename IpAddressT = Aws::String>
82 bool m_consoleURLHasBeenSet =
false;
85 bool m_endpointsHasBeenSet =
false;
88 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