7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/model/NetworkInsightsPath.h>
9#include <aws/ec2/model/ResponseMetadata.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename NetworkInsightsPathT = NetworkInsightsPath>
42 void SetNetworkInsightsPath(NetworkInsightsPathT&& value) { m_networkInsightsPathHasBeenSet =
true; m_networkInsightsPath = std::forward<NetworkInsightsPathT>(value); }
43 template<
typename NetworkInsightsPathT = NetworkInsightsPath>
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_networkInsightsPathHasBeenSet =
false;
61 bool m_responseMetadataHasBeenSet =
false;
void SetNetworkInsightsPath(NetworkInsightsPathT &&value)
const NetworkInsightsPath & GetNetworkInsightsPath() const
void SetResponseMetadata(ResponseMetadataT &&value)
AWS_EC2_API CreateNetworkInsightsPathResponse & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
CreateNetworkInsightsPathResponse & WithNetworkInsightsPath(NetworkInsightsPathT &&value)
AWS_EC2_API CreateNetworkInsightsPathResponse()=default
AWS_EC2_API CreateNetworkInsightsPathResponse(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
CreateNetworkInsightsPathResponse & WithResponseMetadata(ResponseMetadataT &&value)
const ResponseMetadata & GetResponseMetadata() const
Aws::Utils::Xml::XmlDocument XmlDocument