7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotsitewise/model/PropertyNotificationState.h>
53 template<
typename TopicT = Aws::String>
54 void SetTopic(TopicT&& value) { m_topicHasBeenSet =
true; m_topic = std::forward<TopicT>(value); }
55 template<
typename TopicT = Aws::String>
71 bool m_topicHasBeenSet =
false;
74 bool m_stateHasBeenSet =
false;
AWS_IOTSITEWISE_API PropertyNotification()=default
void SetState(PropertyNotificationState value)
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
bool StateHasBeenSet() const
PropertyNotificationState GetState() const
AWS_IOTSITEWISE_API PropertyNotification(Aws::Utils::Json::JsonView jsonValue)
bool TopicHasBeenSet() const
PropertyNotification & WithState(PropertyNotificationState value)
PropertyNotification & WithTopic(TopicT &&value)
void SetTopic(TopicT &&value)
AWS_IOTSITEWISE_API PropertyNotification & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTopic() const
PropertyNotificationState
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue