AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
GetUploadJobPathResult.h
1
6#pragma once
7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace CustomerProfiles
25{
26namespace Model
27{
29 {
30 public:
31 AWS_CUSTOMERPROFILES_API GetUploadJobPathResult() = default;
34
35
37
41 inline const Aws::String& GetUrl() const { return m_url; }
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>
45 GetUploadJobPathResult& WithUrl(UrlT&& value) { SetUrl(std::forward<UrlT>(value)); return *this;}
47
49
57 inline const Aws::String& GetClientToken() const { return m_clientToken; }
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>
61 GetUploadJobPathResult& WithClientToken(ClientTokenT&& value) { SetClientToken(std::forward<ClientTokenT>(value)); return *this;}
63
65
69 inline const Aws::Utils::DateTime& GetValidUntil() const { return m_validUntil; }
70 template<typename ValidUntilT = Aws::Utils::DateTime>
71 void SetValidUntil(ValidUntilT&& value) { m_validUntilHasBeenSet = true; m_validUntil = std::forward<ValidUntilT>(value); }
72 template<typename ValidUntilT = Aws::Utils::DateTime>
73 GetUploadJobPathResult& WithValidUntil(ValidUntilT&& value) { SetValidUntil(std::forward<ValidUntilT>(value)); return *this;}
75
77
78 inline const Aws::String& GetRequestId() const { return m_requestId; }
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>
82 GetUploadJobPathResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
84 private:
85
86 Aws::String m_url;
87 bool m_urlHasBeenSet = false;
88
89 Aws::String m_clientToken;
90 bool m_clientTokenHasBeenSet = false;
91
92 Aws::Utils::DateTime m_validUntil{};
93 bool m_validUntilHasBeenSet = false;
94
95 Aws::String m_requestId;
96 bool m_requestIdHasBeenSet = false;
97 };
98
99} // namespace Model
100} // namespace CustomerProfiles
101} // namespace Aws
GetUploadJobPathResult & WithClientToken(ClientTokenT &&value)
AWS_CUSTOMERPROFILES_API GetUploadJobPathResult()=default
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)
GetUploadJobPathResult & WithValidUntil(ValidUntilT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue