7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
16namespace ElasticBeanstalk {
32 const char* locationValue)
const;
43 m_enabledHasBeenSet =
true;
59 m_maxCountHasBeenSet =
true;
76 m_deleteSourceFromS3HasBeenSet =
true;
77 m_deleteSourceFromS3 = value;
85 bool m_enabled{
false};
89 bool m_deleteSourceFromS3{
false};
90 bool m_enabledHasBeenSet =
false;
91 bool m_maxCountHasBeenSet =
false;
92 bool m_deleteSourceFromS3HasBeenSet =
false;
void SetDeleteSourceFromS3(bool value)
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool MaxCountHasBeenSet() const
MaxCountRule & WithEnabled(bool value)
void SetEnabled(bool value)
MaxCountRule & WithMaxCount(int value)
bool EnabledHasBeenSet() const
bool DeleteSourceFromS3HasBeenSet() const
bool GetDeleteSourceFromS3() const
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_ELASTICBEANSTALK_API MaxCountRule()=default
AWS_ELASTICBEANSTALK_API MaxCountRule(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetMaxCount(int value)
AWS_ELASTICBEANSTALK_API MaxCountRule & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
MaxCountRule & WithDeleteSourceFromS3(bool value)
std::basic_ostream< char, std::char_traits< char > > OStream