7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qapps/QAppsRequest.h>
9#include <aws/qapps/QApps_EXPORTS.h>
10#include <aws/qapps/model/DocumentScope.h>
41 template <
typename InstanceIdT = Aws::String>
43 m_instanceIdHasBeenSet =
true;
44 m_instanceId = std::forward<InstanceIdT>(value);
46 template <
typename InstanceIdT = Aws::String>
59 template <
typename CardIdT = Aws::String>
61 m_cardIdHasBeenSet =
true;
62 m_cardId = std::forward<CardIdT>(value);
64 template <
typename CardIdT = Aws::String>
77 template <
typename AppIdT = Aws::String>
79 m_appIdHasBeenSet =
true;
80 m_appId = std::forward<AppIdT>(value);
82 template <
typename AppIdT = Aws::String>
84 SetAppId(std::forward<AppIdT>(value));
96 template <
typename FileContentsSha256T = Aws::String>
98 m_fileContentsSha256HasBeenSet =
true;
99 m_fileContentsSha256 = std::forward<FileContentsSha256T>(value);
101 template <
typename FileContentsSha256T = Aws::String>
114 template <
typename FileNameT = Aws::String>
116 m_fileNameHasBeenSet =
true;
117 m_fileName = std::forward<FileNameT>(value);
119 template <
typename FileNameT = Aws::String>
134 m_scopeHasBeenSet =
true;
150 template <
typename SessionIdT = Aws::String>
152 m_sessionIdHasBeenSet =
true;
153 m_sessionId = std::forward<SessionIdT>(value);
155 template <
typename SessionIdT = Aws::String>
175 bool m_instanceIdHasBeenSet =
false;
176 bool m_cardIdHasBeenSet =
false;
177 bool m_appIdHasBeenSet =
false;
178 bool m_fileContentsSha256HasBeenSet =
false;
179 bool m_fileNameHasBeenSet =
false;
180 bool m_scopeHasBeenSet =
false;
181 bool m_sessionIdHasBeenSet =
false;
void SetFileContentsSha256(FileContentsSha256T &&value)
bool FileContentsSha256HasBeenSet() const
const Aws::String & GetInstanceId() const
bool InstanceIdHasBeenSet() const
void SetCardId(CardIdT &&value)
CreatePresignedUrlRequest & WithInstanceId(InstanceIdT &&value)
DocumentScope GetScope() const
CreatePresignedUrlRequest & WithSessionId(SessionIdT &&value)
CreatePresignedUrlRequest & WithFileName(FileNameT &&value)
const Aws::String & GetFileContentsSha256() const
void SetAppId(AppIdT &&value)
bool ScopeHasBeenSet() const
const Aws::String & GetSessionId() const
const Aws::String & GetFileName() const
virtual const char * GetServiceRequestName() const override
void SetFileName(FileNameT &&value)
bool FileNameHasBeenSet() const
const Aws::String & GetAppId() const
AWS_QAPPS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetCardId() const
bool AppIdHasBeenSet() const
bool CardIdHasBeenSet() const
CreatePresignedUrlRequest & WithAppId(AppIdT &&value)
AWS_QAPPS_API Aws::String SerializePayload() const override
bool SessionIdHasBeenSet() const
CreatePresignedUrlRequest & WithCardId(CardIdT &&value)
CreatePresignedUrlRequest & WithScope(DocumentScope value)
void SetSessionId(SessionIdT &&value)
CreatePresignedUrlRequest & WithFileContentsSha256(FileContentsSha256T &&value)
void SetInstanceId(InstanceIdT &&value)
AWS_QAPPS_API CreatePresignedUrlRequest()=default
void SetScope(DocumentScope value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String