7#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace ElasticBeanstalk
39 AWS_ELASTICBEANSTALK_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
51 inline void SetSolutionStackName(
const char* value) { m_solutionStackNameHasBeenSet =
true; m_solutionStackName.assign(value); }
74 bool m_solutionStackNameHasBeenSet =
false;
77 bool m_permittedFileTypesHasBeenSet =
false;
SolutionStackDescription & AddPermittedFileTypes(Aws::String &&value)
void SetSolutionStackName(const Aws::String &value)
void SetPermittedFileTypes(const Aws::Vector< Aws::String > &value)
void SetPermittedFileTypes(Aws::Vector< Aws::String > &&value)
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
SolutionStackDescription & WithSolutionStackName(const Aws::String &value)
SolutionStackDescription & WithPermittedFileTypes(Aws::Vector< Aws::String > &&value)
SolutionStackDescription & AddPermittedFileTypes(const char *value)
SolutionStackDescription & WithSolutionStackName(const char *value)
AWS_ELASTICBEANSTALK_API SolutionStackDescription()
const Aws::String & GetSolutionStackName() const
AWS_ELASTICBEANSTALK_API SolutionStackDescription & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetSolutionStackName(Aws::String &&value)
SolutionStackDescription & WithSolutionStackName(Aws::String &&value)
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetSolutionStackName(const char *value)
SolutionStackDescription & AddPermittedFileTypes(const Aws::String &value)
SolutionStackDescription & WithPermittedFileTypes(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetPermittedFileTypes() const
bool PermittedFileTypesHasBeenSet() const
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