7#include <aws/lakeformation/LakeFormation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace LakeFormation
49 inline void SetUri(
Aws::String&& value) { m_uriHasBeenSet =
true; m_uri = std::move(value); }
50 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); }
72 bool m_uriHasBeenSet =
false;
75 bool m_eTagHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue