7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/mgn/Mgn_EXPORTS.h>
9#include <aws/mgn/model/SplitConstruct.h>
42 template <
typename SplitConstructsT = Aws::Vector<SplitConstruct>>
44 m_splitConstructsHasBeenSet =
true;
45 m_splitConstructs = std::forward<SplitConstructsT>(value);
47 template <
typename SplitConstructsT = Aws::Vector<SplitConstruct>>
52 template <
typename SplitConstructsT = SplitConstruct>
54 m_splitConstructsHasBeenSet =
true;
55 m_splitConstructs.emplace_back(std::forward<SplitConstructsT>(value));
61 bool m_splitConstructsHasBeenSet =
false;
void SetSplitConstructs(SplitConstructsT &&value)
SplitOperation & WithSplitConstructs(SplitConstructsT &&value)
const Aws::Vector< SplitConstruct > & GetSplitConstructs() const
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
bool SplitConstructsHasBeenSet() const
AWS_MGN_API SplitOperation(Aws::Utils::Json::JsonView jsonValue)
AWS_MGN_API SplitOperation & operator=(Aws::Utils::Json::JsonView jsonValue)
SplitOperation & AddSplitConstructs(SplitConstructsT &&value)
AWS_MGN_API SplitOperation()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue