AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DescribeStorageResult.h
1
6#pragma once
7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/redshift/model/ResponseMetadata.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Xml
19{
20 class XmlDocument;
21} // namespace Xml
22} // namespace Utils
23namespace Redshift
24{
25namespace Model
26{
28 {
29 public:
30 AWS_REDSHIFT_API DescribeStorageResult();
33
34
36
39 inline double GetTotalBackupSizeInMegaBytes() const{ return m_totalBackupSizeInMegaBytes; }
40 inline void SetTotalBackupSizeInMegaBytes(double value) { m_totalBackupSizeInMegaBytes = value; }
43
45
48 inline double GetTotalProvisionedStorageInMegaBytes() const{ return m_totalProvisionedStorageInMegaBytes; }
49 inline void SetTotalProvisionedStorageInMegaBytes(double value) { m_totalProvisionedStorageInMegaBytes = value; }
52
54
55 inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; }
56 inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; }
57 inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); }
59 inline DescribeStorageResult& WithResponseMetadata(ResponseMetadata&& value) { SetResponseMetadata(std::move(value)); return *this;}
61 private:
62
63 double m_totalBackupSizeInMegaBytes;
64
65 double m_totalProvisionedStorageInMegaBytes;
66
67 ResponseMetadata m_responseMetadata;
68 };
69
70} // namespace Model
71} // namespace Redshift
72} // namespace Aws
DescribeStorageResult & WithTotalProvisionedStorageInMegaBytes(double value)
DescribeStorageResult & WithResponseMetadata(ResponseMetadata &&value)
DescribeStorageResult & WithTotalBackupSizeInMegaBytes(double value)
void SetResponseMetadata(ResponseMetadata &&value)
const ResponseMetadata & GetResponseMetadata() const
AWS_REDSHIFT_API DescribeStorageResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeStorageResult & WithResponseMetadata(const ResponseMetadata &value)
void SetResponseMetadata(const ResponseMetadata &value)
AWS_REDSHIFT_API DescribeStorageResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
Aws::Utils::Xml::XmlDocument XmlDocument