aws_sdk_networkfirewall/operation/disassociate_subnets/
builders.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use crate::operation::disassociate_subnets::_disassociate_subnets_output::DisassociateSubnetsOutputBuilder;
3
4pub use crate::operation::disassociate_subnets::_disassociate_subnets_input::DisassociateSubnetsInputBuilder;
5
6impl crate::operation::disassociate_subnets::builders::DisassociateSubnetsInputBuilder {
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::disassociate_subnets::DisassociateSubnetsOutput,
13        ::aws_smithy_runtime_api::client::result::SdkError<
14            crate::operation::disassociate_subnets::DisassociateSubnetsError,
15            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
16        >,
17    > {
18        let mut fluent_builder = client.disassociate_subnets();
19        fluent_builder.inner = self;
20        fluent_builder.send().await
21    }
22}
23/// Fluent builder constructing a request to `DisassociateSubnets`.
24///
25/// <p>Removes the specified subnet associations from the firewall. This removes the firewall endpoints from the subnets and removes any network filtering protections that the endpoints were providing.</p>
26#[derive(::std::clone::Clone, ::std::fmt::Debug)]
27pub struct DisassociateSubnetsFluentBuilder {
28    handle: ::std::sync::Arc<crate::client::Handle>,
29    inner: crate::operation::disassociate_subnets::builders::DisassociateSubnetsInputBuilder,
30    config_override: ::std::option::Option<crate::config::Builder>,
31}
32impl
33    crate::client::customize::internal::CustomizableSend<
34        crate::operation::disassociate_subnets::DisassociateSubnetsOutput,
35        crate::operation::disassociate_subnets::DisassociateSubnetsError,
36    > for DisassociateSubnetsFluentBuilder
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::disassociate_subnets::DisassociateSubnetsOutput,
44            crate::operation::disassociate_subnets::DisassociateSubnetsError,
45        >,
46    > {
47        ::std::boxed::Box::pin(async move { self.config_override(config_override).send().await })
48    }
49}
50impl DisassociateSubnetsFluentBuilder {
51    /// Creates a new `DisassociateSubnetsFluentBuilder`.
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 DisassociateSubnets as a reference.
60    pub fn as_input(&self) -> &crate::operation::disassociate_subnets::builders::DisassociateSubnetsInputBuilder {
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::disassociate_subnets::DisassociateSubnetsOutput,
75        ::aws_smithy_runtime_api::client::result::SdkError<
76            crate::operation::disassociate_subnets::DisassociateSubnetsError,
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::disassociate_subnets::DisassociateSubnets::operation_runtime_plugins(
85            self.handle.runtime_plugins.clone(),
86            &self.handle.conf,
87            self.config_override,
88        );
89        crate::operation::disassociate_subnets::DisassociateSubnets::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::disassociate_subnets::DisassociateSubnetsOutput,
97        crate::operation::disassociate_subnets::DisassociateSubnetsError,
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    /// <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>
112    /// <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>
113    /// <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>
114    pub fn update_token(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
115        self.inner = self.inner.update_token(input.into());
116        self
117    }
118    /// <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>
119    /// <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>
120    /// <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>
121    pub fn set_update_token(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
122        self.inner = self.inner.set_update_token(input);
123        self
124    }
125    /// <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>
126    /// <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>
127    /// <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>
128    pub fn get_update_token(&self) -> &::std::option::Option<::std::string::String> {
129        self.inner.get_update_token()
130    }
131    /// <p>The Amazon Resource Name (ARN) of the firewall.</p>
132    /// <p>You must specify the ARN or the name, and you can specify both.</p>
133    pub fn firewall_arn(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
134        self.inner = self.inner.firewall_arn(input.into());
135        self
136    }
137    /// <p>The Amazon Resource Name (ARN) of the firewall.</p>
138    /// <p>You must specify the ARN or the name, and you can specify both.</p>
139    pub fn set_firewall_arn(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
140        self.inner = self.inner.set_firewall_arn(input);
141        self
142    }
143    /// <p>The Amazon Resource Name (ARN) of the firewall.</p>
144    /// <p>You must specify the ARN or the name, and you can specify both.</p>
145    pub fn get_firewall_arn(&self) -> &::std::option::Option<::std::string::String> {
146        self.inner.get_firewall_arn()
147    }
148    /// <p>The descriptive name of the firewall. You can't change the name of a firewall after you create it.</p>
149    /// <p>You must specify the ARN or the name, and you can specify both.</p>
150    pub fn firewall_name(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
151        self.inner = self.inner.firewall_name(input.into());
152        self
153    }
154    /// <p>The descriptive name of the firewall. You can't change the name of a firewall after you create it.</p>
155    /// <p>You must specify the ARN or the name, and you can specify both.</p>
156    pub fn set_firewall_name(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
157        self.inner = self.inner.set_firewall_name(input);
158        self
159    }
160    /// <p>The descriptive name of the firewall. You can't change the name of a firewall after you create it.</p>
161    /// <p>You must specify the ARN or the name, and you can specify both.</p>
162    pub fn get_firewall_name(&self) -> &::std::option::Option<::std::string::String> {
163        self.inner.get_firewall_name()
164    }
165    ///
166    /// Appends an item to `SubnetIds`.
167    ///
168    /// To override the contents of this collection use [`set_subnet_ids`](Self::set_subnet_ids).
169    ///
170    /// <p>The unique identifiers for the subnets that you want to disassociate.</p>
171    pub fn subnet_ids(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
172        self.inner = self.inner.subnet_ids(input.into());
173        self
174    }
175    /// <p>The unique identifiers for the subnets that you want to disassociate.</p>
176    pub fn set_subnet_ids(mut self, input: ::std::option::Option<::std::vec::Vec<::std::string::String>>) -> Self {
177        self.inner = self.inner.set_subnet_ids(input);
178        self
179    }
180    /// <p>The unique identifiers for the subnets that you want to disassociate.</p>
181    pub fn get_subnet_ids(&self) -> &::std::option::Option<::std::vec::Vec<::std::string::String>> {
182        self.inner.get_subnet_ids()
183    }
184}