7#include <aws/cleanrooms/CleanRoomsRequest.h>
8#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
9#include <aws/cleanrooms/model/ProtectedJobComputeConfiguration.h>
10#include <aws/cleanrooms/model/ProtectedJobParameters.h>
11#include <aws/cleanrooms/model/ProtectedJobResultConfigurationInput.h>
12#include <aws/cleanrooms/model/ProtectedJobType.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
42 m_typeHasBeenSet =
true;
58 template <
typename MembershipIdentifierT = Aws::String>
60 m_membershipIdentifierHasBeenSet =
true;
61 m_membershipIdentifier = std::forward<MembershipIdentifierT>(value);
63 template <
typename MembershipIdentifierT = Aws::String>
76 template <
typename JobParametersT = ProtectedJobParameters>
78 m_jobParametersHasBeenSet =
true;
79 m_jobParameters = std::forward<JobParametersT>(value);
81 template <
typename JobParametersT = ProtectedJobParameters>
94 template <
typename ResultConfigurationT = ProtectedJobResultConfigurationInput>
96 m_resultConfigurationHasBeenSet =
true;
97 m_resultConfiguration = std::forward<ResultConfigurationT>(value);
99 template <
typename ResultConfigurationT = ProtectedJobResultConfigurationInput>
112 template <
typename ComputeConfigurationT = ProtectedJobComputeConfiguration>
114 m_computeConfigurationHasBeenSet =
true;
115 m_computeConfiguration = std::forward<ComputeConfigurationT>(value);
117 template <
typename ComputeConfigurationT = ProtectedJobComputeConfiguration>
130 template <
typename JobComputePayerAccountIdT = Aws::String>
132 m_jobComputePayerAccountIdHasBeenSet =
true;
133 m_jobComputePayerAccountId = std::forward<JobComputePayerAccountIdT>(value);
135 template <
typename JobComputePayerAccountIdT = Aws::String>
146 ProtectedJobParameters m_jobParameters;
148 ProtectedJobResultConfigurationInput m_resultConfiguration;
150 ProtectedJobComputeConfiguration m_computeConfiguration;
153 bool m_typeHasBeenSet =
false;
154 bool m_membershipIdentifierHasBeenSet =
false;
155 bool m_jobParametersHasBeenSet =
false;
156 bool m_resultConfigurationHasBeenSet =
false;
157 bool m_computeConfigurationHasBeenSet =
false;
158 bool m_jobComputePayerAccountIdHasBeenSet =
false;
const ProtectedJobParameters & GetJobParameters() const
bool JobParametersHasBeenSet() const
StartProtectedJobRequest & WithJobComputePayerAccountId(JobComputePayerAccountIdT &&value)
void SetComputeConfiguration(ComputeConfigurationT &&value)
void SetJobComputePayerAccountId(JobComputePayerAccountIdT &&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)
bool JobComputePayerAccountIdHasBeenSet() const
AWS_CLEANROOMS_API StartProtectedJobRequest()=default
StartProtectedJobRequest & WithType(ProtectedJobType value)
const Aws::String & GetJobComputePayerAccountId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String