7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/support/Support_EXPORTS.h>
45 template <
typename UrlT = Aws::String>
47 m_urlHasBeenSet =
true;
48 m_url = std::forward<UrlT>(value);
50 template <
typename UrlT = Aws::String>
52 SetUrl(std::forward<UrlT>(value));
64 template <
typename ExpiryDateT = Aws::String>
66 m_expiryDateHasBeenSet =
true;
67 m_expiryDate = std::forward<ExpiryDateT>(value);
69 template <
typename ExpiryDateT = Aws::String>
79 bool m_urlHasBeenSet =
false;
80 bool m_expiryDateHasBeenSet =
false;
void SetUrl(UrlT &&value)
DownloadUrl & WithUrl(UrlT &&value)
AWS_SUPPORT_API DownloadUrl & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SUPPORT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SUPPORT_API DownloadUrl()=default
void SetExpiryDate(ExpiryDateT &&value)
const Aws::String & GetExpiryDate() const
bool ExpiryDateHasBeenSet() const
DownloadUrl & WithExpiryDate(ExpiryDateT &&value)
const Aws::String & GetUrl() const
bool UrlHasBeenSet() const
AWS_SUPPORT_API DownloadUrl(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue