7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
20namespace ElasticBeanstalk {
35 const char* locationValue)
const;
44 template <
typename SolutionStackNameT = Aws::String>
46 m_solutionStackNameHasBeenSet =
true;
47 m_solutionStackName = std::forward<SolutionStackNameT>(value);
49 template <
typename SolutionStackNameT = Aws::String>
62 template <
typename PermittedFileTypesT = Aws::Vector<Aws::String>>
64 m_permittedFileTypesHasBeenSet =
true;
65 m_permittedFileTypes = std::forward<PermittedFileTypesT>(value);
67 template <
typename PermittedFileTypesT = Aws::Vector<Aws::String>>
72 template <
typename PermittedFileTypesT = Aws::String>
74 m_permittedFileTypesHasBeenSet =
true;
75 m_permittedFileTypes.emplace_back(std::forward<PermittedFileTypesT>(value));
83 bool m_solutionStackNameHasBeenSet =
false;
84 bool m_permittedFileTypesHasBeenSet =
false;
AWS_ELASTICBEANSTALK_API SolutionStackDescription(const Aws::Utils::Xml::XmlNode &xmlNode)
bool SolutionStackNameHasBeenSet() const
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::String & GetSolutionStackName() const
AWS_ELASTICBEANSTALK_API SolutionStackDescription & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
SolutionStackDescription & AddPermittedFileTypes(PermittedFileTypesT &&value)
AWS_ELASTICBEANSTALK_API SolutionStackDescription()=default
void SetSolutionStackName(SolutionStackNameT &&value)
SolutionStackDescription & WithPermittedFileTypes(PermittedFileTypesT &&value)
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &oStream, const char *location) const
SolutionStackDescription & WithSolutionStackName(SolutionStackNameT &&value)
const Aws::Vector< Aws::String > & GetPermittedFileTypes() const
bool PermittedFileTypesHasBeenSet() const
void SetPermittedFileTypes(PermittedFileTypesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream