7#include <aws/cleanroomsml/CleanRoomsML_EXPORTS.h>
8#include <aws/cleanroomsml/CleanRoomsMLRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/cleanroomsml/model/MLOutputConfiguration.h>
42 template<
typename MembershipIdentifierT = Aws::String>
43 void SetMembershipIdentifier(MembershipIdentifierT&& value) { m_membershipIdentifierHasBeenSet =
true; m_membershipIdentifier = std::forward<MembershipIdentifierT>(value); }
44 template<
typename MembershipIdentifierT = Aws::String>
55 template<
typename DefaultOutputLocationT = MLOutputConfiguration>
56 void SetDefaultOutputLocation(DefaultOutputLocationT&& value) { m_defaultOutputLocationHasBeenSet =
true; m_defaultOutputLocation = std::forward<DefaultOutputLocationT>(value); }
57 template<
typename DefaultOutputLocationT = MLOutputConfiguration>
63 bool m_membershipIdentifierHasBeenSet =
false;
66 bool m_defaultOutputLocationHasBeenSet =
false;
PutMLConfigurationRequest & WithDefaultOutputLocation(DefaultOutputLocationT &&value)
PutMLConfigurationRequest & WithMembershipIdentifier(MembershipIdentifierT &&value)
bool DefaultOutputLocationHasBeenSet() const
bool MembershipIdentifierHasBeenSet() const
void SetMembershipIdentifier(MembershipIdentifierT &&value)
AWS_CLEANROOMSML_API Aws::String SerializePayload() const override
const MLOutputConfiguration & GetDefaultOutputLocation() const
const Aws::String & GetMembershipIdentifier() const
AWS_CLEANROOMSML_API PutMLConfigurationRequest()=default
virtual const char * GetServiceRequestName() const override
void SetDefaultOutputLocation(DefaultOutputLocationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String