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/ec2/model/AsnAuthorizationContext.h>
49 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
59 template<
typename IpamIdT = Aws::String>
60 void SetIpamId(IpamIdT&& value) { m_ipamIdHasBeenSet =
true; m_ipamId = std::forward<IpamIdT>(value); }
61 template<
typename IpamIdT = Aws::String>
71 template<
typename AsnT = Aws::String>
72 void SetAsn(AsnT&& value) { m_asnHasBeenSet =
true; m_asn = std::forward<AsnT>(value); }
73 template<
typename AsnT = Aws::String>
83 template<
typename AsnAuthorizationContextT = AsnAuthorizationContext>
84 void SetAsnAuthorizationContext(AsnAuthorizationContextT&& value) { m_asnAuthorizationContextHasBeenSet =
true; m_asnAuthorizationContext = std::forward<AsnAuthorizationContextT>(value); }
85 template<
typename AsnAuthorizationContextT = AsnAuthorizationContext>
91 bool m_dryRunHasBeenSet =
false;
94 bool m_ipamIdHasBeenSet =
false;
97 bool m_asnHasBeenSet =
false;
99 AsnAuthorizationContext m_asnAuthorizationContext;
100 bool m_asnAuthorizationContextHasBeenSet =
false;
ProvisionIpamByoasnRequest & WithAsn(AsnT &&value)
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool AsnAuthorizationContextHasBeenSet() const
ProvisionIpamByoasnRequest & WithIpamId(IpamIdT &&value)
const Aws::String & GetAsn() const
virtual const char * GetServiceRequestName() const override
void SetAsn(AsnT &&value)
AWS_EC2_API Aws::String SerializePayload() const override
void SetIpamId(IpamIdT &&value)
const Aws::String & GetIpamId() const
AWS_EC2_API ProvisionIpamByoasnRequest()=default
bool DryRunHasBeenSet() const
ProvisionIpamByoasnRequest & WithDryRun(bool value)
ProvisionIpamByoasnRequest & WithAsnAuthorizationContext(AsnAuthorizationContextT &&value)
bool AsnHasBeenSet() const
void SetAsnAuthorizationContext(AsnAuthorizationContextT &&value)
void SetDryRun(bool value)
bool IpamIdHasBeenSet() const
const AsnAuthorizationContext & GetAsnAuthorizationContext() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String