aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/InventoryConfiguration.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/InventoryConfiguration.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/InventoryConfiguration.h')
-rw-r--r--contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/InventoryConfiguration.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/InventoryConfiguration.h b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/InventoryConfiguration.h
index d48347ff65..fec504d7a7 100644
--- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/InventoryConfiguration.h
+++ b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/InventoryConfiguration.h
@@ -32,19 +32,19 @@ namespace Model
* <p>Specifies the inventory configuration for an Amazon S3 bucket. For more
* information, see <a
* href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGETInventoryConfig.html">GET
- * Bucket inventory</a> in the <i>Amazon Simple Storage Service API Reference</i>.
- * </p><p><h3>See Also:</h3> <a
+ * Bucket inventory</a> in the <i>Amazon S3 API Reference</i>. </p><p><h3>See
+ * Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/InventoryConfiguration">AWS
* API Reference</a></p>
*/
- class AWS_S3_API InventoryConfiguration
+ class InventoryConfiguration
{
public:
- InventoryConfiguration();
- InventoryConfiguration(const Aws::Utils::Xml::XmlNode& xmlNode);
- InventoryConfiguration& operator=(const Aws::Utils::Xml::XmlNode& xmlNode);
+ AWS_S3_API InventoryConfiguration();
+ AWS_S3_API InventoryConfiguration(const Aws::Utils::Xml::XmlNode& xmlNode);
+ AWS_S3_API InventoryConfiguration& 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;
/**
@@ -314,25 +314,25 @@ namespace Model
private:
InventoryDestination m_destination;
- bool m_destinationHasBeenSet;
+ bool m_destinationHasBeenSet = false;
bool m_isEnabled;
- bool m_isEnabledHasBeenSet;
+ bool m_isEnabledHasBeenSet = false;
InventoryFilter m_filter;
- bool m_filterHasBeenSet;
+ bool m_filterHasBeenSet = false;
Aws::String m_id;
- bool m_idHasBeenSet;
+ bool m_idHasBeenSet = false;
InventoryIncludedObjectVersions m_includedObjectVersions;
- bool m_includedObjectVersionsHasBeenSet;
+ bool m_includedObjectVersionsHasBeenSet = false;
Aws::Vector<InventoryOptionalField> m_optionalFields;
- bool m_optionalFieldsHasBeenSet;
+ bool m_optionalFieldsHasBeenSet = false;
InventorySchedule m_schedule;
- bool m_scheduleHasBeenSet;
+ bool m_scheduleHasBeenSet = false;
};
} // namespace Model