7#include <aws/cleanrooms/CleanRoomsRequest.h>
8#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
9#include <aws/cleanrooms/model/IntermediateTableComputeConfiguration.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
39 template <
typename IntermediateTableIdentifierT = Aws::String>
41 m_intermediateTableIdentifierHasBeenSet =
true;
42 m_intermediateTableIdentifier = std::forward<IntermediateTableIdentifierT>(value);
44 template <
typename IntermediateTableIdentifierT = Aws::String>
58 template <
typename MembershipIdentifierT = Aws::String>
60 m_membershipIdentifierHasBeenSet =
true;
61 m_membershipIdentifier = std::forward<MembershipIdentifierT>(value);
63 template <
typename MembershipIdentifierT = Aws::String>
77 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
79 m_parametersHasBeenSet =
true;
80 m_parameters = std::forward<ParametersT>(value);
82 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
87 template <
typename ParametersKeyT = Aws::String,
typename ParametersValueT = Aws::String>
89 m_parametersHasBeenSet =
true;
90 m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
101 template <
typename ComputeConfigurationT = IntermediateTableComputeConfiguration>
103 m_computeConfigurationHasBeenSet =
true;
104 m_computeConfiguration = std::forward<ComputeConfigurationT>(value);
106 template <
typename ComputeConfigurationT = IntermediateTableComputeConfiguration>
119 template <
typename AnalysisPayerAccountIdT = Aws::String>
121 m_analysisPayerAccountIdHasBeenSet =
true;
122 m_analysisPayerAccountId = std::forward<AnalysisPayerAccountIdT>(value);
124 template <
typename AnalysisPayerAccountIdT = Aws::String>
140 bool m_intermediateTableIdentifierHasBeenSet =
false;
141 bool m_membershipIdentifierHasBeenSet =
false;
142 bool m_parametersHasBeenSet =
false;
143 bool m_computeConfigurationHasBeenSet =
false;
144 bool m_analysisPayerAccountIdHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String