7#include <aws/mq/MQ_EXPORTS.h>
8#include <aws/mq/MQRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/mq/model/PromoteMode.h>
46 template<
typename BrokerIdT = Aws::String>
47 void SetBrokerId(BrokerIdT&& value) { m_brokerIdHasBeenSet =
true; m_brokerId = std::forward<BrokerIdT>(value); }
48 template<
typename BrokerIdT = Aws::String>
65 bool m_brokerIdHasBeenSet =
false;
68 bool m_modeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String