7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/personalize-events/PersonalizeEvents_EXPORTS.h>
19namespace PersonalizeEvents {
32 AWS_PERSONALIZEEVENTS_API
Action() =
default;
43 template <
typename ActionIdT = Aws::String>
45 m_actionIdHasBeenSet =
true;
46 m_actionId = std::forward<ActionIdT>(value);
48 template <
typename ActionIdT = Aws::String>
67 template <
typename PropertiesT = Aws::String>
69 m_propertiesHasBeenSet =
true;
70 m_properties = std::forward<PropertiesT>(value);
72 template <
typename PropertiesT = Aws::String>
82 bool m_actionIdHasBeenSet =
false;
83 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