7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/ec2/EC2_EXPORTS.h>
10#include <aws/ec2/model/ExternalAuthorityConfiguration.h>
46 m_dryRunHasBeenSet =
true;
61 template <
typename IpamScopeIdT = Aws::String>
63 m_ipamScopeIdHasBeenSet =
true;
64 m_ipamScopeId = std::forward<IpamScopeIdT>(value);
66 template <
typename IpamScopeIdT = Aws::String>
79 template <
typename DescriptionT = Aws::String>
81 m_descriptionHasBeenSet =
true;
82 m_description = std::forward<DescriptionT>(value);
84 template <
typename DescriptionT = Aws::String>
104 template <
typename ExternalAuthorityConfigurationT = ExternalAuthorityConfiguration>
106 m_externalAuthorityConfigurationHasBeenSet =
true;
107 m_externalAuthorityConfiguration = std::forward<ExternalAuthorityConfigurationT>(value);
109 template <
typename ExternalAuthorityConfigurationT = ExternalAuthorityConfiguration>
123 m_removeExternalAuthorityConfigurationHasBeenSet =
true;
124 m_removeExternalAuthorityConfiguration = value;
132 bool m_dryRun{
false};
138 ExternalAuthorityConfiguration m_externalAuthorityConfiguration;
140 bool m_removeExternalAuthorityConfiguration{
false};
141 bool m_dryRunHasBeenSet =
false;
142 bool m_ipamScopeIdHasBeenSet =
false;
143 bool m_descriptionHasBeenSet =
false;
144 bool m_externalAuthorityConfigurationHasBeenSet =
false;
145 bool m_removeExternalAuthorityConfigurationHasBeenSet =
false;
AWS_EC2_API ModifyIpamScopeRequest()=default
bool IpamScopeIdHasBeenSet() const
ModifyIpamScopeRequest & WithExternalAuthorityConfiguration(ExternalAuthorityConfigurationT &&value)
ModifyIpamScopeRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetIpamScopeId() const
ModifyIpamScopeRequest & WithDryRun(bool value)
virtual const char * GetServiceRequestName() const override
ModifyIpamScopeRequest & WithIpamScopeId(IpamScopeIdT &&value)
ModifyIpamScopeRequest & WithRemoveExternalAuthorityConfiguration(bool value)
void SetDryRun(bool value)
void SetRemoveExternalAuthorityConfiguration(bool value)
bool GetRemoveExternalAuthorityConfiguration() const
bool DryRunHasBeenSet() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_EC2_API Aws::String SerializePayload() const override
bool ExternalAuthorityConfigurationHasBeenSet() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
void SetIpamScopeId(IpamScopeIdT &&value)
bool RemoveExternalAuthorityConfigurationHasBeenSet() const
const ExternalAuthorityConfiguration & GetExternalAuthorityConfiguration() const
void SetExternalAuthorityConfiguration(ExternalAuthorityConfigurationT &&value)
bool DescriptionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String