7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/ProtectedJob.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename ProtectedJobT = ProtectedJob>
37 m_protectedJobHasBeenSet =
true;
38 m_protectedJob = std::forward<ProtectedJobT>(value);
40 template <
typename ProtectedJobT = ProtectedJob>
50 template <
typename RequestIdT = Aws::String>
52 m_requestIdHasBeenSet =
true;
53 m_requestId = std::forward<RequestIdT>(value);
55 template <
typename RequestIdT = Aws::String>
65 bool m_protectedJobHasBeenSet =
false;
66 bool m_requestIdHasBeenSet =
false;
const ProtectedJob & GetProtectedJob() const
StartProtectedJobResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_CLEANROOMS_API StartProtectedJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CLEANROOMS_API StartProtectedJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartProtectedJobResult & WithProtectedJob(ProtectedJobT &&value)
void SetProtectedJob(ProtectedJobT &&value)
const Aws::String & GetRequestId() const
AWS_CLEANROOMS_API StartProtectedJobResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue