AWS SDK for C++

AWS SDK for C++ Version 1.11.759

Loading...
Searching...
No Matches
DescribeConfigurationSettingsResult.h
1
6#pragma once
7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
10#include <aws/elasticbeanstalk/model/ConfigurationSettingsDescription.h>
11#include <aws/elasticbeanstalk/model/ResponseMetadata.h>
12
13#include <utility>
14
15namespace Aws {
16template <typename RESULT_TYPE>
17class AmazonWebServiceResult;
18
19namespace Utils {
20namespace Xml {
21class XmlDocument;
22} // namespace Xml
23} // namespace Utils
24namespace ElasticBeanstalk {
25namespace Model {
33 public:
34 AWS_ELASTICBEANSTALK_API DescribeConfigurationSettingsResult() = default;
38
40
43 inline const Aws::Vector<ConfigurationSettingsDescription>& GetConfigurationSettings() const { return m_configurationSettings; }
44 template <typename ConfigurationSettingsT = Aws::Vector<ConfigurationSettingsDescription>>
45 void SetConfigurationSettings(ConfigurationSettingsT&& value) {
46 m_configurationSettingsHasBeenSet = true;
47 m_configurationSettings = std::forward<ConfigurationSettingsT>(value);
48 }
49 template <typename ConfigurationSettingsT = Aws::Vector<ConfigurationSettingsDescription>>
51 SetConfigurationSettings(std::forward<ConfigurationSettingsT>(value));
52 return *this;
53 }
54 template <typename ConfigurationSettingsT = ConfigurationSettingsDescription>
56 m_configurationSettingsHasBeenSet = true;
57 m_configurationSettings.emplace_back(std::forward<ConfigurationSettingsT>(value));
58 return *this;
59 }
61
63
64 inline const ResponseMetadata& GetResponseMetadata() const { return m_responseMetadata; }
65 template <typename ResponseMetadataT = ResponseMetadata>
66 void SetResponseMetadata(ResponseMetadataT&& value) {
67 m_responseMetadataHasBeenSet = true;
68 m_responseMetadata = std::forward<ResponseMetadataT>(value);
69 }
70 template <typename ResponseMetadataT = ResponseMetadata>
72 SetResponseMetadata(std::forward<ResponseMetadataT>(value));
73 return *this;
74 }
76 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
77
78 private:
80
81 ResponseMetadata m_responseMetadata;
82 Aws::Http::HttpResponseCode m_HttpResponseCode;
83 bool m_configurationSettingsHasBeenSet = false;
84 bool m_responseMetadataHasBeenSet = false;
85};
86
87} // namespace Model
88} // namespace ElasticBeanstalk
89} // namespace Aws
const Aws::Vector< ConfigurationSettingsDescription > & GetConfigurationSettings() const
AWS_ELASTICBEANSTALK_API DescribeConfigurationSettingsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeConfigurationSettingsResult & WithConfigurationSettings(ConfigurationSettingsT &&value)
DescribeConfigurationSettingsResult & WithResponseMetadata(ResponseMetadataT &&value)
AWS_ELASTICBEANSTALK_API DescribeConfigurationSettingsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_ELASTICBEANSTALK_API DescribeConfigurationSettingsResult()=default
DescribeConfigurationSettingsResult & AddConfigurationSettings(ConfigurationSettingsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument