7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/MembershipProtectedQueryOutputConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename OutputConfigurationT = MembershipProtectedQueryOutputConfiguration>
44 m_outputConfigurationHasBeenSet =
true;
45 m_outputConfiguration = std::forward<OutputConfigurationT>(value);
47 template <
typename OutputConfigurationT = MembershipProtectedQueryOutputConfiguration>
62 template <
typename RoleArnT = Aws::String>
64 m_roleArnHasBeenSet =
true;
65 m_roleArn = std::forward<RoleArnT>(value);
67 template <
typename RoleArnT = Aws::String>
75 bool m_outputConfigurationHasBeenSet =
false;
78 bool m_roleArnHasBeenSet =
false;
MembershipProtectedQueryResultConfiguration & WithRoleArn(RoleArnT &&value)
AWS_CLEANROOMS_API MembershipProtectedQueryResultConfiguration()=default
const MembershipProtectedQueryOutputConfiguration & GetOutputConfiguration() const
AWS_CLEANROOMS_API MembershipProtectedQueryResultConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool OutputConfigurationHasBeenSet() const
bool RoleArnHasBeenSet() const
void SetOutputConfiguration(OutputConfigurationT &&value)
void SetRoleArn(RoleArnT &&value)
const Aws::String & GetRoleArn() const
MembershipProtectedQueryResultConfiguration & WithOutputConfiguration(OutputConfigurationT &&value)
AWS_CLEANROOMS_API MembershipProtectedQueryResultConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue