AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DeletePlatformVersionResult.h
1
6#pragma once
7#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
8#include <aws/elasticbeanstalk/model/PlatformSummary.h>
9#include <aws/elasticbeanstalk/model/ResponseMetadata.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Xml
20{
21 class XmlDocument;
22} // namespace Xml
23} // namespace Utils
24namespace ElasticBeanstalk
25{
26namespace Model
27{
29 {
30 public:
31 AWS_ELASTICBEANSTALK_API DeletePlatformVersionResult();
34
35
37
40 inline const PlatformSummary& GetPlatformSummary() const{ return m_platformSummary; }
41 inline void SetPlatformSummary(const PlatformSummary& value) { m_platformSummary = value; }
42 inline void SetPlatformSummary(PlatformSummary&& value) { m_platformSummary = std::move(value); }
44 inline DeletePlatformVersionResult& WithPlatformSummary(PlatformSummary&& value) { SetPlatformSummary(std::move(value)); return *this;}
46
48
49 inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; }
50 inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; }
51 inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); }
53 inline DeletePlatformVersionResult& WithResponseMetadata(ResponseMetadata&& value) { SetResponseMetadata(std::move(value)); return *this;}
55 private:
56
57 PlatformSummary m_platformSummary;
58
59 ResponseMetadata m_responseMetadata;
60 };
61
62} // namespace Model
63} // namespace ElasticBeanstalk
64} // namespace Aws
DeletePlatformVersionResult & WithResponseMetadata(ResponseMetadata &&value)
DeletePlatformVersionResult & WithPlatformSummary(const PlatformSummary &value)
DeletePlatformVersionResult & WithResponseMetadata(const ResponseMetadata &value)
DeletePlatformVersionResult & WithPlatformSummary(PlatformSummary &&value)
AWS_ELASTICBEANSTALK_API DeletePlatformVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_ELASTICBEANSTALK_API DeletePlatformVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
Aws::Utils::Xml::XmlDocument XmlDocument