7#include <aws/lakeformation/LakeFormation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace LakeFormation
47 template<
typename UriT = Aws::String>
48 void SetUri(UriT&& value) { m_uriHasBeenSet =
true; m_uri = std::forward<UriT>(value); }
49 template<
typename UriT = Aws::String>
60 template<
typename ETagT = Aws::String>
61 void SetETag(ETagT&& value) { m_eTagHasBeenSet =
true; m_eTag = std::forward<ETagT>(value); }
62 template<
typename ETagT = Aws::String>
70 inline long long GetSize()
const {
return m_size; }
72 inline void SetSize(
long long value) { m_sizeHasBeenSet =
true; m_size = value; }
85 template<
typename PartitionValuesT = Aws::Vector<Aws::String>>
86 void SetPartitionValues(PartitionValuesT&& value) { m_partitionValuesHasBeenSet =
true; m_partitionValues = std::forward<PartitionValuesT>(value); }
87 template<
typename PartitionValuesT = Aws::Vector<Aws::String>>
89 template<
typename PartitionValuesT = Aws::String>
90 AddObjectInput&
AddPartitionValues(PartitionValuesT&& value) { m_partitionValuesHasBeenSet =
true; m_partitionValues.emplace_back(std::forward<PartitionValuesT>(value));
return *
this; }
95 bool m_uriHasBeenSet =
false;
98 bool m_eTagHasBeenSet =
false;
101 bool m_sizeHasBeenSet =
false;
104 bool m_partitionValuesHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue