7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
48 inline void SetNatGatewayId(
const char* value) { m_natGatewayIdHasBeenSet =
true; m_natGatewayId.assign(value); }
91 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
97 bool m_natGatewayIdHasBeenSet =
false;
100 bool m_associationIdsHasBeenSet =
false;
102 int m_maxDrainDurationSeconds;
103 bool m_maxDrainDurationSecondsHasBeenSet =
false;
106 bool m_dryRunHasBeenSet =
false;
AWS_EC2_API DisassociateNatGatewayAddressRequest()
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DisassociateNatGatewayAddressRequest & WithDryRun(bool value)
int GetMaxDrainDurationSeconds() const
bool DryRunHasBeenSet() const
DisassociateNatGatewayAddressRequest & WithNatGatewayId(Aws::String &&value)
void SetMaxDrainDurationSeconds(int value)
void SetNatGatewayId(const Aws::String &value)
bool MaxDrainDurationSecondsHasBeenSet() const
bool NatGatewayIdHasBeenSet() const
DisassociateNatGatewayAddressRequest & AddAssociationIds(const Aws::String &value)
const Aws::String & GetNatGatewayId() const
virtual const char * GetServiceRequestName() const override
void SetNatGatewayId(const char *value)
DisassociateNatGatewayAddressRequest & WithMaxDrainDurationSeconds(int value)
DisassociateNatGatewayAddressRequest & WithNatGatewayId(const Aws::String &value)
DisassociateNatGatewayAddressRequest & WithAssociationIds(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetAssociationIds() const
void SetAssociationIds(Aws::Vector< Aws::String > &&value)
DisassociateNatGatewayAddressRequest & WithNatGatewayId(const char *value)
DisassociateNatGatewayAddressRequest & AddAssociationIds(Aws::String &&value)
bool AssociationIdsHasBeenSet() const
void SetDryRun(bool value)
DisassociateNatGatewayAddressRequest & AddAssociationIds(const char *value)
AWS_EC2_API Aws::String SerializePayload() const override
void SetAssociationIds(const Aws::Vector< Aws::String > &value)
void SetNatGatewayId(Aws::String &&value)
DisassociateNatGatewayAddressRequest & WithAssociationIds(Aws::Vector< Aws::String > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector