7#include <aws/firehose/Firehose_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename UrlT = Aws::String>
53 void SetUrl(UrlT&& value) { m_urlHasBeenSet =
true; m_url = std::forward<UrlT>(value); }
54 template<
typename UrlT = Aws::String>
64 template<
typename NameT = Aws::String>
65 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
66 template<
typename NameT = Aws::String>
77 template<
typename AccessKeyT = Aws::String>
78 void SetAccessKey(AccessKeyT&& value) { m_accessKeyHasBeenSet =
true; m_accessKey = std::forward<AccessKeyT>(value); }
79 template<
typename AccessKeyT = Aws::String>
85 bool m_urlHasBeenSet =
false;
88 bool m_nameHasBeenSet =
false;
91 bool m_accessKeyHasBeenSet =
false;
AWS_FIREHOSE_API HttpEndpointConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
const Aws::String & GetName() const
void SetUrl(UrlT &&value)
void SetName(NameT &&value)
bool UrlHasBeenSet() const
AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const
bool AccessKeyHasBeenSet() const
HttpEndpointConfiguration & WithName(NameT &&value)
const Aws::String & GetAccessKey() const
const Aws::String & GetUrl() const
AWS_FIREHOSE_API HttpEndpointConfiguration(Aws::Utils::Json::JsonView jsonValue)
HttpEndpointConfiguration & WithUrl(UrlT &&value)
AWS_FIREHOSE_API HttpEndpointConfiguration()=default
void SetAccessKey(AccessKeyT &&value)
HttpEndpointConfiguration & WithAccessKey(AccessKeyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue