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>
48 template<
typename DataPathT = Aws::String>
49 void SetDataPath(DataPathT&& value) { m_dataPathHasBeenSet =
true; m_dataPath = std::forward<DataPathT>(value); }
50 template<
typename DataPathT = Aws::String>
60 template<
typename MessageT = Aws::String>
61 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
62 template<
typename MessageT = Aws::String>
68 bool m_dataPathHasBeenSet =
false;
71 bool m_messageHasBeenSet =
false;
AWS_CLOUDWATCH_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
DashboardValidationMessage & WithDataPath(DataPathT &&value)
bool DataPathHasBeenSet() const
bool MessageHasBeenSet() const
AWS_CLOUDWATCH_API DashboardValidationMessage(const Aws::Utils::Xml::XmlNode &xmlNode)
DashboardValidationMessage & WithMessage(MessageT &&value)
void SetMessage(MessageT &&value)
const Aws::String & GetMessage() const
void SetDataPath(DataPathT &&value)
AWS_CLOUDWATCH_API DashboardValidationMessage()=default
const Aws::String & GetDataPath() const
AWS_CLOUDWATCH_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_CLOUDWATCH_API DashboardValidationMessage & operator=(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