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>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace ElasticBeanstalk
48 template<
typename EnvironmentInfoT = Aws::Vector<EnvironmentInfoDescription>>
49 void SetEnvironmentInfo(EnvironmentInfoT&& value) { m_environmentInfoHasBeenSet =
true; m_environmentInfo = std::forward<EnvironmentInfoT>(value); }
50 template<
typename EnvironmentInfoT = Aws::Vector<EnvironmentInfoDescription>>
52 template<
typename EnvironmentInfoT = EnvironmentInfoDescription>
59 template<
typename ResponseMetadataT = ResponseMetadata>
60 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
61 template<
typename ResponseMetadataT = ResponseMetadata>
67 bool m_environmentInfoHasBeenSet =
false;
70 bool m_responseMetadataHasBeenSet =
false;
AWS_ELASTICBEANSTALK_API RetrieveEnvironmentInfoResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
RetrieveEnvironmentInfoResult & WithEnvironmentInfo(EnvironmentInfoT &&value)
AWS_ELASTICBEANSTALK_API RetrieveEnvironmentInfoResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_ELASTICBEANSTALK_API RetrieveEnvironmentInfoResult()=default
RetrieveEnvironmentInfoResult & AddEnvironmentInfo(EnvironmentInfoT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
const Aws::Vector< EnvironmentInfoDescription > & GetEnvironmentInfo() const
void SetEnvironmentInfo(EnvironmentInfoT &&value)
const ResponseMetadata & GetResponseMetadata() const
RetrieveEnvironmentInfoResult & WithResponseMetadata(ResponseMetadataT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument