// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`UpdateProtectConfigurationCountryRuleSet`](crate::operation::update_protect_configuration_country_rule_set::builders::UpdateProtectConfigurationCountryRuleSetFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`protect_configuration_id(impl Into<String>)`](crate::operation::update_protect_configuration_country_rule_set::builders::UpdateProtectConfigurationCountryRuleSetFluentBuilder::protect_configuration_id) / [`set_protect_configuration_id(Option<String>)`](crate::operation::update_protect_configuration_country_rule_set::builders::UpdateProtectConfigurationCountryRuleSetFluentBuilder::set_protect_configuration_id):<br>required: **true**<br><p>The unique identifier for the protect configuration.</p><br>
/// - [`number_capability(NumberCapability)`](crate::operation::update_protect_configuration_country_rule_set::builders::UpdateProtectConfigurationCountryRuleSetFluentBuilder::number_capability) / [`set_number_capability(Option<NumberCapability>)`](crate::operation::update_protect_configuration_country_rule_set::builders::UpdateProtectConfigurationCountryRuleSetFluentBuilder::set_number_capability):<br>required: **true**<br><p>The number capability to apply the CountryRuleSetUpdates updates to.</p><br>
/// - [`country_rule_set_updates(impl Into<String>, ProtectConfigurationCountryRuleSetInformation)`](crate::operation::update_protect_configuration_country_rule_set::builders::UpdateProtectConfigurationCountryRuleSetFluentBuilder::country_rule_set_updates) / [`set_country_rule_set_updates(Option<HashMap::<String, ProtectConfigurationCountryRuleSetInformation>>)`](crate::operation::update_protect_configuration_country_rule_set::builders::UpdateProtectConfigurationCountryRuleSetFluentBuilder::set_country_rule_set_updates):<br>required: **true**<br><p>A map of ProtectConfigurationCountryRuleSetInformation objects that contain the details for the requested NumberCapability. The Key is the two-letter ISO country code. For a list of supported ISO country codes, see <a href="https://docs.aws.amazon.com/sms-voice/latest/userguide/phone-numbers-sms-by-country.html">Supported countries and regions (SMS channel)</a> in the AWS End User Messaging SMS User Guide.</p><br>
/// - On success, responds with [`UpdateProtectConfigurationCountryRuleSetOutput`](crate::operation::update_protect_configuration_country_rule_set::UpdateProtectConfigurationCountryRuleSetOutput) with field(s):
/// - [`protect_configuration_arn(String)`](crate::operation::update_protect_configuration_country_rule_set::UpdateProtectConfigurationCountryRuleSetOutput::protect_configuration_arn): <p>The Amazon Resource Name (ARN) of the protect configuration.</p>
/// - [`protect_configuration_id(String)`](crate::operation::update_protect_configuration_country_rule_set::UpdateProtectConfigurationCountryRuleSetOutput::protect_configuration_id): <p>The unique identifier for the protect configuration.</p>
/// - [`number_capability(NumberCapability)`](crate::operation::update_protect_configuration_country_rule_set::UpdateProtectConfigurationCountryRuleSetOutput::number_capability): <p>The number capability that was updated</p>
/// - [`country_rule_set(HashMap::<String, ProtectConfigurationCountryRuleSetInformation>)`](crate::operation::update_protect_configuration_country_rule_set::UpdateProtectConfigurationCountryRuleSetOutput::country_rule_set): <p>An array of ProtectConfigurationCountryRuleSetInformation containing the rules for the NumberCapability.</p>
/// - On failure, responds with [`SdkError<UpdateProtectConfigurationCountryRuleSetError>`](crate::operation::update_protect_configuration_country_rule_set::UpdateProtectConfigurationCountryRuleSetError)
pub fn update_protect_configuration_country_rule_set(
&self,
) -> crate::operation::update_protect_configuration_country_rule_set::builders::UpdateProtectConfigurationCountryRuleSetFluentBuilder {
crate::operation::update_protect_configuration_country_rule_set::builders::UpdateProtectConfigurationCountryRuleSetFluentBuilder::new(
self.handle.clone(),
)
}
}