Struct aws_sdk_route53resolver::operation::list_firewall_rules::builders::ListFirewallRulesOutputBuilder
source · #[non_exhaustive]pub struct ListFirewallRulesOutputBuilder { /* private fields */ }Expand description
A builder for ListFirewallRulesOutput.
Implementations§
source§impl ListFirewallRulesOutputBuilder
impl ListFirewallRulesOutputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the next batch of objects, provide this token in your next request.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the next batch of objects, provide this token in your next request.
sourcepub fn firewall_rules(self, input: FirewallRule) -> Self
pub fn firewall_rules(self, input: FirewallRule) -> Self
Appends an item to firewall_rules.
To override the contents of this collection use set_firewall_rules.
A list of the rules that you have defined.
This might be a partial list of the firewall rules that you've defined. For information, see MaxResults.
sourcepub fn set_firewall_rules(self, input: Option<Vec<FirewallRule>>) -> Self
pub fn set_firewall_rules(self, input: Option<Vec<FirewallRule>>) -> Self
A list of the rules that you have defined.
This might be a partial list of the firewall rules that you've defined. For information, see MaxResults.
sourcepub fn build(self) -> ListFirewallRulesOutput
pub fn build(self) -> ListFirewallRulesOutput
Consumes the builder and constructs a ListFirewallRulesOutput.
Trait Implementations§
source§impl Clone for ListFirewallRulesOutputBuilder
impl Clone for ListFirewallRulesOutputBuilder
source§fn clone(&self) -> ListFirewallRulesOutputBuilder
fn clone(&self) -> ListFirewallRulesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ListFirewallRulesOutputBuilder
impl Default for ListFirewallRulesOutputBuilder
source§fn default() -> ListFirewallRulesOutputBuilder
fn default() -> ListFirewallRulesOutputBuilder
source§impl PartialEq<ListFirewallRulesOutputBuilder> for ListFirewallRulesOutputBuilder
impl PartialEq<ListFirewallRulesOutputBuilder> for ListFirewallRulesOutputBuilder
source§fn eq(&self, other: &ListFirewallRulesOutputBuilder) -> bool
fn eq(&self, other: &ListFirewallRulesOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.