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>
81 template<
typename FileContentsBase64T = Aws::String>
83 template<
typename FileContentsBase64T = Aws::String>
93 template<
typename FileNameT = Aws::String>
94 void SetFileName(
FileNameT&& value) { m_fileNameHasBeenSet =
true; m_fileName = std::forward<FileNameT>(value); }
95 template<
typename FileNameT = Aws::String>
117 template<
typename SessionIdT = Aws::String>
119 template<
typename SessionIdT = Aws::String>
125 bool m_instanceIdHasBeenSet =
false;
128 bool m_cardIdHasBeenSet =
false;
131 bool m_appIdHasBeenSet =
false;
134 bool m_fileContentsBase64HasBeenSet =
false;
137 bool m_fileNameHasBeenSet =
false;
140 bool m_scopeHasBeenSet =
false;
143 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