7#include <aws/lakeformation/LakeFormation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lakeformation/model/TableObject.h>
23namespace LakeFormation
49 template<
typename PartitionValuesT = Aws::Vector<Aws::String>>
50 void SetPartitionValues(PartitionValuesT&& value) { m_partitionValuesHasBeenSet =
true; m_partitionValues = std::forward<PartitionValuesT>(value); }
51 template<
typename PartitionValuesT = Aws::Vector<Aws::String>>
53 template<
typename PartitionValuesT = Aws::String>
54 PartitionObjects&
AddPartitionValues(PartitionValuesT&& value) { m_partitionValuesHasBeenSet =
true; m_partitionValues.emplace_back(std::forward<PartitionValuesT>(value));
return *
this; }
63 template<
typename ObjectsT = Aws::Vector<TableObject>>
64 void SetObjects(ObjectsT&& value) { m_objectsHasBeenSet =
true; m_objects = std::forward<ObjectsT>(value); }
65 template<
typename ObjectsT = Aws::Vector<TableObject>>
67 template<
typename ObjectsT = TableObject>
68 PartitionObjects&
AddObjects(ObjectsT&& value) { m_objectsHasBeenSet =
true; m_objects.emplace_back(std::forward<ObjectsT>(value));
return *
this; }
73 bool m_partitionValuesHasBeenSet =
false;
76 bool m_objectsHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue