7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ec2/model/ResponseMetadata.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
75 int m_networkCardIndex;
const ResponseMetadata & GetResponseMetadata() const
AttachNetworkInterfaceResponse & WithAttachmentId(Aws::String &&value)
void SetAttachmentId(const char *value)
AttachNetworkInterfaceResponse & WithNetworkCardIndex(int value)
int GetNetworkCardIndex() const
void SetNetworkCardIndex(int value)
void SetResponseMetadata(const ResponseMetadata &value)
AWS_EC2_API AttachNetworkInterfaceResponse(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AttachNetworkInterfaceResponse & WithAttachmentId(const char *value)
void SetAttachmentId(Aws::String &&value)
AWS_EC2_API AttachNetworkInterfaceResponse()
const Aws::String & GetAttachmentId() const
AttachNetworkInterfaceResponse & WithResponseMetadata(const ResponseMetadata &value)
void SetResponseMetadata(ResponseMetadata &&value)
AttachNetworkInterfaceResponse & WithResponseMetadata(ResponseMetadata &&value)
AttachNetworkInterfaceResponse & WithAttachmentId(const Aws::String &value)
void SetAttachmentId(const Aws::String &value)
AWS_EC2_API AttachNetworkInterfaceResponse & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument