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 m_partIndexHasBeenSet =
true;
80 template <
typename ExpiryDateT = Aws::String>
82 m_expiryDateHasBeenSet =
true;
83 m_expiryDate = std::forward<ExpiryDateT>(value);
85 template <
typename ExpiryDateT = Aws::String>
97 bool m_urlHasBeenSet =
false;
98 bool m_partIndexHasBeenSet =
false;
99 bool m_expiryDateHasBeenSet =
false;
void SetUrl(UrlT &&value)
AWS_SUPPORT_API UploadUrl()=default
bool UrlHasBeenSet() const
bool ExpiryDateHasBeenSet() const
UploadUrl & WithPartIndex(int value)
AWS_SUPPORT_API UploadUrl(Aws::Utils::Json::JsonView jsonValue)
UploadUrl & WithUrl(UrlT &&value)
bool PartIndexHasBeenSet() const
const Aws::String & GetExpiryDate() const
AWS_SUPPORT_API UploadUrl & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPartIndex(int value)
AWS_SUPPORT_API Aws::Utils::Json::JsonValue Jsonize() const
UploadUrl & WithExpiryDate(ExpiryDateT &&value)
void SetExpiryDate(ExpiryDateT &&value)
const Aws::String & GetUrl() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue