AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
InventoryDestination.h
1
6#pragma once
7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/model/InventoryS3BucketDestination.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Xml
16{
17 class XmlNode;
18} // namespace Xml
19} // namespace Utils
20namespace S3
21{
22namespace Model
23{
24
32 {
33 public:
34 AWS_S3_API InventoryDestination() = default;
37
38 AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode& parentNode) const;
39
40
42
46 inline const InventoryS3BucketDestination& GetS3BucketDestination() const { return m_s3BucketDestination; }
47 inline bool S3BucketDestinationHasBeenSet() const { return m_s3BucketDestinationHasBeenSet; }
48 template<typename S3BucketDestinationT = InventoryS3BucketDestination>
49 void SetS3BucketDestination(S3BucketDestinationT&& value) { m_s3BucketDestinationHasBeenSet = true; m_s3BucketDestination = std::forward<S3BucketDestinationT>(value); }
50 template<typename S3BucketDestinationT = InventoryS3BucketDestination>
51 InventoryDestination& WithS3BucketDestination(S3BucketDestinationT&& value) { SetS3BucketDestination(std::forward<S3BucketDestinationT>(value)); return *this;}
53 private:
54
55 InventoryS3BucketDestination m_s3BucketDestination;
56 bool m_s3BucketDestinationHasBeenSet = false;
57 };
58
59} // namespace Model
60} // namespace S3
61} // namespace Aws
void SetS3BucketDestination(S3BucketDestinationT &&value)
const InventoryS3BucketDestination & GetS3BucketDestination() const
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_S3_API InventoryDestination()=default
InventoryDestination & WithS3BucketDestination(S3BucketDestinationT &&value)
AWS_S3_API InventoryDestination(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3_API InventoryDestination & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)