AWS SDK for C++

AWS SDK for C++ Version 1.11.754

Loading...
Searching...
No Matches
DescribePlatformVersionResult.h
1
6#pragma once
7#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
8#include <aws/elasticbeanstalk/model/PlatformDescription.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 DescribePlatformVersionResult() = default;
28 AWS_ELASTICBEANSTALK_API DescribePlatformVersionResult& operator=(
30
32
35 inline const PlatformDescription& GetPlatformDescription() const { return m_platformDescription; }
36 template <typename PlatformDescriptionT = PlatformDescription>
37 void SetPlatformDescription(PlatformDescriptionT&& value) {
38 m_platformDescriptionHasBeenSet = true;
39 m_platformDescription = std::forward<PlatformDescriptionT>(value);
40 }
41 template <typename PlatformDescriptionT = PlatformDescription>
43 SetPlatformDescription(std::forward<PlatformDescriptionT>(value));
44 return *this;
45 }
47
49
50 inline const ResponseMetadata& GetResponseMetadata() const { return m_responseMetadata; }
51 template <typename ResponseMetadataT = ResponseMetadata>
52 void SetResponseMetadata(ResponseMetadataT&& value) {
53 m_responseMetadataHasBeenSet = true;
54 m_responseMetadata = std::forward<ResponseMetadataT>(value);
55 }
56 template <typename ResponseMetadataT = ResponseMetadata>
58 SetResponseMetadata(std::forward<ResponseMetadataT>(value));
59 return *this;
60 }
62 private:
63 PlatformDescription m_platformDescription;
64
65 ResponseMetadata m_responseMetadata;
66 bool m_platformDescriptionHasBeenSet = false;
67 bool m_responseMetadataHasBeenSet = false;
68};
69
70} // namespace Model
71} // namespace ElasticBeanstalk
72} // 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