7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/cleanrooms/model/ProtectedQueryDistributeOutputConfigurationLocation.h>
54 template<
typename LocationsT = Aws::Vector<ProtectedQueryDistributeOutputConfigurationLocation>>
55 void SetLocations(LocationsT&& value) { m_locationsHasBeenSet =
true; m_locations = std::forward<LocationsT>(value); }
56 template<
typename LocationsT = Aws::Vector<ProtectedQueryDistributeOutputConfigurationLocation>>
58 template<
typename LocationsT = ProtectedQueryDistributeOutputConfigurationLocation>
64 bool m_locationsHasBeenSet =
false;
AWS_CLEANROOMS_API ProtectedQueryDistributeOutputConfiguration()=default
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
ProtectedQueryDistributeOutputConfiguration & WithLocations(LocationsT &&value)
ProtectedQueryDistributeOutputConfiguration & AddLocations(LocationsT &&value)
const Aws::Vector< ProtectedQueryDistributeOutputConfigurationLocation > & GetLocations() const
bool LocationsHasBeenSet() const
void SetLocations(LocationsT &&value)
AWS_CLEANROOMS_API ProtectedQueryDistributeOutputConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API ProtectedQueryDistributeOutputConfiguration(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue