7#include <aws/cleanrooms/CleanRoomsRequest.h>
8#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
9#include <aws/cleanrooms/model/ComputeConfiguration.h>
10#include <aws/cleanrooms/model/ProtectedQueryResultConfiguration.h>
11#include <aws/cleanrooms/model/ProtectedQuerySQLParameters.h>
12#include <aws/cleanrooms/model/ProtectedQueryType.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 SqlParametersT = ProtectedQuerySQLParameters>
78 m_sqlParametersHasBeenSet =
true;
79 m_sqlParameters = std::forward<SqlParametersT>(value);
81 template <
typename SqlParametersT = ProtectedQuerySQLParameters>
94 template <
typename ResultConfigurationT = ProtectedQueryResultConfiguration>
96 m_resultConfigurationHasBeenSet =
true;
97 m_resultConfiguration = std::forward<ResultConfigurationT>(value);
99 template <
typename ResultConfigurationT = ProtectedQueryResultConfiguration>
112 template <
typename ComputeConfigurationT = ComputeConfiguration>
114 m_computeConfigurationHasBeenSet =
true;
115 m_computeConfiguration = std::forward<ComputeConfigurationT>(value);
117 template <
typename ComputeConfigurationT = ComputeConfiguration>
125 bool m_typeHasBeenSet =
false;
128 bool m_membershipIdentifierHasBeenSet =
false;
130 ProtectedQuerySQLParameters m_sqlParameters;
131 bool m_sqlParametersHasBeenSet =
false;
133 ProtectedQueryResultConfiguration m_resultConfiguration;
134 bool m_resultConfigurationHasBeenSet =
false;
136 ComputeConfiguration m_computeConfiguration;
137 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