Struct aws_sdk_networkfirewall::input::ListFirewallsInput
source · [−]#[non_exhaustive]pub struct ListFirewallsInput { /* private fields */ }
Implementations
sourceimpl ListFirewallsInput
impl ListFirewallsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListFirewalls, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListFirewalls, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListFirewalls
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListFirewallsInput
.
sourceimpl ListFirewallsInput
impl ListFirewallsInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
When you request a list of objects with a MaxResults
setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Network Firewall returns a NextToken
value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.
sourcepub fn vpc_ids(&self) -> Option<&[String]>
pub fn vpc_ids(&self) -> Option<&[String]>
The unique identifiers of the VPCs that you want Network Firewall to retrieve the firewalls for. Leave this blank to retrieve all firewalls that you have defined.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of objects that you want Network Firewall to return for this request. If more objects are available, in the response, Network Firewall provides a NextToken
value that you can use in a subsequent call to get the next batch of objects.
Trait Implementations
sourceimpl Clone for ListFirewallsInput
impl Clone for ListFirewallsInput
sourcefn clone(&self) -> ListFirewallsInput
fn clone(&self) -> ListFirewallsInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more