7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/glue/model/StorageDescriptor.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
61 inline PartitionInput&
AddValues(
const char* value) { m_valuesHasBeenSet =
true; m_values.push_back(value);
return *
this; }
105 inline PartitionInput&
AddParameters(
const char* key,
const char* value) { m_parametersHasBeenSet =
true; m_parameters.emplace(key, value);
return *
this; }
123 bool m_valuesHasBeenSet =
false;
126 bool m_lastAccessTimeHasBeenSet =
false;
129 bool m_storageDescriptorHasBeenSet =
false;
132 bool m_parametersHasBeenSet =
false;
135 bool m_lastAnalyzedTimeHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue