7#include <aws/pipes/Pipes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename BasicAuthT = Aws::String>
48 void SetBasicAuth(BasicAuthT&& value) { m_basicAuthHasBeenSet =
true; m_basicAuth = std::forward<BasicAuthT>(value); }
49 template<
typename BasicAuthT = Aws::String>
55 bool m_basicAuthHasBeenSet =
false;
AWS_PIPES_API MQBrokerAccessCredentials & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PIPES_API MQBrokerAccessCredentials(Aws::Utils::Json::JsonView jsonValue)
MQBrokerAccessCredentials & WithBasicAuth(BasicAuthT &&value)
AWS_PIPES_API MQBrokerAccessCredentials()=default
void SetBasicAuth(BasicAuthT &&value)
const Aws::String & GetBasicAuth() const
AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const
bool BasicAuthHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue