Struct aws_sdk_route53resolver::operation::get_firewall_config::builders::GetFirewallConfigInputBuilder
source · #[non_exhaustive]pub struct GetFirewallConfigInputBuilder { /* private fields */ }Expand description
A builder for GetFirewallConfigInput.
Implementations§
source§impl GetFirewallConfigInputBuilder
impl GetFirewallConfigInputBuilder
sourcepub fn resource_id(self, input: impl Into<String>) -> Self
pub fn resource_id(self, input: impl Into<String>) -> Self
The ID of the VPC from Amazon VPC that the configuration is for.
sourcepub fn set_resource_id(self, input: Option<String>) -> Self
pub fn set_resource_id(self, input: Option<String>) -> Self
The ID of the VPC from Amazon VPC that the configuration is for.
sourcepub fn build(self) -> Result<GetFirewallConfigInput, BuildError>
pub fn build(self) -> Result<GetFirewallConfigInput, BuildError>
Consumes the builder and constructs a GetFirewallConfigInput.
Trait Implementations§
source§impl Clone for GetFirewallConfigInputBuilder
impl Clone for GetFirewallConfigInputBuilder
source§fn clone(&self) -> GetFirewallConfigInputBuilder
fn clone(&self) -> GetFirewallConfigInputBuilder
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 GetFirewallConfigInputBuilder
impl Default for GetFirewallConfigInputBuilder
source§fn default() -> GetFirewallConfigInputBuilder
fn default() -> GetFirewallConfigInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetFirewallConfigInputBuilder> for GetFirewallConfigInputBuilder
impl PartialEq<GetFirewallConfigInputBuilder> for GetFirewallConfigInputBuilder
source§fn eq(&self, other: &GetFirewallConfigInputBuilder) -> bool
fn eq(&self, other: &GetFirewallConfigInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.