7#include <aws/networkmanager/NetworkManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/networkmanager/model/Tag.h>
23namespace NetworkManager
49 template<
typename TagsT = Aws::Vector<Tag>>
50 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
51 template<
typename TagsT = Aws::Vector<Tag>>
53 template<
typename TagsT = Tag>
73 template<
typename SegmentNameT = Aws::String>
74 void SetSegmentName(SegmentNameT&& value) { m_segmentNameHasBeenSet =
true; m_segmentName = std::forward<SegmentNameT>(value); }
75 template<
typename SegmentNameT = Aws::String>
81 bool m_tagsHasBeenSet =
false;
83 int m_attachmentPolicyRuleNumber{0};
84 bool m_attachmentPolicyRuleNumberHasBeenSet =
false;
87 bool m_segmentNameHasBeenSet =
false;
bool SegmentNameHasBeenSet() const
void SetTags(TagsT &&value)
AWS_NETWORKMANAGER_API ProposedSegmentChange(Aws::Utils::Json::JsonView jsonValue)
void SetAttachmentPolicyRuleNumber(int value)
AWS_NETWORKMANAGER_API ProposedSegmentChange & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AttachmentPolicyRuleNumberHasBeenSet() const
int GetAttachmentPolicyRuleNumber() const
const Aws::Vector< Tag > & GetTags() const
ProposedSegmentChange & WithSegmentName(SegmentNameT &&value)
ProposedSegmentChange & AddTags(TagsT &&value)
void SetSegmentName(SegmentNameT &&value)
bool TagsHasBeenSet() const
AWS_NETWORKMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetSegmentName() const
AWS_NETWORKMANAGER_API ProposedSegmentChange()=default
ProposedSegmentChange & WithAttachmentPolicyRuleNumber(int value)
ProposedSegmentChange & WithTags(TagsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue