7#include <aws/iotevents/IoTEvents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
57 template<
typename JsonPathT = Aws::String>
58 void SetJsonPath(JsonPathT&& value) { m_jsonPathHasBeenSet =
true; m_jsonPath = std::forward<JsonPathT>(value); }
59 template<
typename JsonPathT = Aws::String>
65 bool m_jsonPathHasBeenSet =
false;
const Aws::String & GetJsonPath() const
AWS_IOTEVENTS_API Attribute & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTEVENTS_API Attribute()=default
AWS_IOTEVENTS_API Attribute(Aws::Utils::Json::JsonView jsonValue)
bool JsonPathHasBeenSet() const
void SetJsonPath(JsonPathT &&value)
Attribute & WithJsonPath(JsonPathT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue