aws_sdk_networkfirewall/operation/update_firewall_analysis_settings/
builders.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use crate::operation::update_firewall_analysis_settings::_update_firewall_analysis_settings_output::UpdateFirewallAnalysisSettingsOutputBuilder;
3
4pub use crate::operation::update_firewall_analysis_settings::_update_firewall_analysis_settings_input::UpdateFirewallAnalysisSettingsInputBuilder;
5
6impl crate::operation::update_firewall_analysis_settings::builders::UpdateFirewallAnalysisSettingsInputBuilder {
7    /// Sends a request with this input using the given client.
8    pub async fn send_with(
9        self,
10        client: &crate::Client,
11    ) -> ::std::result::Result<
12        crate::operation::update_firewall_analysis_settings::UpdateFirewallAnalysisSettingsOutput,
13        ::aws_smithy_runtime_api::client::result::SdkError<
14            crate::operation::update_firewall_analysis_settings::UpdateFirewallAnalysisSettingsError,
15            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
16        >,
17    > {
18        let mut fluent_builder = client.update_firewall_analysis_settings();
19        fluent_builder.inner = self;
20        fluent_builder.send().await
21    }
22}
23/// Fluent builder constructing a request to `UpdateFirewallAnalysisSettings`.
24///
25/// <p>Enables specific types of firewall analysis on a specific firewall you define.</p>
26#[derive(::std::clone::Clone, ::std::fmt::Debug)]
27pub struct UpdateFirewallAnalysisSettingsFluentBuilder {
28    handle: ::std::sync::Arc<crate::client::Handle>,
29    inner: crate::operation::update_firewall_analysis_settings::builders::UpdateFirewallAnalysisSettingsInputBuilder,
30    config_override: ::std::option::Option<crate::config::Builder>,
31}
32impl
33    crate::client::customize::internal::CustomizableSend<
34        crate::operation::update_firewall_analysis_settings::UpdateFirewallAnalysisSettingsOutput,
35        crate::operation::update_firewall_analysis_settings::UpdateFirewallAnalysisSettingsError,
36    > for UpdateFirewallAnalysisSettingsFluentBuilder
37{
38    fn send(
39        self,
40        config_override: crate::config::Builder,
41    ) -> crate::client::customize::internal::BoxFuture<
42        crate::client::customize::internal::SendResult<
43            crate::operation::update_firewall_analysis_settings::UpdateFirewallAnalysisSettingsOutput,
44            crate::operation::update_firewall_analysis_settings::UpdateFirewallAnalysisSettingsError,
45        >,
46    > {
47        ::std::boxed::Box::pin(async move { self.config_override(config_override).send().await })
48    }
49}
50impl UpdateFirewallAnalysisSettingsFluentBuilder {
51    /// Creates a new `UpdateFirewallAnalysisSettingsFluentBuilder`.
52    pub(crate) fn new(handle: ::std::sync::Arc<crate::client::Handle>) -> Self {
53        Self {
54            handle,
55            inner: ::std::default::Default::default(),
56            config_override: ::std::option::Option::None,
57        }
58    }
59    /// Access the UpdateFirewallAnalysisSettings as a reference.
60    pub fn as_input(&self) -> &crate::operation::update_firewall_analysis_settings::builders::UpdateFirewallAnalysisSettingsInputBuilder {
61        &self.inner
62    }
63    /// Sends the request and returns the response.
64    ///
65    /// If an error occurs, an `SdkError` will be returned with additional details that
66    /// can be matched against.
67    ///
68    /// By default, any retryable failures will be retried twice. Retry behavior
69    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
70    /// set when configuring the client.
71    pub async fn send(
72        self,
73    ) -> ::std::result::Result<
74        crate::operation::update_firewall_analysis_settings::UpdateFirewallAnalysisSettingsOutput,
75        ::aws_smithy_runtime_api::client::result::SdkError<
76            crate::operation::update_firewall_analysis_settings::UpdateFirewallAnalysisSettingsError,
77            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
78        >,
79    > {
80        let input = self
81            .inner
82            .build()
83            .map_err(::aws_smithy_runtime_api::client::result::SdkError::construction_failure)?;
84        let runtime_plugins = crate::operation::update_firewall_analysis_settings::UpdateFirewallAnalysisSettings::operation_runtime_plugins(
85            self.handle.runtime_plugins.clone(),
86            &self.handle.conf,
87            self.config_override,
88        );
89        crate::operation::update_firewall_analysis_settings::UpdateFirewallAnalysisSettings::orchestrate(&runtime_plugins, input).await
90    }
91
92    /// Consumes this builder, creating a customizable operation that can be modified before being sent.
93    pub fn customize(
94        self,
95    ) -> crate::client::customize::CustomizableOperation<
96        crate::operation::update_firewall_analysis_settings::UpdateFirewallAnalysisSettingsOutput,
97        crate::operation::update_firewall_analysis_settings::UpdateFirewallAnalysisSettingsError,
98        Self,
99    > {
100        crate::client::customize::CustomizableOperation::new(self)
101    }
102    pub(crate) fn config_override(mut self, config_override: impl ::std::convert::Into<crate::config::Builder>) -> Self {
103        self.set_config_override(::std::option::Option::Some(config_override.into()));
104        self
105    }
106
107    pub(crate) fn set_config_override(&mut self, config_override: ::std::option::Option<crate::config::Builder>) -> &mut Self {
108        self.config_override = config_override;
109        self
110    }
111    ///
112    /// Appends an item to `EnabledAnalysisTypes`.
113    ///
114    /// To override the contents of this collection use [`set_enabled_analysis_types`](Self::set_enabled_analysis_types).
115    ///
116    /// <p>An optional setting indicating the specific traffic analysis types to enable on the firewall.</p>
117    pub fn enabled_analysis_types(mut self, input: crate::types::EnabledAnalysisType) -> Self {
118        self.inner = self.inner.enabled_analysis_types(input);
119        self
120    }
121    /// <p>An optional setting indicating the specific traffic analysis types to enable on the firewall.</p>
122    pub fn set_enabled_analysis_types(mut self, input: ::std::option::Option<::std::vec::Vec<crate::types::EnabledAnalysisType>>) -> Self {
123        self.inner = self.inner.set_enabled_analysis_types(input);
124        self
125    }
126    /// <p>An optional setting indicating the specific traffic analysis types to enable on the firewall.</p>
127    pub fn get_enabled_analysis_types(&self) -> &::std::option::Option<::std::vec::Vec<crate::types::EnabledAnalysisType>> {
128        self.inner.get_enabled_analysis_types()
129    }
130    /// <p>The Amazon Resource Name (ARN) of the firewall.</p>
131    /// <p>You must specify the ARN or the name, and you can specify both.</p>
132    pub fn firewall_arn(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
133        self.inner = self.inner.firewall_arn(input.into());
134        self
135    }
136    /// <p>The Amazon Resource Name (ARN) of the firewall.</p>
137    /// <p>You must specify the ARN or the name, and you can specify both.</p>
138    pub fn set_firewall_arn(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
139        self.inner = self.inner.set_firewall_arn(input);
140        self
141    }
142    /// <p>The Amazon Resource Name (ARN) of the firewall.</p>
143    /// <p>You must specify the ARN or the name, and you can specify both.</p>
144    pub fn get_firewall_arn(&self) -> &::std::option::Option<::std::string::String> {
145        self.inner.get_firewall_arn()
146    }
147    /// <p>The descriptive name of the firewall. You can't change the name of a firewall after you create it.</p>
148    /// <p>You must specify the ARN or the name, and you can specify both.</p>
149    pub fn firewall_name(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
150        self.inner = self.inner.firewall_name(input.into());
151        self
152    }
153    /// <p>The descriptive name of the firewall. You can't change the name of a firewall after you create it.</p>
154    /// <p>You must specify the ARN or the name, and you can specify both.</p>
155    pub fn set_firewall_name(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
156        self.inner = self.inner.set_firewall_name(input);
157        self
158    }
159    /// <p>The descriptive name of the firewall. You can't change the name of a firewall after you create it.</p>
160    /// <p>You must specify the ARN or the name, and you can specify both.</p>
161    pub fn get_firewall_name(&self) -> &::std::option::Option<::std::string::String> {
162        self.inner.get_firewall_name()
163    }
164    /// <p>An optional token that you can use for optimistic locking. Network Firewall returns a token to your requests that access the firewall. The token marks the state of the firewall resource at the time of the request.</p>
165    /// <p>To make an unconditional change to the firewall, omit the token in your update request. Without the token, Network Firewall performs your updates regardless of whether the firewall has changed since you last retrieved it.</p>
166    /// <p>To make a conditional change to the firewall, provide the token in your update request. Network Firewall uses the token to ensure that the firewall hasn't changed since you last retrieved it. If it has changed, the operation fails with an <code>InvalidTokenException</code>. If this happens, retrieve the firewall again to get a current copy of it with a new token. Reapply your changes as needed, then try the operation again using the new token.</p>
167    pub fn update_token(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
168        self.inner = self.inner.update_token(input.into());
169        self
170    }
171    /// <p>An optional token that you can use for optimistic locking. Network Firewall returns a token to your requests that access the firewall. The token marks the state of the firewall resource at the time of the request.</p>
172    /// <p>To make an unconditional change to the firewall, omit the token in your update request. Without the token, Network Firewall performs your updates regardless of whether the firewall has changed since you last retrieved it.</p>
173    /// <p>To make a conditional change to the firewall, provide the token in your update request. Network Firewall uses the token to ensure that the firewall hasn't changed since you last retrieved it. If it has changed, the operation fails with an <code>InvalidTokenException</code>. If this happens, retrieve the firewall again to get a current copy of it with a new token. Reapply your changes as needed, then try the operation again using the new token.</p>
174    pub fn set_update_token(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
175        self.inner = self.inner.set_update_token(input);
176        self
177    }
178    /// <p>An optional token that you can use for optimistic locking. Network Firewall returns a token to your requests that access the firewall. The token marks the state of the firewall resource at the time of the request.</p>
179    /// <p>To make an unconditional change to the firewall, omit the token in your update request. Without the token, Network Firewall performs your updates regardless of whether the firewall has changed since you last retrieved it.</p>
180    /// <p>To make a conditional change to the firewall, provide the token in your update request. Network Firewall uses the token to ensure that the firewall hasn't changed since you last retrieved it. If it has changed, the operation fails with an <code>InvalidTokenException</code>. If this happens, retrieve the firewall again to get a current copy of it with a new token. Reapply your changes as needed, then try the operation again using the new token.</p>
181    pub fn get_update_token(&self) -> &::std::option::Option<::std::string::String> {
182        self.inner.get_update_token()
183    }
184}