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>
13#include <aws/cleanrooms/model/ProtectedJobComputeConfiguration.h>
56 template<
typename MembershipIdentifierT = Aws::String>
57 void SetMembershipIdentifier(MembershipIdentifierT&& value) { m_membershipIdentifierHasBeenSet =
true; m_membershipIdentifier = std::forward<MembershipIdentifierT>(value); }
58 template<
typename MembershipIdentifierT = Aws::String>
68 template<
typename JobParametersT = ProtectedJobParameters>
69 void SetJobParameters(JobParametersT&& value) { m_jobParametersHasBeenSet =
true; m_jobParameters = std::forward<JobParametersT>(value); }
70 template<
typename JobParametersT = ProtectedJobParameters>
80 template<
typename ResultConfigurationT = ProtectedJobResultConfigurationInput>
81 void SetResultConfiguration(ResultConfigurationT&& value) { m_resultConfigurationHasBeenSet =
true; m_resultConfiguration = std::forward<ResultConfigurationT>(value); }
82 template<
typename ResultConfigurationT = ProtectedJobResultConfigurationInput>
92 template<
typename ComputeConfigurationT = ProtectedJobComputeConfiguration>
93 void SetComputeConfiguration(ComputeConfigurationT&& value) { m_computeConfigurationHasBeenSet =
true; m_computeConfiguration = std::forward<ComputeConfigurationT>(value); }
94 template<
typename ComputeConfigurationT = ProtectedJobComputeConfiguration>
100 bool m_typeHasBeenSet =
false;
103 bool m_membershipIdentifierHasBeenSet =
false;
105 ProtectedJobParameters m_jobParameters;
106 bool m_jobParametersHasBeenSet =
false;
108 ProtectedJobResultConfigurationInput m_resultConfiguration;
109 bool m_resultConfigurationHasBeenSet =
false;
111 ProtectedJobComputeConfiguration m_computeConfiguration;
112 bool m_computeConfigurationHasBeenSet =
false;
const ProtectedJobParameters & GetJobParameters() const
bool JobParametersHasBeenSet() const
void SetComputeConfiguration(ComputeConfigurationT &&value)
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
bool ComputeConfigurationHasBeenSet() const
const ProtectedJobComputeConfiguration & GetComputeConfiguration() const
StartProtectedJobRequest & WithMembershipIdentifier(MembershipIdentifierT &&value)
StartProtectedJobRequest & WithComputeConfiguration(ComputeConfigurationT &&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