7#include <aws/lakeformation/LakeFormation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace LakeFormation
47 inline void SetUri(
Aws::String&& value) { m_uriHasBeenSet =
true; m_uri = std::move(value); }
48 inline void SetUri(
const char* value) { m_uriHasBeenSet =
true; m_uri.assign(value); }
63 inline void SetETag(
const char* value) { m_eTagHasBeenSet =
true; m_eTag.assign(value); }
73 inline long long GetSize()
const{
return m_size; }
75 inline void SetSize(
long long value) { m_sizeHasBeenSet =
true; m_size = value; }
81 bool m_uriHasBeenSet =
false;
84 bool m_eTagHasBeenSet =
false;
87 bool m_sizeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue