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;
41 template<
typename NetworkInsightsPathIdT = Aws::String>
42 void SetNetworkInsightsPathId(NetworkInsightsPathIdT&& value) { m_networkInsightsPathIdHasBeenSet =
true; m_networkInsightsPathId = std::forward<NetworkInsightsPathIdT>(value); }
43 template<
typename NetworkInsightsPathIdT = Aws::String>
50 template<
typename ResponseMetadataT = ResponseMetadata>
51 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
52 template<
typename ResponseMetadataT = ResponseMetadata>
58 bool m_networkInsightsPathIdHasBeenSet =
false;
61 bool m_responseMetadataHasBeenSet =
false;
const Aws::String & GetNetworkInsightsPathId() const
void SetResponseMetadata(ResponseMetadataT &&value)
AWS_EC2_API DeleteNetworkInsightsPathResponse()=default
DeleteNetworkInsightsPathResponse & WithResponseMetadata(ResponseMetadataT &&value)
void SetNetworkInsightsPathId(NetworkInsightsPathIdT &&value)
AWS_EC2_API DeleteNetworkInsightsPathResponse(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const ResponseMetadata & GetResponseMetadata() const
DeleteNetworkInsightsPathResponse & WithNetworkInsightsPathId(NetworkInsightsPathIdT &&value)
AWS_EC2_API DeleteNetworkInsightsPathResponse & 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