AWS SDK for C++

AWS SDK for C++ Version 1.11.747

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
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Xml {
19class XmlDocument;
20} // namespace Xml
21} // namespace Utils
22namespace ElasticBeanstalk {
23namespace Model {
25 public:
26 AWS_ELASTICBEANSTALK_API DeletePlatformVersionResult() = default;
29
31
34 inline const PlatformSummary& GetPlatformSummary() const { return m_platformSummary; }
35 template <typename PlatformSummaryT = PlatformSummary>
36 void SetPlatformSummary(PlatformSummaryT&& value) {
37 m_platformSummaryHasBeenSet = true;
38 m_platformSummary = std::forward<PlatformSummaryT>(value);
39 }
40 template <typename PlatformSummaryT = PlatformSummary>
42 SetPlatformSummary(std::forward<PlatformSummaryT>(value));
43 return *this;
44 }
46
48
49 inline const ResponseMetadata& GetResponseMetadata() const { return m_responseMetadata; }
50 template <typename ResponseMetadataT = ResponseMetadata>
51 void SetResponseMetadata(ResponseMetadataT&& value) {
52 m_responseMetadataHasBeenSet = true;
53 m_responseMetadata = std::forward<ResponseMetadataT>(value);
54 }
55 template <typename ResponseMetadataT = ResponseMetadata>
57 SetResponseMetadata(std::forward<ResponseMetadataT>(value));
58 return *this;
59 }
61 private:
62 PlatformSummary m_platformSummary;
63
64 ResponseMetadata m_responseMetadata;
65 bool m_platformSummaryHasBeenSet = false;
66 bool m_responseMetadataHasBeenSet = false;
67};
68
69} // namespace Model
70} // namespace ElasticBeanstalk
71} // namespace Aws
AWS_ELASTICBEANSTALK_API DeletePlatformVersionResult()=default
DeletePlatformVersionResult & WithResponseMetadata(ResponseMetadataT &&value)
AWS_ELASTICBEANSTALK_API DeletePlatformVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DeletePlatformVersionResult & WithPlatformSummary(PlatformSummaryT &&value)
AWS_ELASTICBEANSTALK_API DeletePlatformVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
Aws::Utils::Xml::XmlDocument XmlDocument