7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/CleanRoomsRequest.h>
9#include <aws/cleanrooms/model/ProtectedJobType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/cleanrooms/model/ProtectedJobParameters.h>
12#include <aws/cleanrooms/model/ProtectedJobResultConfigurationInput.h>
55 template<
typename MembershipIdentifierT = Aws::String>
56 void SetMembershipIdentifier(MembershipIdentifierT&& value) { m_membershipIdentifierHasBeenSet =
true; m_membershipIdentifier = std::forward<MembershipIdentifierT>(value); }
57 template<
typename MembershipIdentifierT = Aws::String>
67 template<
typename JobParametersT = ProtectedJobParameters>
68 void SetJobParameters(JobParametersT&& value) { m_jobParametersHasBeenSet =
true; m_jobParameters = std::forward<JobParametersT>(value); }
69 template<
typename JobParametersT = ProtectedJobParameters>
79 template<
typename ResultConfigurationT = ProtectedJobResultConfigurationInput>
80 void SetResultConfiguration(ResultConfigurationT&& value) { m_resultConfigurationHasBeenSet =
true; m_resultConfiguration = std::forward<ResultConfigurationT>(value); }
81 template<
typename ResultConfigurationT = ProtectedJobResultConfigurationInput>
87 bool m_typeHasBeenSet =
false;
90 bool m_membershipIdentifierHasBeenSet =
false;
92 ProtectedJobParameters m_jobParameters;
93 bool m_jobParametersHasBeenSet =
false;
95 ProtectedJobResultConfigurationInput m_resultConfiguration;
96 bool m_resultConfigurationHasBeenSet =
false;
const ProtectedJobParameters & GetJobParameters() const
bool JobParametersHasBeenSet() const
const ProtectedJobResultConfigurationInput & GetResultConfiguration() const
void SetJobParameters(JobParametersT &&value)
virtual const char * GetServiceRequestName() const override
AWS_CLEANROOMS_API Aws::String SerializePayload() const override
bool TypeHasBeenSet() const
void SetType(ProtectedJobType value)
StartProtectedJobRequest & WithResultConfiguration(ResultConfigurationT &&value)
const Aws::String & GetMembershipIdentifier() const
void SetResultConfiguration(ResultConfigurationT &&value)
void SetMembershipIdentifier(MembershipIdentifierT &&value)
bool ResultConfigurationHasBeenSet() const
ProtectedJobType GetType() const
StartProtectedJobRequest & WithMembershipIdentifier(MembershipIdentifierT &&value)
bool MembershipIdentifierHasBeenSet() const
StartProtectedJobRequest & WithJobParameters(JobParametersT &&value)
AWS_CLEANROOMS_API StartProtectedJobRequest()=default
StartProtectedJobRequest & WithType(ProtectedJobType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String