#[non_exhaustive]pub struct ListFirewallDomainsOutput { /* private fields */ }Implementations§
source§impl ListFirewallDomainsOutput
impl ListFirewallDomainsOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
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.
source§impl ListFirewallDomainsOutput
impl ListFirewallDomainsOutput
sourcepub fn builder() -> ListFirewallDomainsOutputBuilder
pub fn builder() -> ListFirewallDomainsOutputBuilder
Creates a new builder-style object to manufacture ListFirewallDomainsOutput.
Trait Implementations§
source§impl Clone for ListFirewallDomainsOutput
impl Clone for ListFirewallDomainsOutput
source§fn clone(&self) -> ListFirewallDomainsOutput
fn clone(&self) -> ListFirewallDomainsOutput
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 ListFirewallDomainsOutput
impl Debug for ListFirewallDomainsOutput
source§impl PartialEq<ListFirewallDomainsOutput> for ListFirewallDomainsOutput
impl PartialEq<ListFirewallDomainsOutput> for ListFirewallDomainsOutput
source§fn eq(&self, other: &ListFirewallDomainsOutput) -> bool
fn eq(&self, other: &ListFirewallDomainsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListFirewallDomainsOutput
impl RequestId for ListFirewallDomainsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.