7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace CustomerProfiles {
37 template <
typename UrlT = Aws::String>
39 m_urlHasBeenSet =
true;
40 m_url = std::forward<UrlT>(value);
42 template <
typename UrlT = Aws::String>
44 SetUrl(std::forward<UrlT>(value));
59 template <
typename ClientTokenT = Aws::String>
61 m_clientTokenHasBeenSet =
true;
62 m_clientToken = std::forward<ClientTokenT>(value);
64 template <
typename ClientTokenT = Aws::String>
77 template <
typename Val
idUntilT = Aws::Utils::DateTime>
79 m_validUntilHasBeenSet =
true;
80 m_validUntil = std::forward<ValidUntilT>(value);
82 template <
typename Val
idUntilT = Aws::Utils::DateTime>
92 template <
typename RequestIdT = Aws::String>
94 m_requestIdHasBeenSet =
true;
95 m_requestId = std::forward<RequestIdT>(value);
97 template <
typename RequestIdT = Aws::String>
114 bool m_urlHasBeenSet =
false;
115 bool m_clientTokenHasBeenSet =
false;
116 bool m_validUntilHasBeenSet =
false;
117 bool m_requestIdHasBeenSet =
false;
void SetValidUntil(ValidUntilT &&value)
void SetUrl(UrlT &&value)
const Aws::Utils::DateTime & GetValidUntil() const
GetUploadJobPathResult & WithUrl(UrlT &&value)
GetUploadJobPathResult & WithClientToken(ClientTokenT &&value)
const Aws::String & GetUrl() const
void SetRequestId(RequestIdT &&value)
AWS_CUSTOMERPROFILES_API GetUploadJobPathResult()=default
const Aws::String & GetRequestId() const
GetUploadJobPathResult & WithRequestId(RequestIdT &&value)
AWS_CUSTOMERPROFILES_API GetUploadJobPathResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_CUSTOMERPROFILES_API GetUploadJobPathResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetClientToken() const
GetUploadJobPathResult & WithValidUntil(ValidUntilT &&value)
void SetClientToken(ClientTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue