AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
ProtectedQueryDistributeOutputConfiguration.h
1
6#pragma once
7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/cleanrooms/model/ProtectedQueryDistributeOutputConfigurationLocation.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace CleanRooms
23{
24namespace Model
25{
26
35 {
36 public:
37 AWS_CLEANROOMS_API ProtectedQueryDistributeOutputConfiguration() = default;
40 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
53 inline bool LocationsHasBeenSet() const { return m_locationsHasBeenSet; }
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>>
57 ProtectedQueryDistributeOutputConfiguration& WithLocations(LocationsT&& value) { SetLocations(std::forward<LocationsT>(value)); return *this;}
58 template<typename LocationsT = ProtectedQueryDistributeOutputConfigurationLocation>
59 ProtectedQueryDistributeOutputConfiguration& AddLocations(LocationsT&& value) { m_locationsHasBeenSet = true; m_locations.emplace_back(std::forward<LocationsT>(value)); return *this; }
61 private:
62
64 bool m_locationsHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace CleanRooms
69} // namespace Aws
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
ProtectedQueryDistributeOutputConfiguration & WithLocations(LocationsT &&value)
ProtectedQueryDistributeOutputConfiguration & AddLocations(LocationsT &&value)
const Aws::Vector< ProtectedQueryDistributeOutputConfigurationLocation > & GetLocations() const
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