7#include <aws/personalize-events/PersonalizeEvents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace PersonalizeEvents
37 AWS_PERSONALIZEEVENTS_API
Action() =
default;
49 template<
typename ActionIdT = Aws::String>
50 void SetActionId(ActionIdT&& value) { m_actionIdHasBeenSet =
true; m_actionId = std::forward<ActionIdT>(value); }
51 template<
typename ActionIdT = Aws::String>
67 template<
typename PropertiesT = Aws::String>
68 void SetProperties(PropertiesT&& value) { m_propertiesHasBeenSet =
true; m_properties = std::forward<PropertiesT>(value); }
69 template<
typename PropertiesT = Aws::String>
75 bool m_actionIdHasBeenSet =
false;
78 bool m_propertiesHasBeenSet =
false;
bool ActionIdHasBeenSet() const
void SetActionId(ActionIdT &&value)
const Aws::String & GetActionId() const
bool PropertiesHasBeenSet() const
Action & WithActionId(ActionIdT &&value)
AWS_PERSONALIZEEVENTS_API Action(Aws::Utils::Json::JsonView jsonValue)
Action & WithProperties(PropertiesT &&value)
const Aws::String & GetProperties() const
void SetProperties(PropertiesT &&value)
AWS_PERSONALIZEEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PERSONALIZEEVENTS_API Action()=default
AWS_PERSONALIZEEVENTS_API Action & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue