7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/CleanRoomsRequest.h>
9#include <aws/cleanrooms/model/ProtectedQueryType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/cleanrooms/model/ProtectedQuerySQLParameters.h>
12#include <aws/cleanrooms/model/ProtectedQueryResultConfiguration.h>
13#include <aws/cleanrooms/model/ComputeConfiguration.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 SqlParametersT = ProtectedQuerySQLParameters>
69 void SetSqlParameters(SqlParametersT&& value) { m_sqlParametersHasBeenSet =
true; m_sqlParameters = std::forward<SqlParametersT>(value); }
70 template<
typename SqlParametersT = ProtectedQuerySQLParameters>
80 template<
typename ResultConfigurationT = ProtectedQueryResultConfiguration>
81 void SetResultConfiguration(ResultConfigurationT&& value) { m_resultConfigurationHasBeenSet =
true; m_resultConfiguration = std::forward<ResultConfigurationT>(value); }
82 template<
typename ResultConfigurationT = ProtectedQueryResultConfiguration>
92 template<
typename ComputeConfigurationT = ComputeConfiguration>
93 void SetComputeConfiguration(ComputeConfigurationT&& value) { m_computeConfigurationHasBeenSet =
true; m_computeConfiguration = std::forward<ComputeConfigurationT>(value); }
94 template<
typename ComputeConfigurationT = ComputeConfiguration>
100 bool m_typeHasBeenSet =
false;
103 bool m_membershipIdentifierHasBeenSet =
false;
105 ProtectedQuerySQLParameters m_sqlParameters;
106 bool m_sqlParametersHasBeenSet =
false;
108 ProtectedQueryResultConfiguration m_resultConfiguration;
109 bool m_resultConfigurationHasBeenSet =
false;
111 ComputeConfiguration m_computeConfiguration;
112 bool m_computeConfigurationHasBeenSet =
false;
StartProtectedQueryRequest & WithComputeConfiguration(ComputeConfigurationT &&value)
bool MembershipIdentifierHasBeenSet() const
const ProtectedQuerySQLParameters & GetSqlParameters() const
bool TypeHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool ResultConfigurationHasBeenSet() const
ProtectedQueryType GetType() const
const ComputeConfiguration & GetComputeConfiguration() const
void SetSqlParameters(SqlParametersT &&value)
StartProtectedQueryRequest & WithResultConfiguration(ResultConfigurationT &&value)
StartProtectedQueryRequest & WithType(ProtectedQueryType value)
void SetMembershipIdentifier(MembershipIdentifierT &&value)
StartProtectedQueryRequest & WithSqlParameters(SqlParametersT &&value)
void SetComputeConfiguration(ComputeConfigurationT &&value)
StartProtectedQueryRequest & WithMembershipIdentifier(MembershipIdentifierT &&value)
const Aws::String & GetMembershipIdentifier() const
void SetResultConfiguration(ResultConfigurationT &&value)
bool SqlParametersHasBeenSet() const
AWS_CLEANROOMS_API StartProtectedQueryRequest()=default
void SetType(ProtectedQueryType value)
const ProtectedQueryResultConfiguration & GetResultConfiguration() const
AWS_CLEANROOMS_API Aws::String SerializePayload() const override
bool ComputeConfigurationHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String