7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pipes/Pipes_EXPORTS.h>
41 template <
typename BasicAuthT = Aws::String>
43 m_basicAuthHasBeenSet =
true;
44 m_basicAuth = std::forward<BasicAuthT>(value);
46 template <
typename BasicAuthT = Aws::String>
54 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