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>
73 template<
typename PartitionValuesT = Aws::Vector<Aws::String>>
74 void SetPartitionValues(PartitionValuesT&& value) { m_partitionValuesHasBeenSet =
true; m_partitionValues = std::forward<PartitionValuesT>(value); }
75 template<
typename PartitionValuesT = Aws::Vector<Aws::String>>
77 template<
typename PartitionValuesT = Aws::String>
78 DeleteObjectInput&
AddPartitionValues(PartitionValuesT&& value) { m_partitionValuesHasBeenSet =
true; m_partitionValues.emplace_back(std::forward<PartitionValuesT>(value));
return *
this; }
83 bool m_uriHasBeenSet =
false;
86 bool m_eTagHasBeenSet =
false;
89 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