7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
52 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
62 template<
typename NetworkInterfaceIdT = Aws::String>
63 void SetNetworkInterfaceId(NetworkInterfaceIdT&& value) { m_networkInterfaceIdHasBeenSet =
true; m_networkInterfaceId = std::forward<NetworkInterfaceIdT>(value); }
64 template<
typename NetworkInterfaceIdT = Aws::String>
75 template<
typename SourceDestCheckT = Aws::String>
76 void SetSourceDestCheck(SourceDestCheckT&& value) { m_sourceDestCheckHasBeenSet =
true; m_sourceDestCheck = std::forward<SourceDestCheckT>(value); }
77 template<
typename SourceDestCheckT = Aws::String>
83 bool m_dryRunHasBeenSet =
false;
86 bool m_networkInterfaceIdHasBeenSet =
false;
89 bool m_sourceDestCheckHasBeenSet =
false;
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
ResetNetworkInterfaceAttributeRequest & WithDryRun(bool value)
bool DryRunHasBeenSet() const
bool NetworkInterfaceIdHasBeenSet() const
AWS_EC2_API ResetNetworkInterfaceAttributeRequest()=default
const Aws::String & GetNetworkInterfaceId() const
void SetDryRun(bool value)
void SetSourceDestCheck(SourceDestCheckT &&value)
virtual const char * GetServiceRequestName() const override
ResetNetworkInterfaceAttributeRequest & WithSourceDestCheck(SourceDestCheckT &&value)
bool SourceDestCheckHasBeenSet() const
AWS_EC2_API Aws::String SerializePayload() const override
ResetNetworkInterfaceAttributeRequest & WithNetworkInterfaceId(NetworkInterfaceIdT &&value)
void SetNetworkInterfaceId(NetworkInterfaceIdT &&value)
const Aws::String & GetSourceDestCheck() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String