AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
InventoryDestination.h
Go to the documentation of this file.
1
6#pragma once
7#include <aws/s3/S3_EXPORTS.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
39
40
45 inline const InventoryS3BucketDestination& GetS3BucketDestination() const{ return m_s3BucketDestination; }
46
51 inline bool S3BucketDestinationHasBeenSet() const { return m_s3BucketDestinationHasBeenSet; }
52
57 inline void SetS3BucketDestination(const InventoryS3BucketDestination& value) { m_s3BucketDestinationHasBeenSet = true; m_s3BucketDestination = value; }
58
63 inline void SetS3BucketDestination(InventoryS3BucketDestination&& value) { m_s3BucketDestinationHasBeenSet = true; m_s3BucketDestination = std::move(value); }
64
70
76
77 private:
78
79 InventoryS3BucketDestination m_s3BucketDestination;
80 bool m_s3BucketDestinationHasBeenSet = false;
81 };
82
83} // namespace Model
84} // namespace S3
85} // namespace Aws
#define AWS_S3_API
Definition: S3_EXPORTS.h:28
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)