aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/StorageClassAnalysisDataExport.cpp
diff options
context:
space:
mode:
authororivej <orivej@yandex-team.ru>2022-02-10 16:45:01 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:01 +0300
commit2d37894b1b037cf24231090eda8589bbb44fb6fc (patch)
treebe835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/StorageClassAnalysisDataExport.cpp
parent718c552901d703c502ccbefdfc3c9028d608b947 (diff)
downloadydb-2d37894b1b037cf24231090eda8589bbb44fb6fc.tar.gz
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/StorageClassAnalysisDataExport.cpp')
-rw-r--r--contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/StorageClassAnalysisDataExport.cpp160
1 files changed, 80 insertions, 80 deletions
diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/StorageClassAnalysisDataExport.cpp b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/StorageClassAnalysisDataExport.cpp
index e2806601c7..104703d2fb 100644
--- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/StorageClassAnalysisDataExport.cpp
+++ b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/source/model/StorageClassAnalysisDataExport.cpp
@@ -1,80 +1,80 @@
-/**
- * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
- * SPDX-License-Identifier: Apache-2.0.
- */
-
-#include <aws/s3/model/StorageClassAnalysisDataExport.h>
-#include <aws/core/utils/xml/XmlSerializer.h>
-#include <aws/core/utils/StringUtils.h>
-#include <aws/core/utils/memory/stl/AWSStringStream.h>
-
-#include <utility>
-
-using namespace Aws::Utils::Xml;
-using namespace Aws::Utils;
-
-namespace Aws
-{
-namespace S3
-{
-namespace Model
-{
-
-StorageClassAnalysisDataExport::StorageClassAnalysisDataExport() :
- m_outputSchemaVersion(StorageClassAnalysisSchemaVersion::NOT_SET),
- m_outputSchemaVersionHasBeenSet(false),
- m_destinationHasBeenSet(false)
-{
-}
-
-StorageClassAnalysisDataExport::StorageClassAnalysisDataExport(const XmlNode& xmlNode) :
- m_outputSchemaVersion(StorageClassAnalysisSchemaVersion::NOT_SET),
- m_outputSchemaVersionHasBeenSet(false),
- m_destinationHasBeenSet(false)
-{
- *this = xmlNode;
-}
-
-StorageClassAnalysisDataExport& StorageClassAnalysisDataExport::operator =(const XmlNode& xmlNode)
-{
- XmlNode resultNode = xmlNode;
-
- if(!resultNode.IsNull())
- {
- XmlNode outputSchemaVersionNode = resultNode.FirstChild("OutputSchemaVersion");
- if(!outputSchemaVersionNode.IsNull())
- {
- m_outputSchemaVersion = StorageClassAnalysisSchemaVersionMapper::GetStorageClassAnalysisSchemaVersionForName(StringUtils::Trim(Aws::Utils::Xml::DecodeEscapedXmlText(outputSchemaVersionNode.GetText()).c_str()).c_str());
- m_outputSchemaVersionHasBeenSet = true;
- }
- XmlNode destinationNode = resultNode.FirstChild("Destination");
- if(!destinationNode.IsNull())
- {
- m_destination = destinationNode;
- m_destinationHasBeenSet = true;
- }
- }
-
- return *this;
-}
-
-void StorageClassAnalysisDataExport::AddToNode(XmlNode& parentNode) const
-{
- Aws::StringStream ss;
- if(m_outputSchemaVersionHasBeenSet)
- {
- XmlNode outputSchemaVersionNode = parentNode.CreateChildElement("OutputSchemaVersion");
- outputSchemaVersionNode.SetText(StorageClassAnalysisSchemaVersionMapper::GetNameForStorageClassAnalysisSchemaVersion(m_outputSchemaVersion));
- }
-
- if(m_destinationHasBeenSet)
- {
- XmlNode destinationNode = parentNode.CreateChildElement("Destination");
- m_destination.AddToNode(destinationNode);
- }
-
-}
-
-} // namespace Model
-} // namespace S3
-} // namespace Aws
+/**
+ * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+ * SPDX-License-Identifier: Apache-2.0.
+ */
+
+#include <aws/s3/model/StorageClassAnalysisDataExport.h>
+#include <aws/core/utils/xml/XmlSerializer.h>
+#include <aws/core/utils/StringUtils.h>
+#include <aws/core/utils/memory/stl/AWSStringStream.h>
+
+#include <utility>
+
+using namespace Aws::Utils::Xml;
+using namespace Aws::Utils;
+
+namespace Aws
+{
+namespace S3
+{
+namespace Model
+{
+
+StorageClassAnalysisDataExport::StorageClassAnalysisDataExport() :
+ m_outputSchemaVersion(StorageClassAnalysisSchemaVersion::NOT_SET),
+ m_outputSchemaVersionHasBeenSet(false),
+ m_destinationHasBeenSet(false)
+{
+}
+
+StorageClassAnalysisDataExport::StorageClassAnalysisDataExport(const XmlNode& xmlNode) :
+ m_outputSchemaVersion(StorageClassAnalysisSchemaVersion::NOT_SET),
+ m_outputSchemaVersionHasBeenSet(false),
+ m_destinationHasBeenSet(false)
+{
+ *this = xmlNode;
+}
+
+StorageClassAnalysisDataExport& StorageClassAnalysisDataExport::operator =(const XmlNode& xmlNode)
+{
+ XmlNode resultNode = xmlNode;
+
+ if(!resultNode.IsNull())
+ {
+ XmlNode outputSchemaVersionNode = resultNode.FirstChild("OutputSchemaVersion");
+ if(!outputSchemaVersionNode.IsNull())
+ {
+ m_outputSchemaVersion = StorageClassAnalysisSchemaVersionMapper::GetStorageClassAnalysisSchemaVersionForName(StringUtils::Trim(Aws::Utils::Xml::DecodeEscapedXmlText(outputSchemaVersionNode.GetText()).c_str()).c_str());
+ m_outputSchemaVersionHasBeenSet = true;
+ }
+ XmlNode destinationNode = resultNode.FirstChild("Destination");
+ if(!destinationNode.IsNull())
+ {
+ m_destination = destinationNode;
+ m_destinationHasBeenSet = true;
+ }
+ }
+
+ return *this;
+}
+
+void StorageClassAnalysisDataExport::AddToNode(XmlNode& parentNode) const
+{
+ Aws::StringStream ss;
+ if(m_outputSchemaVersionHasBeenSet)
+ {
+ XmlNode outputSchemaVersionNode = parentNode.CreateChildElement("OutputSchemaVersion");
+ outputSchemaVersionNode.SetText(StorageClassAnalysisSchemaVersionMapper::GetNameForStorageClassAnalysisSchemaVersion(m_outputSchemaVersion));
+ }
+
+ if(m_destinationHasBeenSet)
+ {
+ XmlNode destinationNode = parentNode.CreateChildElement("Destination");
+ m_destination.AddToNode(destinationNode);
+ }
+
+}
+
+} // namespace Model
+} // namespace S3
+} // namespace Aws