7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/IntermediateTableOutputConfiguration.h>
9#include <aws/cleanrooms/model/ProtectedQueryDistributeOutputConfiguration.h>
10#include <aws/cleanrooms/model/ProtectedQueryMemberOutputConfiguration.h>
11#include <aws/cleanrooms/model/ProtectedQueryS3OutputConfiguration.h>
45 template <
typename S3T = ProtectedQueryS3OutputConfiguration>
47 m_s3HasBeenSet =
true;
48 m_s3 = std::forward<S3T>(value);
50 template <
typename S3T = ProtectedQueryS3OutputConfiguration>
52 SetS3(std::forward<S3T>(value));
64 template <
typename MemberT = ProtectedQueryMemberOutputConfiguration>
66 m_memberHasBeenSet =
true;
67 m_member = std::forward<MemberT>(value);
69 template <
typename MemberT = ProtectedQueryMemberOutputConfiguration>
83 template <
typename DistributeT = ProtectedQueryDistributeOutputConfiguration>
85 m_distributeHasBeenSet =
true;
86 m_distribute = std::forward<DistributeT>(value);
88 template <
typename DistributeT = ProtectedQueryDistributeOutputConfiguration>
102 template <
typename IntermediateTableT = IntermediateTableOutputConfiguration>
104 m_intermediateTableHasBeenSet =
true;
105 m_intermediateTable = std::forward<IntermediateTableT>(value);
107 template <
typename IntermediateTableT = IntermediateTableOutputConfiguration>
121 bool m_s3HasBeenSet =
false;
122 bool m_memberHasBeenSet =
false;
123 bool m_distributeHasBeenSet =
false;
124 bool m_intermediateTableHasBeenSet =
false;
bool MemberHasBeenSet() const
const ProtectedQueryMemberOutputConfiguration & GetMember() const
void SetMember(MemberT &&value)
bool S3HasBeenSet() const
ProtectedQueryOutputConfiguration & WithIntermediateTable(IntermediateTableT &&value)
ProtectedQueryOutputConfiguration & WithS3(S3T &&value)
const ProtectedQueryS3OutputConfiguration & GetS3() const
AWS_CLEANROOMS_API ProtectedQueryOutputConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API ProtectedQueryOutputConfiguration()=default
ProtectedQueryOutputConfiguration & WithDistribute(DistributeT &&value)
bool IntermediateTableHasBeenSet() const
ProtectedQueryOutputConfiguration & WithMember(MemberT &&value)
const ProtectedQueryDistributeOutputConfiguration & GetDistribute() const
void SetDistribute(DistributeT &&value)
AWS_CLEANROOMS_API ProtectedQueryOutputConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
const IntermediateTableOutputConfiguration & GetIntermediateTable() const
bool DistributeHasBeenSet() const
void SetIntermediateTable(IntermediateTableT &&value)
Aws::Utils::Json::JsonValue JsonValue