AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
RetrieveEnvironmentInfoResult.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/EnvironmentInfoDescription.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 RetrieveEnvironmentInfoResult();
41
42
44
47 inline const Aws::Vector<EnvironmentInfoDescription>& GetEnvironmentInfo() const{ return m_environmentInfo; }
48 inline void SetEnvironmentInfo(const Aws::Vector<EnvironmentInfoDescription>& value) { m_environmentInfo = value; }
49 inline void SetEnvironmentInfo(Aws::Vector<EnvironmentInfoDescription>&& value) { m_environmentInfo = std::move(value); }
52 inline RetrieveEnvironmentInfoResult& AddEnvironmentInfo(const EnvironmentInfoDescription& value) { m_environmentInfo.push_back(value); return *this; }
53 inline RetrieveEnvironmentInfoResult& AddEnvironmentInfo(EnvironmentInfoDescription&& value) { m_environmentInfo.push_back(std::move(value)); return *this; }
55
57
58 inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; }
59 inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; }
60 inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); }
64 private:
65
67
68 ResponseMetadata m_responseMetadata;
69 };
70
71} // namespace Model
72} // namespace ElasticBeanstalk
73} // namespace Aws
AWS_ELASTICBEANSTALK_API RetrieveEnvironmentInfoResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_ELASTICBEANSTALK_API RetrieveEnvironmentInfoResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
RetrieveEnvironmentInfoResult & WithEnvironmentInfo(Aws::Vector< EnvironmentInfoDescription > &&value)
void SetEnvironmentInfo(const Aws::Vector< EnvironmentInfoDescription > &value)
RetrieveEnvironmentInfoResult & AddEnvironmentInfo(const EnvironmentInfoDescription &value)
RetrieveEnvironmentInfoResult & WithResponseMetadata(const ResponseMetadata &value)
RetrieveEnvironmentInfoResult & WithResponseMetadata(ResponseMetadata &&value)
RetrieveEnvironmentInfoResult & AddEnvironmentInfo(EnvironmentInfoDescription &&value)
const Aws::Vector< EnvironmentInfoDescription > & GetEnvironmentInfo() const
void SetEnvironmentInfo(Aws::Vector< EnvironmentInfoDescription > &&value)
RetrieveEnvironmentInfoResult & WithEnvironmentInfo(const Aws::Vector< EnvironmentInfoDescription > &value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument