7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/firehose/Firehose_EXPORTS.h>
41 template <
typename UrlT = Aws::String>
43 m_urlHasBeenSet =
true;
44 m_url = std::forward<UrlT>(value);
46 template <
typename UrlT = Aws::String>
48 SetUrl(std::forward<UrlT>(value));
59 template <
typename NameT = Aws::String>
61 m_nameHasBeenSet =
true;
62 m_name = std::forward<NameT>(value);
64 template <
typename NameT = Aws::String>
66 SetName(std::forward<NameT>(value));
74 bool m_urlHasBeenSet =
false;
75 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