7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/firehose/Firehose_EXPORTS.h>
46 template <
typename UrlT = Aws::String>
48 m_urlHasBeenSet =
true;
49 m_url = std::forward<UrlT>(value);
51 template <
typename UrlT = Aws::String>
53 SetUrl(std::forward<UrlT>(value));
64 template <
typename NameT = Aws::String>
66 m_nameHasBeenSet =
true;
67 m_name = std::forward<NameT>(value);
69 template <
typename NameT = Aws::String>
71 SetName(std::forward<NameT>(value));
83 template <
typename AccessKeyT = Aws::String>
85 m_accessKeyHasBeenSet =
true;
86 m_accessKey = std::forward<AccessKeyT>(value);
88 template <
typename AccessKeyT = Aws::String>
100 bool m_urlHasBeenSet =
false;
101 bool m_nameHasBeenSet =
false;
102 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