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); }
74 inline long long GetSize()
const{
return m_size; }
76 inline void SetSize(
long long value) { m_sizeHasBeenSet =
true; m_size = value; }
100 bool m_uriHasBeenSet =
false;
103 bool m_eTagHasBeenSet =
false;
106 bool m_sizeHasBeenSet =
false;
109 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