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
75 inline void SetSegmentName(
const char* value) { m_segmentNameHasBeenSet =
true; m_segmentName.assign(value); }
83 bool m_tagsHasBeenSet =
false;
85 int m_attachmentPolicyRuleNumber;
86 bool m_attachmentPolicyRuleNumberHasBeenSet =
false;
89 bool m_segmentNameHasBeenSet =
false;
bool SegmentNameHasBeenSet() const
ProposedSegmentChange & WithSegmentName(const char *value)
ProposedSegmentChange & AddTags(const Tag &value)
AWS_NETWORKMANAGER_API ProposedSegmentChange(Aws::Utils::Json::JsonView jsonValue)
void SetAttachmentPolicyRuleNumber(int value)
ProposedSegmentChange & WithSegmentName(const Aws::String &value)
ProposedSegmentChange & WithSegmentName(Aws::String &&value)
AWS_NETWORKMANAGER_API ProposedSegmentChange & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AttachmentPolicyRuleNumberHasBeenSet() const
ProposedSegmentChange & AddTags(Tag &&value)
int GetAttachmentPolicyRuleNumber() const
const Aws::Vector< Tag > & GetTags() const
void SetSegmentName(Aws::String &&value)
ProposedSegmentChange & WithTags(const Aws::Vector< Tag > &value)
void SetSegmentName(const Aws::String &value)
AWS_NETWORKMANAGER_API ProposedSegmentChange()
void SetTags(Aws::Vector< Tag > &&value)
ProposedSegmentChange & WithTags(Aws::Vector< Tag > &&value)
void SetTags(const Aws::Vector< Tag > &value)
bool TagsHasBeenSet() const
AWS_NETWORKMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetSegmentName() const
ProposedSegmentChange & WithAttachmentPolicyRuleNumber(int value)
void SetSegmentName(const char *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