AWS SDK for C++

AWS SDK for C++ Version 1.11.788

Loading...
Searching...
No Matches
DescribePlatformVersionResult.h
1
6#pragma once
7#include <aws/core/http/HttpResponse.h>
8#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
9#include <aws/elasticbeanstalk/model/PlatformDescription.h>
10#include <aws/elasticbeanstalk/model/ResponseMetadata.h>
11
12#include <utility>
13
14namespace Aws {
15template <typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils {
19namespace Xml {
20class XmlDocument;
21} // namespace Xml
22} // namespace Utils
23namespace ElasticBeanstalk {
24namespace Model {
26 public:
27 AWS_ELASTICBEANSTALK_API DescribePlatformVersionResult() = default;
29 AWS_ELASTICBEANSTALK_API DescribePlatformVersionResult& operator=(
31
33
36 inline const PlatformDescription& GetPlatformDescription() const { return m_platformDescription; }
37 template <typename PlatformDescriptionT = PlatformDescription>
38 void SetPlatformDescription(PlatformDescriptionT&& value) {
39 m_platformDescriptionHasBeenSet = true;
40 m_platformDescription = std::forward<PlatformDescriptionT>(value);
41 }
42 template <typename PlatformDescriptionT = PlatformDescription>
44 SetPlatformDescription(std::forward<PlatformDescriptionT>(value));
45 return *this;
46 }
48
50
51 inline const ResponseMetadata& GetResponseMetadata() const { return m_responseMetadata; }
52 template <typename ResponseMetadataT = ResponseMetadata>
53 void SetResponseMetadata(ResponseMetadataT&& value) {
54 m_responseMetadataHasBeenSet = true;
55 m_responseMetadata = std::forward<ResponseMetadataT>(value);
56 }
57 template <typename ResponseMetadataT = ResponseMetadata>
59 SetResponseMetadata(std::forward<ResponseMetadataT>(value));
60 return *this;
61 }
63 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
64
65 private:
66 PlatformDescription m_platformDescription;
67
68 ResponseMetadata m_responseMetadata;
69 Aws::Http::HttpResponseCode m_HttpResponseCode;
70 bool m_platformDescriptionHasBeenSet = false;
71 bool m_responseMetadataHasBeenSet = false;
72};
73
74} // namespace Model
75} // namespace ElasticBeanstalk
76} // namespace Aws
DescribePlatformVersionResult & WithResponseMetadata(ResponseMetadataT &&value)
DescribePlatformVersionResult & WithPlatformDescription(PlatformDescriptionT &&value)
AWS_ELASTICBEANSTALK_API DescribePlatformVersionResult()=default
AWS_ELASTICBEANSTALK_API DescribePlatformVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_ELASTICBEANSTALK_API DescribePlatformVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
Aws::Utils::Xml::XmlDocument XmlDocument