aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/ReplicationConfiguration.h
diff options
context:
space:
mode:
authordakovalkov <dakovalkov@yandex-team.com>2023-12-03 13:33:55 +0300
committerdakovalkov <dakovalkov@yandex-team.com>2023-12-03 14:04:39 +0300
commit2a718325637e5302334b6d0a6430f63168f8dbb3 (patch)
tree64be81080b7df9ec1d86d053a0c394ae53fcf1fe /contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/ReplicationConfiguration.h
parente0d94a470142d95c3007e9c5d80380994940664a (diff)
downloadydb-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/ReplicationConfiguration.h')
-rw-r--r--contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/ReplicationConfiguration.h62
1 files changed, 31 insertions, 31 deletions
diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/ReplicationConfiguration.h b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/ReplicationConfiguration.h
index e138c79cbad..9ce58fd351a 100644
--- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/ReplicationConfiguration.h
+++ b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/ReplicationConfiguration.h
@@ -30,83 +30,83 @@ namespace Model
* href="http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/ReplicationConfiguration">AWS
* API Reference</a></p>
*/
- class AWS_S3_API ReplicationConfiguration
+ class ReplicationConfiguration
{
public:
- ReplicationConfiguration();
- ReplicationConfiguration(const Aws::Utils::Xml::XmlNode& xmlNode);
- ReplicationConfiguration& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
+ AWS_S3_API ReplicationConfiguration();
+ AWS_S3_API ReplicationConfiguration(const Aws::Utils::Xml::XmlNode& xmlNode);
+ AWS_S3_API ReplicationConfiguration& 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;
/**
- * <p>The Amazon Resource Name (ARN) of the AWS Identity and Access Management
- * (IAM) role that Amazon S3 assumes when replicating objects. For more
- * information, see <a
+ * <p>The Amazon Resource Name (ARN) of the Identity and Access Management (IAM)
+ * role that Amazon S3 assumes when replicating objects. For more information, see
+ * <a
* href="https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-how-setup.html">How
* to Set Up Replication</a> in the <i>Amazon S3 User Guide</i>.</p>
*/
inline const Aws::String& GetRole() const{ return m_role; }
/**
- * <p>The Amazon Resource Name (ARN) of the AWS Identity and Access Management
- * (IAM) role that Amazon S3 assumes when replicating objects. For more
- * information, see <a
+ * <p>The Amazon Resource Name (ARN) of the Identity and Access Management (IAM)
+ * role that Amazon S3 assumes when replicating objects. For more information, see
+ * <a
* href="https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-how-setup.html">How
* to Set Up Replication</a> in the <i>Amazon S3 User Guide</i>.</p>
*/
inline bool RoleHasBeenSet() const { return m_roleHasBeenSet; }
/**
- * <p>The Amazon Resource Name (ARN) of the AWS Identity and Access Management
- * (IAM) role that Amazon S3 assumes when replicating objects. For more
- * information, see <a
+ * <p>The Amazon Resource Name (ARN) of the Identity and Access Management (IAM)
+ * role that Amazon S3 assumes when replicating objects. For more information, see
+ * <a
* href="https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-how-setup.html">How
* to Set Up Replication</a> in the <i>Amazon S3 User Guide</i>.</p>
*/
inline void SetRole(const Aws::String& value) { m_roleHasBeenSet = true; m_role = value; }
/**
- * <p>The Amazon Resource Name (ARN) of the AWS Identity and Access Management
- * (IAM) role that Amazon S3 assumes when replicating objects. For more
- * information, see <a
+ * <p>The Amazon Resource Name (ARN) of the Identity and Access Management (IAM)
+ * role that Amazon S3 assumes when replicating objects. For more information, see
+ * <a
* href="https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-how-setup.html">How
* to Set Up Replication</a> in the <i>Amazon S3 User Guide</i>.</p>
*/
inline void SetRole(Aws::String&& value) { m_roleHasBeenSet = true; m_role = std::move(value); }
/**
- * <p>The Amazon Resource Name (ARN) of the AWS Identity and Access Management
- * (IAM) role that Amazon S3 assumes when replicating objects. For more
- * information, see <a
+ * <p>The Amazon Resource Name (ARN) of the Identity and Access Management (IAM)
+ * role that Amazon S3 assumes when replicating objects. For more information, see
+ * <a
* href="https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-how-setup.html">How
* to Set Up Replication</a> in the <i>Amazon S3 User Guide</i>.</p>
*/
inline void SetRole(const char* value) { m_roleHasBeenSet = true; m_role.assign(value); }
/**
- * <p>The Amazon Resource Name (ARN) of the AWS Identity and Access Management
- * (IAM) role that Amazon S3 assumes when replicating objects. For more
- * information, see <a
+ * <p>The Amazon Resource Name (ARN) of the Identity and Access Management (IAM)
+ * role that Amazon S3 assumes when replicating objects. For more information, see
+ * <a
* href="https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-how-setup.html">How
* to Set Up Replication</a> in the <i>Amazon S3 User Guide</i>.</p>
*/
inline ReplicationConfiguration& WithRole(const Aws::String& value) { SetRole(value); return *this;}
/**
- * <p>The Amazon Resource Name (ARN) of the AWS Identity and Access Management
- * (IAM) role that Amazon S3 assumes when replicating objects. For more
- * information, see <a
+ * <p>The Amazon Resource Name (ARN) of the Identity and Access Management (IAM)
+ * role that Amazon S3 assumes when replicating objects. For more information, see
+ * <a
* href="https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-how-setup.html">How
* to Set Up Replication</a> in the <i>Amazon S3 User Guide</i>.</p>
*/
inline ReplicationConfiguration& WithRole(Aws::String&& value) { SetRole(std::move(value)); return *this;}
/**
- * <p>The Amazon Resource Name (ARN) of the AWS Identity and Access Management
- * (IAM) role that Amazon S3 assumes when replicating objects. For more
- * information, see <a
+ * <p>The Amazon Resource Name (ARN) of the Identity and Access Management (IAM)
+ * role that Amazon S3 assumes when replicating objects. For more information, see
+ * <a
* href="https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-how-setup.html">How
* to Set Up Replication</a> in the <i>Amazon S3 User Guide</i>.</p>
*/
@@ -164,10 +164,10 @@ namespace Model
private:
Aws::String m_role;
- bool m_roleHasBeenSet;
+ bool m_roleHasBeenSet = false;
Aws::Vector<ReplicationRule> m_rules;
- bool m_rulesHasBeenSet;
+ bool m_rulesHasBeenSet = false;
};
} // namespace Model