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));
95 template <
typename FileContentsBase64T = Aws::String>
97 m_fileContentsBase64HasBeenSet =
true;
98 m_fileContentsBase64 = std::forward<FileContentsBase64T>(value);
100 template <
typename FileContentsBase64T = Aws::String>
113 template <
typename FileNameT = Aws::String>
115 m_fileNameHasBeenSet =
true;
116 m_fileName = std::forward<FileNameT>(value);
118 template <
typename FileNameT = Aws::String>
133 m_scopeHasBeenSet =
true;
149 template <
typename SessionIdT = Aws::String>
151 m_sessionIdHasBeenSet =
true;
152 m_sessionId = std::forward<SessionIdT>(value);
154 template <
typename SessionIdT = Aws::String>
174 bool m_instanceIdHasBeenSet =
false;
175 bool m_cardIdHasBeenSet =
false;
176 bool m_appIdHasBeenSet =
false;
177 bool m_fileContentsBase64HasBeenSet =
false;
178 bool m_fileNameHasBeenSet =
false;
179 bool m_scopeHasBeenSet =
false;
180 bool m_sessionIdHasBeenSet =
false;
bool ScopeHasBeenSet() const
const Aws::String & GetInstanceId() const
AWS_QAPPS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ImportDocumentRequest & WithSessionId(SessionIdT &&value)
const Aws::String & GetAppId() const
ImportDocumentRequest & WithFileName(FileNameT &&value)
bool SessionIdHasBeenSet() const
const Aws::String & GetCardId() const
virtual const char * GetServiceRequestName() const override
ImportDocumentRequest & WithScope(DocumentScope value)
AWS_QAPPS_API ImportDocumentRequest()=default
const Aws::String & GetFileName() const
void SetFileContentsBase64(FileContentsBase64T &&value)
void SetCardId(CardIdT &&value)
void SetFileName(FileNameT &&value)
bool FileContentsBase64HasBeenSet() const
ImportDocumentRequest & WithFileContentsBase64(FileContentsBase64T &&value)
ImportDocumentRequest & WithAppId(AppIdT &&value)
void SetSessionId(SessionIdT &&value)
AWS_QAPPS_API Aws::String SerializePayload() const override
bool InstanceIdHasBeenSet() const
ImportDocumentRequest & WithInstanceId(InstanceIdT &&value)
bool FileNameHasBeenSet() const
const Aws::String & GetFileContentsBase64() const
const Aws::String & GetSessionId() const
ImportDocumentRequest & WithCardId(CardIdT &&value)
void SetInstanceId(InstanceIdT &&value)
void SetScope(DocumentScope value)
void SetAppId(AppIdT &&value)
bool AppIdHasBeenSet() const
DocumentScope GetScope() const
bool CardIdHasBeenSet() const
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