7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace CustomerProfiles
42 template<
typename UrlT = Aws::String>
43 void SetUrl(UrlT&& value) { m_urlHasBeenSet =
true; m_url = std::forward<UrlT>(value); }
44 template<
typename UrlT = Aws::String>
58 template<
typename ClientTokenT = Aws::String>
59 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
60 template<
typename ClientTokenT = Aws::String>
70 template<
typename Val
idUntilT = Aws::Utils::DateTime>
71 void SetValidUntil(ValidUntilT&& value) { m_validUntilHasBeenSet =
true; m_validUntil = std::forward<ValidUntilT>(value); }
72 template<
typename Val
idUntilT = Aws::Utils::DateTime>
79 template<
typename RequestIdT = Aws::String>
80 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
81 template<
typename RequestIdT = Aws::String>
87 bool m_urlHasBeenSet =
false;
90 bool m_clientTokenHasBeenSet =
false;
93 bool m_validUntilHasBeenSet =
false;
96 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_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