7#include <aws/cleanroomsml/CleanRoomsML_EXPORTS.h>
8#include <aws/cleanroomsml/model/AudienceDestination.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename DestinationT = AudienceDestination>
47 void SetDestination(DestinationT&& value) { m_destinationHasBeenSet =
true; m_destination = std::forward<DestinationT>(value); }
48 template<
typename DestinationT = AudienceDestination>
58 template<
typename RoleArnT = Aws::String>
59 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
60 template<
typename RoleArnT = Aws::String>
66 bool m_destinationHasBeenSet =
false;
69 bool m_roleArnHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue