AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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:
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 inline void SetS3BucketDestination(const InventoryS3BucketDestination& value) { m_s3BucketDestinationHasBeenSet = true; m_s3BucketDestination = value; }
49 inline void SetS3BucketDestination(InventoryS3BucketDestination&& value) { m_s3BucketDestinationHasBeenSet = true; m_s3BucketDestination = std::move(value); }
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(InventoryS3BucketDestination &&value)
const InventoryS3BucketDestination & GetS3BucketDestination() const
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetS3BucketDestination(const InventoryS3BucketDestination &value)
InventoryDestination & WithS3BucketDestination(const InventoryS3BucketDestination &value)
AWS_S3_API InventoryDestination(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3_API InventoryDestination & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
InventoryDestination & WithS3BucketDestination(InventoryS3BucketDestination &&value)