7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
58 template<
typename NetworkInsightsPathIdT = Aws::String>
59 void SetNetworkInsightsPathId(NetworkInsightsPathIdT&& value) { m_networkInsightsPathIdHasBeenSet =
true; m_networkInsightsPathId = std::forward<NetworkInsightsPathIdT>(value); }
60 template<
typename NetworkInsightsPathIdT = Aws::String>
66 bool m_dryRunHasBeenSet =
false;
69 bool m_networkInsightsPathIdHasBeenSet =
false;
bool NetworkInsightsPathIdHasBeenSet() const
void SetNetworkInsightsPathId(NetworkInsightsPathIdT &&value)
DeleteNetworkInsightsPathRequest & WithDryRun(bool value)
bool DryRunHasBeenSet() const
AWS_EC2_API DeleteNetworkInsightsPathRequest()=default
const Aws::String & GetNetworkInsightsPathId() const
DeleteNetworkInsightsPathRequest & WithNetworkInsightsPathId(NetworkInsightsPathIdT &&value)
AWS_EC2_API Aws::String SerializePayload() const override
void SetDryRun(bool value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String