diff options
author | dakovalkov <dakovalkov@yandex-team.com> | 2023-12-03 13:33:55 +0300 |
---|---|---|
committer | dakovalkov <dakovalkov@yandex-team.com> | 2023-12-03 14:04:39 +0300 |
commit | 2a718325637e5302334b6d0a6430f63168f8dbb3 (patch) | |
tree | 64be81080b7df9ec1d86d053a0c394ae53fcf1fe /contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/ReplicationRule.h | |
parent | e0d94a470142d95c3007e9c5d80380994940664a (diff) | |
download | ydb-2a718325637e5302334b6d0a6430f63168f8dbb3.tar.gz |
Update contrib/libs/aws-sdk-cpp to 1.11.37
Diffstat (limited to 'contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/ReplicationRule.h')
-rw-r--r-- | contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/ReplicationRule.h | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/ReplicationRule.h b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/ReplicationRule.h index 2003426a67..e9d85afdd3 100644 --- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/ReplicationRule.h +++ b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/ReplicationRule.h @@ -34,14 +34,14 @@ namespace Model * href="http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/ReplicationRule">AWS * API Reference</a></p> */ - class AWS_S3_API ReplicationRule + class ReplicationRule { public: - ReplicationRule(); - ReplicationRule(const Aws::Utils::Xml::XmlNode& xmlNode); - ReplicationRule& operator=(const Aws::Utils::Xml::XmlNode& xmlNode); + AWS_S3_API ReplicationRule(); + AWS_S3_API ReplicationRule(const Aws::Utils::Xml::XmlNode& xmlNode); + AWS_S3_API ReplicationRule& operator=(const Aws::Utils::Xml::XmlNode& xmlNode); - void AddToNode(Aws::Utils::Xml::XmlNode& parentNode) const; + AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode& parentNode) const; /** @@ -189,7 +189,7 @@ namespace Model * objects that you want to replicate. You can choose to enable or disable the * replication of these objects. Currently, Amazon S3 supports only the filter that * you can specify for objects created with server-side encryption using a customer - * master key (CMK) stored in AWS Key Management Service (SSE-KMS).</p> + * managed key stored in Amazon Web Services Key Management Service (SSE-KMS).</p> */ inline const SourceSelectionCriteria& GetSourceSelectionCriteria() const{ return m_sourceSelectionCriteria; } @@ -198,7 +198,7 @@ namespace Model * objects that you want to replicate. You can choose to enable or disable the * replication of these objects. Currently, Amazon S3 supports only the filter that * you can specify for objects created with server-side encryption using a customer - * master key (CMK) stored in AWS Key Management Service (SSE-KMS).</p> + * managed key stored in Amazon Web Services Key Management Service (SSE-KMS).</p> */ inline bool SourceSelectionCriteriaHasBeenSet() const { return m_sourceSelectionCriteriaHasBeenSet; } @@ -207,7 +207,7 @@ namespace Model * objects that you want to replicate. You can choose to enable or disable the * replication of these objects. Currently, Amazon S3 supports only the filter that * you can specify for objects created with server-side encryption using a customer - * master key (CMK) stored in AWS Key Management Service (SSE-KMS).</p> + * managed key stored in Amazon Web Services Key Management Service (SSE-KMS).</p> */ inline void SetSourceSelectionCriteria(const SourceSelectionCriteria& value) { m_sourceSelectionCriteriaHasBeenSet = true; m_sourceSelectionCriteria = value; } @@ -216,7 +216,7 @@ namespace Model * objects that you want to replicate. You can choose to enable or disable the * replication of these objects. Currently, Amazon S3 supports only the filter that * you can specify for objects created with server-side encryption using a customer - * master key (CMK) stored in AWS Key Management Service (SSE-KMS).</p> + * managed key stored in Amazon Web Services Key Management Service (SSE-KMS).</p> */ inline void SetSourceSelectionCriteria(SourceSelectionCriteria&& value) { m_sourceSelectionCriteriaHasBeenSet = true; m_sourceSelectionCriteria = std::move(value); } @@ -225,7 +225,7 @@ namespace Model * objects that you want to replicate. You can choose to enable or disable the * replication of these objects. Currently, Amazon S3 supports only the filter that * you can specify for objects created with server-side encryption using a customer - * master key (CMK) stored in AWS Key Management Service (SSE-KMS).</p> + * managed key stored in Amazon Web Services Key Management Service (SSE-KMS).</p> */ inline ReplicationRule& WithSourceSelectionCriteria(const SourceSelectionCriteria& value) { SetSourceSelectionCriteria(value); return *this;} @@ -234,7 +234,7 @@ namespace Model * objects that you want to replicate. You can choose to enable or disable the * replication of these objects. Currently, Amazon S3 supports only the filter that * you can specify for objects created with server-side encryption using a customer - * master key (CMK) stored in AWS Key Management Service (SSE-KMS).</p> + * managed key stored in Amazon Web Services Key Management Service (SSE-KMS).</p> */ inline ReplicationRule& WithSourceSelectionCriteria(SourceSelectionCriteria&& value) { SetSourceSelectionCriteria(std::move(value)); return *this;} @@ -328,28 +328,28 @@ namespace Model private: Aws::String m_iD; - bool m_iDHasBeenSet; + bool m_iDHasBeenSet = false; int m_priority; - bool m_priorityHasBeenSet; + bool m_priorityHasBeenSet = false; ReplicationRuleFilter m_filter; - bool m_filterHasBeenSet; + bool m_filterHasBeenSet = false; ReplicationRuleStatus m_status; - bool m_statusHasBeenSet; + bool m_statusHasBeenSet = false; SourceSelectionCriteria m_sourceSelectionCriteria; - bool m_sourceSelectionCriteriaHasBeenSet; + bool m_sourceSelectionCriteriaHasBeenSet = false; ExistingObjectReplication m_existingObjectReplication; - bool m_existingObjectReplicationHasBeenSet; + bool m_existingObjectReplicationHasBeenSet = false; Destination m_destination; - bool m_destinationHasBeenSet; + bool m_destinationHasBeenSet = false; DeleteMarkerReplication m_deleteMarkerReplication; - bool m_deleteMarkerReplicationHasBeenSet; + bool m_deleteMarkerReplicationHasBeenSet = false; }; } // namespace Model |