7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/ProtectedQueryDistributeOutputConfiguration.h>
9#include <aws/cleanrooms/model/ProtectedQueryMemberOutputConfiguration.h>
10#include <aws/cleanrooms/model/ProtectedQueryS3OutputConfiguration.h>
44 template <
typename S3T = ProtectedQueryS3OutputConfiguration>
46 m_s3HasBeenSet =
true;
47 m_s3 = std::forward<S3T>(value);
49 template <
typename S3T = ProtectedQueryS3OutputConfiguration>
51 SetS3(std::forward<S3T>(value));
63 template <
typename MemberT = ProtectedQueryMemberOutputConfiguration>
65 m_memberHasBeenSet =
true;
66 m_member = std::forward<MemberT>(value);
68 template <
typename MemberT = ProtectedQueryMemberOutputConfiguration>
82 template <
typename DistributeT = ProtectedQueryDistributeOutputConfiguration>
84 m_distributeHasBeenSet =
true;
85 m_distribute = std::forward<DistributeT>(value);
87 template <
typename DistributeT = ProtectedQueryDistributeOutputConfiguration>
99 bool m_s3HasBeenSet =
false;
100 bool m_memberHasBeenSet =
false;
101 bool m_distributeHasBeenSet =
false;
bool MemberHasBeenSet() const
const ProtectedQueryMemberOutputConfiguration & GetMember() const
void SetMember(MemberT &&value)
bool S3HasBeenSet() const
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)
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
bool DistributeHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue