AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
IcebergOrphanFileDeletionConfiguration.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace Glue
22{
23namespace Model
24{
25
33 {
34 public:
39
40
42
46 inline int GetOrphanFileRetentionPeriodInDays() const{ return m_orphanFileRetentionPeriodInDays; }
47 inline bool OrphanFileRetentionPeriodInDaysHasBeenSet() const { return m_orphanFileRetentionPeriodInDaysHasBeenSet; }
48 inline void SetOrphanFileRetentionPeriodInDays(int value) { m_orphanFileRetentionPeriodInDaysHasBeenSet = true; m_orphanFileRetentionPeriodInDays = value; }
51
53
58 inline const Aws::String& GetLocation() const{ return m_location; }
59 inline bool LocationHasBeenSet() const { return m_locationHasBeenSet; }
60 inline void SetLocation(const Aws::String& value) { m_locationHasBeenSet = true; m_location = value; }
61 inline void SetLocation(Aws::String&& value) { m_locationHasBeenSet = true; m_location = std::move(value); }
62 inline void SetLocation(const char* value) { m_locationHasBeenSet = true; m_location.assign(value); }
63 inline IcebergOrphanFileDeletionConfiguration& WithLocation(const Aws::String& value) { SetLocation(value); return *this;}
64 inline IcebergOrphanFileDeletionConfiguration& WithLocation(Aws::String&& value) { SetLocation(std::move(value)); return *this;}
65 inline IcebergOrphanFileDeletionConfiguration& WithLocation(const char* value) { SetLocation(value); return *this;}
67 private:
68
69 int m_orphanFileRetentionPeriodInDays;
70 bool m_orphanFileRetentionPeriodInDaysHasBeenSet = false;
71
72 Aws::String m_location;
73 bool m_locationHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace Glue
78} // namespace Aws
IcebergOrphanFileDeletionConfiguration & WithLocation(const char *value)
IcebergOrphanFileDeletionConfiguration & WithLocation(Aws::String &&value)
IcebergOrphanFileDeletionConfiguration & WithOrphanFileRetentionPeriodInDays(int value)
AWS_GLUE_API IcebergOrphanFileDeletionConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API IcebergOrphanFileDeletionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
IcebergOrphanFileDeletionConfiguration & WithLocation(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue