diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-02 12:50:27 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-02 12:50:27 +0300 |
commit | d0f80d5e60d77854f9d6262a59a7349e2b21f9d2 (patch) | |
tree | 01f1e033ce5519d96b7d6a83718221dcb8021eec /contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/Rule.h | |
parent | 26286f616cee657612a9d820be6da2cdbd4de0ef (diff) | |
download | ydb-d0f80d5e60d77854f9d6262a59a7349e2b21f9d2.tar.gz |
intermediate changes
ref:40ac71fae6ea311a73473cf4297ca93bf27559c3
Diffstat (limited to 'contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/Rule.h')
-rw-r--r-- | contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/Rule.h | 68 |
1 files changed, 47 insertions, 21 deletions
diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/Rule.h b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/Rule.h index 649d14ceb3..7613ef3226 100644 --- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/Rule.h +++ b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/Rule.h @@ -35,7 +35,7 @@ namespace Model * Bucket Lifecycle Configuration</a> in the <i>Amazon Simple Storage Service API * Reference</i>. For examples, see <a * href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycleConfiguration.html#API_PutBucketLifecycleConfiguration_Examples">Put - * Bucket Lifecycle Configuration Examples</a> </p><p><h3>See Also:</h3> <a + * Bucket Lifecycle Configuration Examples</a>.</p><p><h3>See Also:</h3> <a * href="http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/Rule">AWS API * Reference</a></p> */ @@ -131,49 +131,81 @@ namespace Model /** * <p>Object key prefix that identifies one or more objects to which this rule - * applies.</p> + * applies.</p> <p>Replacement must be made for object keys containing + * special characters (such as carriage returns) when using XML requests. For more + * information, see <a + * href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-xml-related-constraints"> + * XML related object key constraints</a>.</p> */ inline const Aws::String& GetPrefix() const{ return m_prefix; } /** * <p>Object key prefix that identifies one or more objects to which this rule - * applies.</p> + * applies.</p> <p>Replacement must be made for object keys containing + * special characters (such as carriage returns) when using XML requests. For more + * information, see <a + * href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-xml-related-constraints"> + * XML related object key constraints</a>.</p> */ inline bool PrefixHasBeenSet() const { return m_prefixHasBeenSet; } /** * <p>Object key prefix that identifies one or more objects to which this rule - * applies.</p> + * applies.</p> <p>Replacement must be made for object keys containing + * special characters (such as carriage returns) when using XML requests. For more + * information, see <a + * href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-xml-related-constraints"> + * XML related object key constraints</a>.</p> */ inline void SetPrefix(const Aws::String& value) { m_prefixHasBeenSet = true; m_prefix = value; } /** * <p>Object key prefix that identifies one or more objects to which this rule - * applies.</p> + * applies.</p> <p>Replacement must be made for object keys containing + * special characters (such as carriage returns) when using XML requests. For more + * information, see <a + * href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-xml-related-constraints"> + * XML related object key constraints</a>.</p> */ inline void SetPrefix(Aws::String&& value) { m_prefixHasBeenSet = true; m_prefix = std::move(value); } /** * <p>Object key prefix that identifies one or more objects to which this rule - * applies.</p> + * applies.</p> <p>Replacement must be made for object keys containing + * special characters (such as carriage returns) when using XML requests. For more + * information, see <a + * href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-xml-related-constraints"> + * XML related object key constraints</a>.</p> */ inline void SetPrefix(const char* value) { m_prefixHasBeenSet = true; m_prefix.assign(value); } /** * <p>Object key prefix that identifies one or more objects to which this rule - * applies.</p> + * applies.</p> <p>Replacement must be made for object keys containing + * special characters (such as carriage returns) when using XML requests. For more + * information, see <a + * href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-xml-related-constraints"> + * XML related object key constraints</a>.</p> */ inline Rule& WithPrefix(const Aws::String& value) { SetPrefix(value); return *this;} /** * <p>Object key prefix that identifies one or more objects to which this rule - * applies.</p> + * applies.</p> <p>Replacement must be made for object keys containing + * special characters (such as carriage returns) when using XML requests. For more + * information, see <a + * href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-xml-related-constraints"> + * XML related object key constraints</a>.</p> */ inline Rule& WithPrefix(Aws::String&& value) { SetPrefix(std::move(value)); return *this;} /** * <p>Object key prefix that identifies one or more objects to which this rule - * applies.</p> + * applies.</p> <p>Replacement must be made for object keys containing + * special characters (such as carriage returns) when using XML requests. For more + * information, see <a + * href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-xml-related-constraints"> + * XML related object key constraints</a>.</p> */ inline Rule& WithPrefix(const char* value) { SetPrefix(value); return *this;} @@ -219,8 +251,7 @@ namespace Model * <p>Specifies when an object transitions to a specified storage class. For more * information about Amazon S3 lifecycle configuration rules, see <a * href="https://docs.aws.amazon.com/AmazonS3/latest/dev/lifecycle-transition-general-considerations.html">Transitioning - * Objects Using Amazon S3 Lifecycle</a> in the <i>Amazon Simple Storage Service - * Developer Guide</i>.</p> + * Objects Using Amazon S3 Lifecycle</a> in the <i>Amazon S3 User Guide</i>.</p> */ inline const Transition& GetTransition() const{ return m_transition; } @@ -228,8 +259,7 @@ namespace Model * <p>Specifies when an object transitions to a specified storage class. For more * information about Amazon S3 lifecycle configuration rules, see <a * href="https://docs.aws.amazon.com/AmazonS3/latest/dev/lifecycle-transition-general-considerations.html">Transitioning - * Objects Using Amazon S3 Lifecycle</a> in the <i>Amazon Simple Storage Service - * Developer Guide</i>.</p> + * Objects Using Amazon S3 Lifecycle</a> in the <i>Amazon S3 User Guide</i>.</p> */ inline bool TransitionHasBeenSet() const { return m_transitionHasBeenSet; } @@ -237,8 +267,7 @@ namespace Model * <p>Specifies when an object transitions to a specified storage class. For more * information about Amazon S3 lifecycle configuration rules, see <a * href="https://docs.aws.amazon.com/AmazonS3/latest/dev/lifecycle-transition-general-considerations.html">Transitioning - * Objects Using Amazon S3 Lifecycle</a> in the <i>Amazon Simple Storage Service - * Developer Guide</i>.</p> + * Objects Using Amazon S3 Lifecycle</a> in the <i>Amazon S3 User Guide</i>.</p> */ inline void SetTransition(const Transition& value) { m_transitionHasBeenSet = true; m_transition = value; } @@ -246,8 +275,7 @@ namespace Model * <p>Specifies when an object transitions to a specified storage class. For more * information about Amazon S3 lifecycle configuration rules, see <a * href="https://docs.aws.amazon.com/AmazonS3/latest/dev/lifecycle-transition-general-considerations.html">Transitioning - * Objects Using Amazon S3 Lifecycle</a> in the <i>Amazon Simple Storage Service - * Developer Guide</i>.</p> + * Objects Using Amazon S3 Lifecycle</a> in the <i>Amazon S3 User Guide</i>.</p> */ inline void SetTransition(Transition&& value) { m_transitionHasBeenSet = true; m_transition = std::move(value); } @@ -255,8 +283,7 @@ namespace Model * <p>Specifies when an object transitions to a specified storage class. For more * information about Amazon S3 lifecycle configuration rules, see <a * href="https://docs.aws.amazon.com/AmazonS3/latest/dev/lifecycle-transition-general-considerations.html">Transitioning - * Objects Using Amazon S3 Lifecycle</a> in the <i>Amazon Simple Storage Service - * Developer Guide</i>.</p> + * Objects Using Amazon S3 Lifecycle</a> in the <i>Amazon S3 User Guide</i>.</p> */ inline Rule& WithTransition(const Transition& value) { SetTransition(value); return *this;} @@ -264,8 +291,7 @@ namespace Model * <p>Specifies when an object transitions to a specified storage class. For more * information about Amazon S3 lifecycle configuration rules, see <a * href="https://docs.aws.amazon.com/AmazonS3/latest/dev/lifecycle-transition-general-considerations.html">Transitioning - * Objects Using Amazon S3 Lifecycle</a> in the <i>Amazon Simple Storage Service - * Developer Guide</i>.</p> + * Objects Using Amazon S3 Lifecycle</a> in the <i>Amazon S3 User Guide</i>.</p> */ inline Rule& WithTransition(Transition&& value) { SetTransition(std::move(value)); return *this;} |