7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/glue/model/SerDeInfo.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/glue/model/SkewedInfo.h>
13#include <aws/glue/model/SchemaReference.h>
14#include <aws/glue/model/Column.h>
15#include <aws/glue/model/Order.h>
71 inline void SetLocation(
const char* value) { m_locationHasBeenSet =
true; m_location.assign(value); }
102 inline void SetInputFormat(
const char* value) { m_inputFormatHasBeenSet =
true; m_inputFormat.assign(value); }
117 inline void SetOutputFormat(
const char* value) { m_outputFormatHasBeenSet =
true; m_outputFormat.assign(value); }
130 inline void SetCompressed(
bool value) { m_compressedHasBeenSet =
true; m_compressed = value; }
140 inline void SetNumberOfBuckets(
int value) { m_numberOfBucketsHasBeenSet =
true; m_numberOfBuckets = value; }
245 bool m_columnsHasBeenSet =
false;
248 bool m_locationHasBeenSet =
false;
251 bool m_additionalLocationsHasBeenSet =
false;
254 bool m_inputFormatHasBeenSet =
false;
257 bool m_outputFormatHasBeenSet =
false;
260 bool m_compressedHasBeenSet =
false;
262 int m_numberOfBuckets;
263 bool m_numberOfBucketsHasBeenSet =
false;
266 bool m_serdeInfoHasBeenSet =
false;
269 bool m_bucketColumnsHasBeenSet =
false;
272 bool m_sortColumnsHasBeenSet =
false;
275 bool m_parametersHasBeenSet =
false;
278 bool m_skewedInfoHasBeenSet =
false;
280 bool m_storedAsSubDirectories;
281 bool m_storedAsSubDirectoriesHasBeenSet =
false;
284 bool m_schemaReferenceHasBeenSet =
false;
void SetSkewedInfo(SkewedInfo &&value)
void SetSchemaReference(const SchemaReference &value)
StorageDescriptor & WithSkewedInfo(const SkewedInfo &value)
void SetColumns(Aws::Vector< Column > &&value)
const Aws::String & GetInputFormat() const
const Aws::Vector< Aws::String > & GetAdditionalLocations() const
bool BucketColumnsHasBeenSet() const
StorageDescriptor & WithSchemaReference(SchemaReference &&value)
bool ParametersHasBeenSet() const
bool CompressedHasBeenSet() const
StorageDescriptor & WithSkewedInfo(SkewedInfo &&value)
StorageDescriptor & AddColumns(Column &&value)
StorageDescriptor & AddParameters(const Aws::String &key, Aws::String &&value)
bool ColumnsHasBeenSet() const
StorageDescriptor & WithBucketColumns(const Aws::Vector< Aws::String > &value)
void SetSortColumns(const Aws::Vector< Order > &value)
StorageDescriptor & WithColumns(const Aws::Vector< Column > &value)
bool InputFormatHasBeenSet() const
void SetCompressed(bool value)
bool GetCompressed() const
AWS_GLUE_API StorageDescriptor(Aws::Utils::Json::JsonView jsonValue)
StorageDescriptor & AddAdditionalLocations(Aws::String &&value)
void SetSerdeInfo(SerDeInfo &&value)
StorageDescriptor & WithInputFormat(Aws::String &&value)
StorageDescriptor & AddParameters(const char *key, Aws::String &&value)
const Aws::String & GetLocation() const
StorageDescriptor & WithNumberOfBuckets(int value)
StorageDescriptor & WithParameters(const Aws::Map< Aws::String, Aws::String > &value)
StorageDescriptor & AddBucketColumns(const Aws::String &value)
StorageDescriptor & AddParameters(const Aws::String &key, const Aws::String &value)
void SetInputFormat(const char *value)
StorageDescriptor & AddBucketColumns(const char *value)
void SetOutputFormat(const Aws::String &value)
StorageDescriptor & WithSortColumns(Aws::Vector< Order > &&value)
bool SortColumnsHasBeenSet() const
void SetSortColumns(Aws::Vector< Order > &&value)
StorageDescriptor & AddParameters(const char *key, const char *value)
StorageDescriptor & WithLocation(const Aws::String &value)
StorageDescriptor & AddParameters(Aws::String &&key, Aws::String &&value)
void SetStoredAsSubDirectories(bool value)
StorageDescriptor & WithStoredAsSubDirectories(bool value)
const Aws::Vector< Order > & GetSortColumns() const
const Aws::Vector< Aws::String > & GetBucketColumns() const
void SetSkewedInfo(const SkewedInfo &value)
StorageDescriptor & WithSerdeInfo(const SerDeInfo &value)
StorageDescriptor & AddParameters(Aws::String &&key, const Aws::String &value)
AWS_GLUE_API StorageDescriptor & operator=(Aws::Utils::Json::JsonView jsonValue)
StorageDescriptor & WithLocation(Aws::String &&value)
StorageDescriptor & WithAdditionalLocations(Aws::Vector< Aws::String > &&value)
const Aws::Map< Aws::String, Aws::String > & GetParameters() const
StorageDescriptor & WithOutputFormat(Aws::String &&value)
void SetAdditionalLocations(const Aws::Vector< Aws::String > &value)
StorageDescriptor & WithSchemaReference(const SchemaReference &value)
StorageDescriptor & AddAdditionalLocations(const Aws::String &value)
const SkewedInfo & GetSkewedInfo() const
const SerDeInfo & GetSerdeInfo() const
void SetInputFormat(Aws::String &&value)
AWS_GLUE_API StorageDescriptor()
void SetLocation(const char *value)
StorageDescriptor & WithSortColumns(const Aws::Vector< Order > &value)
StorageDescriptor & WithColumns(Aws::Vector< Column > &&value)
bool GetStoredAsSubDirectories() const
bool LocationHasBeenSet() const
const SchemaReference & GetSchemaReference() const
void SetColumns(const Aws::Vector< Column > &value)
bool SerdeInfoHasBeenSet() const
const Aws::Vector< Column > & GetColumns() const
StorageDescriptor & AddAdditionalLocations(const char *value)
StorageDescriptor & WithInputFormat(const Aws::String &value)
StorageDescriptor & WithBucketColumns(Aws::Vector< Aws::String > &&value)
bool OutputFormatHasBeenSet() const
void SetAdditionalLocations(Aws::Vector< Aws::String > &&value)
StorageDescriptor & WithInputFormat(const char *value)
StorageDescriptor & AddColumns(const Column &value)
void SetBucketColumns(Aws::Vector< Aws::String > &&value)
void SetInputFormat(const Aws::String &value)
bool StoredAsSubDirectoriesHasBeenSet() const
void SetBucketColumns(const Aws::Vector< Aws::String > &value)
bool SkewedInfoHasBeenSet() const
void SetSerdeInfo(const SerDeInfo &value)
StorageDescriptor & WithOutputFormat(const char *value)
StorageDescriptor & WithLocation(const char *value)
const Aws::String & GetOutputFormat() const
StorageDescriptor & AddBucketColumns(Aws::String &&value)
StorageDescriptor & WithCompressed(bool value)
StorageDescriptor & WithAdditionalLocations(const Aws::Vector< Aws::String > &value)
StorageDescriptor & WithOutputFormat(const Aws::String &value)
StorageDescriptor & AddParameters(Aws::String &&key, const char *value)
StorageDescriptor & AddSortColumns(const Order &value)
void SetLocation(const Aws::String &value)
void SetNumberOfBuckets(int value)
bool AdditionalLocationsHasBeenSet() const
StorageDescriptor & WithParameters(Aws::Map< Aws::String, Aws::String > &&value)
void SetOutputFormat(const char *value)
StorageDescriptor & AddSortColumns(Order &&value)
void SetSchemaReference(SchemaReference &&value)
void SetParameters(const Aws::Map< Aws::String, Aws::String > &value)
void SetLocation(Aws::String &&value)
bool NumberOfBucketsHasBeenSet() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetParameters(Aws::Map< Aws::String, Aws::String > &&value)
StorageDescriptor & WithSerdeInfo(SerDeInfo &&value)
int GetNumberOfBuckets() const
bool SchemaReferenceHasBeenSet() const
void SetOutputFormat(Aws::String &&value)
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