7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/mgn/Mgn_EXPORTS.h>
9#include <aws/mgn/model/MergeConstruct.h>
42 template <
typename MergeConstructsT = Aws::Vector<MergeConstruct>>
44 m_mergeConstructsHasBeenSet =
true;
45 m_mergeConstructs = std::forward<MergeConstructsT>(value);
47 template <
typename MergeConstructsT = Aws::Vector<MergeConstruct>>
52 template <
typename MergeConstructsT = MergeConstruct>
54 m_mergeConstructsHasBeenSet =
true;
55 m_mergeConstructs.emplace_back(std::forward<MergeConstructsT>(value));
61 bool m_mergeConstructsHasBeenSet =
false;
AWS_MGN_API MergeOperation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
MergeOperation & WithMergeConstructs(MergeConstructsT &&value)
bool MergeConstructsHasBeenSet() const
AWS_MGN_API MergeOperation(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< MergeConstruct > & GetMergeConstructs() const
AWS_MGN_API MergeOperation()=default
MergeOperation & AddMergeConstructs(MergeConstructsT &&value)
void SetMergeConstructs(MergeConstructsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue