Struct aws_sdk_route53resolver::operation::list_resolver_endpoints::ListResolverEndpointsOutput
source · #[non_exhaustive]pub struct ListResolverEndpointsOutput { /* private fields */ }Implementations§
source§impl ListResolverEndpointsOutput
impl ListResolverEndpointsOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If more than MaxResults IP addresses match the specified criteria, you can submit another ListResolverEndpoint request to get the next group of results. In the next request, specify the value of NextToken from the previous response.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The value that you specified for MaxResults in the request.
sourcepub fn resolver_endpoints(&self) -> Option<&[ResolverEndpoint]>
pub fn resolver_endpoints(&self) -> Option<&[ResolverEndpoint]>
The Resolver endpoints that were created by using the current Amazon Web Services account, and that match the specified filters, if any.
source§impl ListResolverEndpointsOutput
impl ListResolverEndpointsOutput
sourcepub fn builder() -> ListResolverEndpointsOutputBuilder
pub fn builder() -> ListResolverEndpointsOutputBuilder
Creates a new builder-style object to manufacture ListResolverEndpointsOutput.
Trait Implementations§
source§impl Clone for ListResolverEndpointsOutput
impl Clone for ListResolverEndpointsOutput
source§fn clone(&self) -> ListResolverEndpointsOutput
fn clone(&self) -> ListResolverEndpointsOutput
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 ListResolverEndpointsOutput
impl Debug for ListResolverEndpointsOutput
source§impl PartialEq<ListResolverEndpointsOutput> for ListResolverEndpointsOutput
impl PartialEq<ListResolverEndpointsOutput> for ListResolverEndpointsOutput
source§fn eq(&self, other: &ListResolverEndpointsOutput) -> bool
fn eq(&self, other: &ListResolverEndpointsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListResolverEndpointsOutput
impl RequestId for ListResolverEndpointsOutput
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.