7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetRecurringChargeAmount(
double value) { m_recurringChargeAmountHasBeenSet =
true; m_recurringChargeAmount = value; }
59 template<
typename RecurringChargeFrequencyT = Aws::String>
60 void SetRecurringChargeFrequency(RecurringChargeFrequencyT&& value) { m_recurringChargeFrequencyHasBeenSet =
true; m_recurringChargeFrequency = std::forward<RecurringChargeFrequencyT>(value); }
61 template<
typename RecurringChargeFrequencyT = Aws::String>
66 double m_recurringChargeAmount{0.0};
67 bool m_recurringChargeAmountHasBeenSet =
false;
70 bool m_recurringChargeFrequencyHasBeenSet =
false;
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_REDSHIFT_API RecurringCharge()=default
bool RecurringChargeFrequencyHasBeenSet() const
RecurringCharge & WithRecurringChargeFrequency(RecurringChargeFrequencyT &&value)
double GetRecurringChargeAmount() const
void SetRecurringChargeAmount(double value)
AWS_REDSHIFT_API RecurringCharge(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetRecurringChargeFrequency() const
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetRecurringChargeFrequency(RecurringChargeFrequencyT &&value)
bool RecurringChargeAmountHasBeenSet() const
AWS_REDSHIFT_API RecurringCharge & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
RecurringCharge & WithRecurringChargeAmount(double value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream