7#include <aws/firehose/Firehose_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename UrlT = Aws::String>
48 void SetUrl(UrlT&& value) { m_urlHasBeenSet =
true; m_url = std::forward<UrlT>(value); }
49 template<
typename UrlT = Aws::String>
59 template<
typename NameT = Aws::String>
60 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
61 template<
typename NameT = Aws::String>
67 bool m_urlHasBeenSet =
false;
70 bool m_nameHasBeenSet =
false;
bool UrlHasBeenSet() const
HttpEndpointDescription & WithName(NameT &&value)
const Aws::String & GetUrl() const
AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FIREHOSE_API HttpEndpointDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_FIREHOSE_API HttpEndpointDescription()=default
HttpEndpointDescription & WithUrl(UrlT &&value)
const Aws::String & GetName() const
void SetName(NameT &&value)
void SetUrl(UrlT &&value)
bool NameHasBeenSet() const
AWS_FIREHOSE_API HttpEndpointDescription(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue