7#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/pinpoint/model/RandomSplitEntry.h>
51 template<
typename BranchesT = Aws::Vector<RandomSplitEntry>>
52 void SetBranches(BranchesT&& value) { m_branchesHasBeenSet =
true; m_branches = std::forward<BranchesT>(value); }
53 template<
typename BranchesT = Aws::Vector<RandomSplitEntry>>
55 template<
typename BranchesT = RandomSplitEntry>
61 bool m_branchesHasBeenSet =
false;
RandomSplitActivity & AddBranches(BranchesT &&value)
const Aws::Vector< RandomSplitEntry > & GetBranches() const
RandomSplitActivity & WithBranches(BranchesT &&value)
AWS_PINPOINT_API RandomSplitActivity(Aws::Utils::Json::JsonView jsonValue)
AWS_PINPOINT_API RandomSplitActivity()=default
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PINPOINT_API RandomSplitActivity & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetBranches(BranchesT &&value)
bool BranchesHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue