7#include <aws/qapps/QApps_EXPORTS.h>
8#include <aws/qapps/QAppsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/qapps/model/DocumentScope.h>
45 template<
typename InstanceIdT = Aws::String>
47 template<
typename InstanceIdT = Aws::String>
57 template<
typename CardIdT = Aws::String>
58 void SetCardId(
CardIdT&& value) { m_cardIdHasBeenSet =
true; m_cardId = std::forward<CardIdT>(value); }
59 template<
typename CardIdT = Aws::String>
69 template<
typename AppIdT = Aws::String>
70 void SetAppId(
AppIdT&& value) { m_appIdHasBeenSet =
true; m_appId = std::forward<AppIdT>(value); }
71 template<
typename AppIdT = Aws::String>
82 template<
typename FileContentsSha256T = Aws::String>
84 template<
typename FileContentsSha256T = Aws::String>
94 template<
typename FileNameT = Aws::String>
95 void SetFileName(
FileNameT&& value) { m_fileNameHasBeenSet =
true; m_fileName = std::forward<FileNameT>(value); }
96 template<
typename FileNameT = Aws::String>
118 template<
typename SessionIdT = Aws::String>
120 template<
typename SessionIdT = Aws::String>
126 bool m_instanceIdHasBeenSet =
false;
129 bool m_cardIdHasBeenSet =
false;
132 bool m_appIdHasBeenSet =
false;
135 bool m_fileContentsSha256HasBeenSet =
false;
138 bool m_fileNameHasBeenSet =
false;
141 bool m_scopeHasBeenSet =
false;
144 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