7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/ProtectedQueryS3OutputConfiguration.h>
9#include <aws/cleanrooms/model/ProtectedQueryMemberOutputConfiguration.h>
10#include <aws/cleanrooms/model/ProtectedQueryDistributeOutputConfiguration.h>
50 template<
typename S3T = ProtectedQueryS3OutputConfiguration>
51 void SetS3(S3T&& value) { m_s3HasBeenSet =
true; m_s3 = std::forward<S3T>(value); }
52 template<
typename S3T = ProtectedQueryS3OutputConfiguration>
63 template<
typename MemberT = ProtectedQueryMemberOutputConfiguration>
64 void SetMember(MemberT&& value) { m_memberHasBeenSet =
true; m_member = std::forward<MemberT>(value); }
65 template<
typename MemberT = ProtectedQueryMemberOutputConfiguration>
76 template<
typename DistributeT = ProtectedQueryDistributeOutputConfiguration>
77 void SetDistribute(DistributeT&& value) { m_distributeHasBeenSet =
true; m_distribute = std::forward<DistributeT>(value); }
78 template<
typename DistributeT = ProtectedQueryDistributeOutputConfiguration>
84 bool m_s3HasBeenSet =
false;
87 bool m_memberHasBeenSet =
false;
90 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