AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
DescribeConfigurationSettingsResult.h
1
6#pragma once
7#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/elasticbeanstalk/model/ResponseMetadata.h>
10#include <aws/elasticbeanstalk/model/ConfigurationSettingsDescription.h>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Xml
21{
22 class XmlDocument;
23} // namespace Xml
24} // namespace Utils
25namespace ElasticBeanstalk
26{
27namespace Model
28{
36 {
37 public:
38 AWS_ELASTICBEANSTALK_API DescribeConfigurationSettingsResult() = default;
41
42
44
47 inline const Aws::Vector<ConfigurationSettingsDescription>& GetConfigurationSettings() const { return m_configurationSettings; }
48 template<typename ConfigurationSettingsT = Aws::Vector<ConfigurationSettingsDescription>>
49 void SetConfigurationSettings(ConfigurationSettingsT&& value) { m_configurationSettingsHasBeenSet = true; m_configurationSettings = std::forward<ConfigurationSettingsT>(value); }
50 template<typename ConfigurationSettingsT = Aws::Vector<ConfigurationSettingsDescription>>
51 DescribeConfigurationSettingsResult& WithConfigurationSettings(ConfigurationSettingsT&& value) { SetConfigurationSettings(std::forward<ConfigurationSettingsT>(value)); return *this;}
52 template<typename ConfigurationSettingsT = ConfigurationSettingsDescription>
53 DescribeConfigurationSettingsResult& AddConfigurationSettings(ConfigurationSettingsT&& value) { m_configurationSettingsHasBeenSet = true; m_configurationSettings.emplace_back(std::forward<ConfigurationSettingsT>(value)); return *this; }
55
57
58 inline const ResponseMetadata& GetResponseMetadata() const { return m_responseMetadata; }
59 template<typename ResponseMetadataT = ResponseMetadata>
60 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet = true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
61 template<typename ResponseMetadataT = ResponseMetadata>
62 DescribeConfigurationSettingsResult& WithResponseMetadata(ResponseMetadataT&& value) { SetResponseMetadata(std::forward<ResponseMetadataT>(value)); return *this;}
64 private:
65
67 bool m_configurationSettingsHasBeenSet = false;
68
69 ResponseMetadata m_responseMetadata;
70 bool m_responseMetadataHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace ElasticBeanstalk
75} // 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