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