7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mgn/Mgn_EXPORTS.h>
41 template <
typename SegmentIDT = Aws::String>
43 m_segmentIDHasBeenSet =
true;
44 m_segmentID = std::forward<SegmentIDT>(value);
46 template <
typename SegmentIDT = Aws::String>
59 template <
typename ConstructIDT = Aws::String>
61 m_constructIDHasBeenSet =
true;
62 m_constructID = std::forward<ConstructIDT>(value);
64 template <
typename ConstructIDT = Aws::String>
74 bool m_segmentIDHasBeenSet =
false;
75 bool m_constructIDHasBeenSet =
false;
const Aws::String & GetConstructID() const
bool ConstructIDHasBeenSet() const
AWS_MGN_API MergeConstruct(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSegmentID() const
void SetSegmentID(SegmentIDT &&value)
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MGN_API MergeConstruct()=default
bool SegmentIDHasBeenSet() const
MergeConstruct & WithSegmentID(SegmentIDT &&value)
void SetConstructID(ConstructIDT &&value)
MergeConstruct & WithConstructID(ConstructIDT &&value)
AWS_MGN_API MergeConstruct & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue