7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/pinpoint/Pinpoint_EXPORTS.h>
9#include <aws/pinpoint/model/RandomSplitEntry.h>
45 template <
typename BranchesT = Aws::Vector<RandomSplitEntry>>
47 m_branchesHasBeenSet =
true;
48 m_branches = std::forward<BranchesT>(value);
50 template <
typename BranchesT = Aws::Vector<RandomSplitEntry>>
55 template <
typename BranchesT = RandomSplitEntry>
57 m_branchesHasBeenSet =
true;
58 m_branches.emplace_back(std::forward<BranchesT>(value));
64 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