7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/cleanrooms/model/ProtectedJobSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename NextTokenT = Aws::String>
43 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
44 template<
typename NextTokenT = Aws::String>
53 template<
typename ProtectedJobsT = Aws::Vector<ProtectedJobSummary>>
54 void SetProtectedJobs(ProtectedJobsT&& value) { m_protectedJobsHasBeenSet =
true; m_protectedJobs = std::forward<ProtectedJobsT>(value); }
55 template<
typename ProtectedJobsT = Aws::Vector<ProtectedJobSummary>>
57 template<
typename ProtectedJobsT = ProtectedJobSummary>
64 template<
typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
66 template<
typename RequestIdT = Aws::String>
72 bool m_nextTokenHasBeenSet =
false;
75 bool m_protectedJobsHasBeenSet =
false;
78 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
ListProtectedJobsResult & AddProtectedJobs(ProtectedJobsT &&value)
AWS_CLEANROOMS_API ListProtectedJobsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< ProtectedJobSummary > & GetProtectedJobs() const
AWS_CLEANROOMS_API ListProtectedJobsResult()=default
ListProtectedJobsResult & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
const Aws::String & GetRequestId() const
ListProtectedJobsResult & WithProtectedJobs(ProtectedJobsT &&value)
void SetNextToken(NextTokenT &&value)
void SetProtectedJobs(ProtectedJobsT &&value)
AWS_CLEANROOMS_API ListProtectedJobsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListProtectedJobsResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue