Struct aws_sdk_route53resolver::operation::get_firewall_config::builders::GetFirewallConfigOutputBuilder
source · #[non_exhaustive]pub struct GetFirewallConfigOutputBuilder { /* private fields */ }Expand description
A builder for GetFirewallConfigOutput.
Implementations§
source§impl GetFirewallConfigOutputBuilder
impl GetFirewallConfigOutputBuilder
sourcepub fn firewall_config(self, input: FirewallConfig) -> Self
pub fn firewall_config(self, input: FirewallConfig) -> Self
Configuration of the firewall behavior provided by DNS Firewall for a single VPC from AmazonVPC.
sourcepub fn set_firewall_config(self, input: Option<FirewallConfig>) -> Self
pub fn set_firewall_config(self, input: Option<FirewallConfig>) -> Self
Configuration of the firewall behavior provided by DNS Firewall for a single VPC from AmazonVPC.
sourcepub fn build(self) -> GetFirewallConfigOutput
pub fn build(self) -> GetFirewallConfigOutput
Consumes the builder and constructs a GetFirewallConfigOutput.
Trait Implementations§
source§impl Clone for GetFirewallConfigOutputBuilder
impl Clone for GetFirewallConfigOutputBuilder
source§fn clone(&self) -> GetFirewallConfigOutputBuilder
fn clone(&self) -> GetFirewallConfigOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for GetFirewallConfigOutputBuilder
impl Default for GetFirewallConfigOutputBuilder
source§fn default() -> GetFirewallConfigOutputBuilder
fn default() -> GetFirewallConfigOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetFirewallConfigOutputBuilder> for GetFirewallConfigOutputBuilder
impl PartialEq<GetFirewallConfigOutputBuilder> for GetFirewallConfigOutputBuilder
source§fn eq(&self, other: &GetFirewallConfigOutputBuilder) -> bool
fn eq(&self, other: &GetFirewallConfigOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.