7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename ExecutionIdT = Aws::String>
42 template<
typename ExecutionIdT = Aws::String>
49 template<
typename RequestIdT = Aws::String>
50 void SetRequestId(
RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
51 template<
typename RequestIdT = Aws::String>
57 bool m_executionIdHasBeenSet =
false;
60 bool m_requestIdHasBeenSet =
false;
StartDataSourceSyncJobResult & WithExecutionId(ExecutionIdT &&value)
StartDataSourceSyncJobResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetExecutionId() const
void SetRequestId(RequestIdT &&value)
void SetExecutionId(ExecutionIdT &&value)
const Aws::String & GetRequestId() const
AWS_QBUSINESS_API StartDataSourceSyncJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_QBUSINESS_API StartDataSourceSyncJobResult()=default
AWS_QBUSINESS_API StartDataSourceSyncJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue