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;
void SetAttachmentId(const Aws::String &value)
void SetAttachmentId(const char *value)
AWS_NETWORKMANAGER_API RejectAttachmentRequest()
RejectAttachmentRequest & WithAttachmentId(Aws::String &&value)
void SetAttachmentId(Aws::String &&value)
AWS_NETWORKMANAGER_API Aws::String SerializePayload() const override
bool AttachmentIdHasBeenSet() const
RejectAttachmentRequest & WithAttachmentId(const Aws::String &value)
RejectAttachmentRequest & WithAttachmentId(const char *value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetAttachmentId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String