7#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
19namespace ElasticBeanstalk
37 AWS_ELASTICBEANSTALK_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
48 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
58 inline void SetMaxCount(
int value) { m_maxCountHasBeenSet =
true; m_maxCount = value; }
69 inline void SetDeleteSourceFromS3(
bool value) { m_deleteSourceFromS3HasBeenSet =
true; m_deleteSourceFromS3 = value; }
75 bool m_enabledHasBeenSet =
false;
78 bool m_maxCountHasBeenSet =
false;
80 bool m_deleteSourceFromS3;
81 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
AWS_ELASTICBEANSTALK_API MaxCountRule()
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(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