7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/ec2/EC2_EXPORTS.h>
45 m_dryRunHasBeenSet =
true;
60 template <
typename AsnT = Aws::String>
62 m_asnHasBeenSet =
true;
63 m_asn = std::forward<AsnT>(value);
65 template <
typename AsnT = Aws::String>
67 SetAsn(std::forward<AsnT>(value));
78 template <
typename C
idrT = Aws::String>
80 m_cidrHasBeenSet =
true;
81 m_cidr = std::forward<CidrT>(value);
83 template <
typename C
idrT = Aws::String>
85 SetCidr(std::forward<CidrT>(value));
95 bool m_dryRunHasBeenSet =
false;
96 bool m_asnHasBeenSet =
false;
97 bool m_cidrHasBeenSet =
false;
AssociateIpamByoasnRequest & WithAsn(AsnT &&value)
AssociateIpamByoasnRequest & WithDryRun(bool value)
bool CidrHasBeenSet() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool DryRunHasBeenSet() const
AWS_EC2_API AssociateIpamByoasnRequest()=default
void SetAsn(AsnT &&value)
AssociateIpamByoasnRequest & WithCidr(CidrT &&value)
AWS_EC2_API Aws::String SerializePayload() const override
const Aws::String & GetCidr() const
void SetDryRun(bool value)
void SetCidr(CidrT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetAsn() const
bool AsnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String