AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
GetBucketMetadataConfigurationResult.h
1
6#pragma once
7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/s3-crt/model/MetadataConfigurationResult.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Xml
16{
17 class XmlNode;
18} // namespace Xml
19} // namespace Utils
20namespace S3Crt
21{
22namespace Model
23{
24
32 {
33 public:
34 AWS_S3CRT_API GetBucketMetadataConfigurationResult() = default;
37
38 AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode& parentNode) const;
39
40
42
45 inline const MetadataConfigurationResult& GetMetadataConfigurationResult() const { return m_metadataConfigurationResult; }
46 inline bool MetadataConfigurationResultHasBeenSet() const { return m_metadataConfigurationResultHasBeenSet; }
47 template<typename MetadataConfigurationResultT = MetadataConfigurationResult>
48 void SetMetadataConfigurationResult(MetadataConfigurationResultT&& value) { m_metadataConfigurationResultHasBeenSet = true; m_metadataConfigurationResult = std::forward<MetadataConfigurationResultT>(value); }
49 template<typename MetadataConfigurationResultT = MetadataConfigurationResult>
50 GetBucketMetadataConfigurationResult& WithMetadataConfigurationResult(MetadataConfigurationResultT&& value) { SetMetadataConfigurationResult(std::forward<MetadataConfigurationResultT>(value)); return *this;}
52 private:
53
54 MetadataConfigurationResult m_metadataConfigurationResult;
55 bool m_metadataConfigurationResultHasBeenSet = false;
56 };
57
58} // namespace Model
59} // namespace S3Crt
60} // namespace Aws
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_S3CRT_API GetBucketMetadataConfigurationResult(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CRT_API GetBucketMetadataConfigurationResult & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
GetBucketMetadataConfigurationResult & WithMetadataConfigurationResult(MetadataConfigurationResultT &&value)