7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
60 template<
typename LocationT = Aws::String>
61 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
62 template<
typename LocationT = Aws::String>
67 int m_orphanFileRetentionPeriodInDays{0};
68 bool m_orphanFileRetentionPeriodInDaysHasBeenSet =
false;
71 bool m_locationHasBeenSet =
false;
const Aws::String & GetLocation() const
IcebergOrphanFileDeletionConfiguration & WithOrphanFileRetentionPeriodInDays(int value)
bool OrphanFileRetentionPeriodInDaysHasBeenSet() const
IcebergOrphanFileDeletionConfiguration & WithLocation(LocationT &&value)
AWS_GLUE_API IcebergOrphanFileDeletionConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API IcebergOrphanFileDeletionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
int GetOrphanFileRetentionPeriodInDays() const
AWS_GLUE_API IcebergOrphanFileDeletionConfiguration()=default
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLocation(LocationT &&value)
bool LocationHasBeenSet() const
void SetOrphanFileRetentionPeriodInDays(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue