7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/pinpoint/model/SimpleCondition.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename ConditionT = SimpleCondition>
49 void SetCondition(ConditionT&& value) { m_conditionHasBeenSet =
true; m_condition = std::forward<ConditionT>(value); }
50 template<
typename ConditionT = SimpleCondition>
61 template<
typename NextActivityT = Aws::String>
62 void SetNextActivity(NextActivityT&& value) { m_nextActivityHasBeenSet =
true; m_nextActivity = std::forward<NextActivityT>(value); }
63 template<
typename NextActivityT = Aws::String>
69 bool m_conditionHasBeenSet =
false;
72 bool m_nextActivityHasBeenSet =
false;
MultiConditionalBranch & WithNextActivity(NextActivityT &&value)
AWS_PINPOINT_API MultiConditionalBranch & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ConditionHasBeenSet() const
void SetCondition(ConditionT &&value)
MultiConditionalBranch & WithCondition(ConditionT &&value)
bool NextActivityHasBeenSet() const
void SetNextActivity(NextActivityT &&value)
const Aws::String & GetNextActivity() const
AWS_PINPOINT_API MultiConditionalBranch(Aws::Utils::Json::JsonView jsonValue)
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PINPOINT_API MultiConditionalBranch()=default
const SimpleCondition & GetCondition() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue