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