7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename AssociationIdT = Aws::String>
46 void SetAssociationId(AssociationIdT&& value) { m_associationIdHasBeenSet =
true; m_associationId = std::forward<AssociationIdT>(value); }
47 template<
typename AssociationIdT = Aws::String>
57 template<
typename PublicIpT = Aws::String>
58 void SetPublicIp(PublicIpT&& value) { m_publicIpHasBeenSet =
true; m_publicIp = std::forward<PublicIpT>(value); }
59 template<
typename PublicIpT = Aws::String>
72 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
78 bool m_associationIdHasBeenSet =
false;
81 bool m_publicIpHasBeenSet =
false;
84 bool m_dryRunHasBeenSet =
false;
const Aws::String & GetPublicIp() const
DisassociateAddressRequest & WithPublicIp(PublicIpT &&value)
bool PublicIpHasBeenSet() const
void SetPublicIp(PublicIpT &&value)
AWS_EC2_API Aws::String SerializePayload() const override
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_EC2_API DisassociateAddressRequest()=default
bool AssociationIdHasBeenSet() const
const Aws::String & GetAssociationId() const
void SetDryRun(bool value)
virtual const char * GetServiceRequestName() const override
void SetAssociationId(AssociationIdT &&value)
DisassociateAddressRequest & WithAssociationId(AssociationIdT &&value)
DisassociateAddressRequest & WithDryRun(bool value)
bool DryRunHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String