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
48 inline void SetUri(
Aws::String&& value) { m_uriHasBeenSet =
true; m_uri = std::move(value); }
49 inline void SetUri(
const char* value) { m_uriHasBeenSet =
true; m_uri.assign(value); }
64 inline void SetETag(
const char* value) { m_eTagHasBeenSet =
true; m_eTag.assign(value); }
88 bool m_uriHasBeenSet =
false;
91 bool m_eTagHasBeenSet =
false;
94 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