Struct aws_sdk_route53resolver::operation::list_firewall_domain_lists::builders::ListFirewallDomainListsOutputBuilder
source · #[non_exhaustive]pub struct ListFirewallDomainListsOutputBuilder { /* private fields */ }
Expand description
A builder for ListFirewallDomainListsOutput
.
Implementations§
source§impl ListFirewallDomainListsOutputBuilder
impl ListFirewallDomainListsOutputBuilder
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 get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
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_domain_lists(self, input: FirewallDomainListMetadata) -> Self
pub fn firewall_domain_lists(self, input: FirewallDomainListMetadata) -> Self
Appends an item to firewall_domain_lists
.
To override the contents of this collection use set_firewall_domain_lists
.
A list of the domain lists that you have defined.
This might be a partial list of the domain lists that you've defined. For information, see MaxResults
.
sourcepub fn set_firewall_domain_lists(
self,
input: Option<Vec<FirewallDomainListMetadata>>
) -> Self
pub fn set_firewall_domain_lists( self, input: Option<Vec<FirewallDomainListMetadata>> ) -> Self
A list of the domain lists that you have defined.
This might be a partial list of the domain lists that you've defined. For information, see MaxResults
.
sourcepub fn get_firewall_domain_lists(
&self
) -> &Option<Vec<FirewallDomainListMetadata>>
pub fn get_firewall_domain_lists( &self ) -> &Option<Vec<FirewallDomainListMetadata>>
A list of the domain lists that you have defined.
This might be a partial list of the domain lists that you've defined. For information, see MaxResults
.
sourcepub fn build(self) -> ListFirewallDomainListsOutput
pub fn build(self) -> ListFirewallDomainListsOutput
Consumes the builder and constructs a ListFirewallDomainListsOutput
.
Trait Implementations§
source§impl Clone for ListFirewallDomainListsOutputBuilder
impl Clone for ListFirewallDomainListsOutputBuilder
source§fn clone(&self) -> ListFirewallDomainListsOutputBuilder
fn clone(&self) -> ListFirewallDomainListsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ListFirewallDomainListsOutputBuilder
impl Default for ListFirewallDomainListsOutputBuilder
source§fn default() -> ListFirewallDomainListsOutputBuilder
fn default() -> ListFirewallDomainListsOutputBuilder
source§impl PartialEq for ListFirewallDomainListsOutputBuilder
impl PartialEq for ListFirewallDomainListsOutputBuilder
source§fn eq(&self, other: &ListFirewallDomainListsOutputBuilder) -> bool
fn eq(&self, other: &ListFirewallDomainListsOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.