aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/LifecycleExpiration.h
diff options
context:
space:
mode:
authorunril <unril@yandex-team.ru>2022-02-10 16:46:05 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:05 +0300
commit11ae9eca250d0188b7962459cbc6706719e7dca9 (patch)
tree4b7d6755091980d33210de19b2eb35a401a761ea /contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/LifecycleExpiration.h
parent9c914f41ba5e9f9365f404e892197553ac23809e (diff)
downloadydb-11ae9eca250d0188b7962459cbc6706719e7dca9.tar.gz
Restoring authorship annotation for <unril@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/LifecycleExpiration.h')
-rw-r--r--contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/LifecycleExpiration.h48
1 files changed, 24 insertions, 24 deletions
diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/LifecycleExpiration.h b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/LifecycleExpiration.h
index cb9628df58..a5e807f31a 100644
--- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/LifecycleExpiration.h
+++ b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/LifecycleExpiration.h
@@ -22,12 +22,12 @@ namespace S3
namespace Model
{
- /**
+ /**
* <p>Container for the expiration for the lifecycle of the object.</p><p><h3>See
* Also:</h3> <a
- * href="http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/LifecycleExpiration">AWS
- * API Reference</a></p>
- */
+ * href="http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/LifecycleExpiration">AWS
+ * API Reference</a></p>
+ */
class AWS_S3_API LifecycleExpiration
{
public:
@@ -48,12 +48,12 @@ namespace Model
* <p>Indicates at what date the object is to be moved or deleted. Should be in GMT
* ISO 8601 Format.</p>
*/
- inline bool DateHasBeenSet() const { return m_dateHasBeenSet; }
-
- /**
- * <p>Indicates at what date the object is to be moved or deleted. Should be in GMT
- * ISO 8601 Format.</p>
- */
+ inline bool DateHasBeenSet() const { return m_dateHasBeenSet; }
+
+ /**
+ * <p>Indicates at what date the object is to be moved or deleted. Should be in GMT
+ * ISO 8601 Format.</p>
+ */
inline void SetDate(const Aws::Utils::DateTime& value) { m_dateHasBeenSet = true; m_date = value; }
/**
@@ -85,12 +85,12 @@ namespace Model
* <p>Indicates the lifetime, in days, of the objects that are subject to the rule.
* The value must be a non-zero positive integer.</p>
*/
- inline bool DaysHasBeenSet() const { return m_daysHasBeenSet; }
-
- /**
- * <p>Indicates the lifetime, in days, of the objects that are subject to the rule.
- * The value must be a non-zero positive integer.</p>
- */
+ inline bool DaysHasBeenSet() const { return m_daysHasBeenSet; }
+
+ /**
+ * <p>Indicates the lifetime, in days, of the objects that are subject to the rule.
+ * The value must be a non-zero positive integer.</p>
+ */
inline void SetDays(int value) { m_daysHasBeenSet = true; m_days = value; }
/**
@@ -114,14 +114,14 @@ namespace Model
* policy takes no action. This cannot be specified with Days or Date in a
* Lifecycle Expiration Policy.</p>
*/
- inline bool ExpiredObjectDeleteMarkerHasBeenSet() const { return m_expiredObjectDeleteMarkerHasBeenSet; }
-
- /**
- * <p>Indicates whether Amazon S3 will remove a delete marker with no noncurrent
- * versions. If set to true, the delete marker will be expired; if set to false the
- * policy takes no action. This cannot be specified with Days or Date in a
- * Lifecycle Expiration Policy.</p>
- */
+ inline bool ExpiredObjectDeleteMarkerHasBeenSet() const { return m_expiredObjectDeleteMarkerHasBeenSet; }
+
+ /**
+ * <p>Indicates whether Amazon S3 will remove a delete marker with no noncurrent
+ * versions. If set to true, the delete marker will be expired; if set to false the
+ * policy takes no action. This cannot be specified with Days or Date in a
+ * Lifecycle Expiration Policy.</p>
+ */
inline void SetExpiredObjectDeleteMarker(bool value) { m_expiredObjectDeleteMarkerHasBeenSet = true; m_expiredObjectDeleteMarker = value; }
/**