7#include <aws/networkmanager/NetworkManager_EXPORTS.h>
8#include <aws/networkmanager/NetworkManagerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace NetworkManager
43 inline void SetAttachmentId(
const char* value) { m_attachmentIdHasBeenSet =
true; m_attachmentId.assign(value); }
51 bool m_attachmentIdHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_NETWORKMANAGER_API Aws::String SerializePayload() const override
void SetAttachmentId(Aws::String &&value)
GetVpcAttachmentRequest & WithAttachmentId(Aws::String &&value)
GetVpcAttachmentRequest & WithAttachmentId(const Aws::String &value)
bool AttachmentIdHasBeenSet() const
void SetAttachmentId(const char *value)
AWS_NETWORKMANAGER_API GetVpcAttachmentRequest()
GetVpcAttachmentRequest & WithAttachmentId(const char *value)
const Aws::String & GetAttachmentId() const
void SetAttachmentId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String