7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/ProtectedJobS3OutputConfigurationOutput.h>
9#include <aws/cleanrooms/model/ProtectedJobMemberOutputConfigurationOutput.h>
47 template<
typename S3T = ProtectedJobS3OutputConfigurationOutput>
48 void SetS3(S3T&& value) { m_s3HasBeenSet =
true; m_s3 = std::forward<S3T>(value); }
49 template<
typename S3T = ProtectedJobS3OutputConfigurationOutput>
59 template<
typename MemberT = ProtectedJobMemberOutputConfigurationOutput>
60 void SetMember(MemberT&& value) { m_memberHasBeenSet =
true; m_member = std::forward<MemberT>(value); }
61 template<
typename MemberT = ProtectedJobMemberOutputConfigurationOutput>
67 bool m_s3HasBeenSet =
false;
70 bool m_memberHasBeenSet =
false;
const ProtectedJobS3OutputConfigurationOutput & GetS3() const
AWS_CLEANROOMS_API ProtectedJobOutputConfigurationOutput(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
const ProtectedJobMemberOutputConfigurationOutput & GetMember() const
AWS_CLEANROOMS_API ProtectedJobOutputConfigurationOutput()=default
ProtectedJobOutputConfigurationOutput & WithS3(S3T &&value)
bool MemberHasBeenSet() const
ProtectedJobOutputConfigurationOutput & WithMember(MemberT &&value)
bool S3HasBeenSet() const
void SetMember(MemberT &&value)
AWS_CLEANROOMS_API ProtectedJobOutputConfigurationOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue