7#include <aws/monitoring/CloudWatch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
59 template<
typename TimezoneT = Aws::String>
60 void SetTimezone(TimezoneT&& value) { m_timezoneHasBeenSet =
true; m_timezone = std::forward<TimezoneT>(value); }
61 template<
typename TimezoneT = Aws::String>
67 bool m_timezoneHasBeenSet =
false;
AWS_CLOUDWATCH_API LabelOptions()=default
AWS_CLOUDWATCH_API LabelOptions & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetTimezone(TimezoneT &&value)
const Aws::String & GetTimezone() const
AWS_CLOUDWATCH_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_CLOUDWATCH_API void OutputToStream(Aws::OStream &oStream, const char *location) const
LabelOptions & WithTimezone(TimezoneT &&value)
bool TimezoneHasBeenSet() const
AWS_CLOUDWATCH_API LabelOptions(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream