#[non_exhaustive]pub struct GetFirewallConfigInput { /* private fields */ }Implementations§
source§impl GetFirewallConfigInput
impl GetFirewallConfigInput
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
The ID of the VPC from Amazon VPC that the configuration is for.
source§impl GetFirewallConfigInput
impl GetFirewallConfigInput
sourcepub fn builder() -> GetFirewallConfigInputBuilder
pub fn builder() -> GetFirewallConfigInputBuilder
Creates a new builder-style object to manufacture GetFirewallConfigInput.
source§impl GetFirewallConfigInput
impl GetFirewallConfigInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetFirewallConfig, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetFirewallConfig, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetFirewallConfig>
Trait Implementations§
source§impl Clone for GetFirewallConfigInput
impl Clone for GetFirewallConfigInput
source§fn clone(&self) -> GetFirewallConfigInput
fn clone(&self) -> GetFirewallConfigInput
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 Debug for GetFirewallConfigInput
impl Debug for GetFirewallConfigInput
source§impl PartialEq<GetFirewallConfigInput> for GetFirewallConfigInput
impl PartialEq<GetFirewallConfigInput> for GetFirewallConfigInput
source§fn eq(&self, other: &GetFirewallConfigInput) -> bool
fn eq(&self, other: &GetFirewallConfigInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.