7#include <aws/cleanroomsml/CleanRoomsML_EXPORTS.h>
8#include <aws/cleanroomsml/model/Destination.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename DestinationT = Destination>
49 void SetDestination(DestinationT&& value) { m_destinationHasBeenSet =
true; m_destination = std::forward<DestinationT>(value); }
50 template<
typename DestinationT = Destination>
61 template<
typename RoleArnT = Aws::String>
62 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
63 template<
typename RoleArnT = Aws::String>
69 bool m_destinationHasBeenSet =
false;
72 bool m_roleArnHasBeenSet =
false;
const Destination & GetDestination() const
MLOutputConfiguration & WithDestination(DestinationT &&value)
void SetRoleArn(RoleArnT &&value)
bool RoleArnHasBeenSet() const
AWS_CLEANROOMSML_API MLOutputConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
MLOutputConfiguration & WithRoleArn(RoleArnT &&value)
AWS_CLEANROOMSML_API MLOutputConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool DestinationHasBeenSet() const
void SetDestination(DestinationT &&value)
AWS_CLEANROOMSML_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CLEANROOMSML_API MLOutputConfiguration()=default
const Aws::String & GetRoleArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue