7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/ProtectedQueryDistributeOutputConfigurationLocation.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
48 template <
typename LocationsT = Aws::Vector<ProtectedQueryDistributeOutputConfigurationLocation>>
50 m_locationsHasBeenSet =
true;
51 m_locations = std::forward<LocationsT>(value);
53 template <
typename LocationsT = Aws::Vector<ProtectedQueryDistributeOutputConfigurationLocation>>
58 template <
typename LocationsT = ProtectedQueryDistributeOutputConfigurationLocation>
60 m_locationsHasBeenSet =
true;
61 m_locations.emplace_back(std::forward<LocationsT>(value));
67 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