Struct aws_sdk_route53resolver::operation::list_resolver_endpoints::builders::ListResolverEndpointsOutputBuilder
source · #[non_exhaustive]pub struct ListResolverEndpointsOutputBuilder { /* private fields */ }Expand description
A builder for ListResolverEndpointsOutput.
Implementations§
source§impl ListResolverEndpointsOutputBuilder
impl ListResolverEndpointsOutputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
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 set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
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 get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
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, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
The value that you specified for MaxResults in the request.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
The value that you specified for MaxResults in the request.
sourcepub fn get_max_results(&self) -> &Option<i32>
pub fn get_max_results(&self) -> &Option<i32>
The value that you specified for MaxResults in the request.
sourcepub fn resolver_endpoints(self, input: ResolverEndpoint) -> Self
pub fn resolver_endpoints(self, input: ResolverEndpoint) -> Self
Appends an item to resolver_endpoints.
To override the contents of this collection use set_resolver_endpoints.
The Resolver endpoints that were created by using the current Amazon Web Services account, and that match the specified filters, if any.
sourcepub fn set_resolver_endpoints(
self,
input: Option<Vec<ResolverEndpoint>>
) -> Self
pub fn set_resolver_endpoints( self, input: Option<Vec<ResolverEndpoint>> ) -> Self
The Resolver endpoints that were created by using the current Amazon Web Services account, and that match the specified filters, if any.
sourcepub fn get_resolver_endpoints(&self) -> &Option<Vec<ResolverEndpoint>>
pub fn get_resolver_endpoints(&self) -> &Option<Vec<ResolverEndpoint>>
The Resolver endpoints that were created by using the current Amazon Web Services account, and that match the specified filters, if any.
sourcepub fn build(self) -> ListResolverEndpointsOutput
pub fn build(self) -> ListResolverEndpointsOutput
Consumes the builder and constructs a ListResolverEndpointsOutput.
Trait Implementations§
source§impl Clone for ListResolverEndpointsOutputBuilder
impl Clone for ListResolverEndpointsOutputBuilder
source§fn clone(&self) -> ListResolverEndpointsOutputBuilder
fn clone(&self) -> ListResolverEndpointsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ListResolverEndpointsOutputBuilder
impl Default for ListResolverEndpointsOutputBuilder
source§fn default() -> ListResolverEndpointsOutputBuilder
fn default() -> ListResolverEndpointsOutputBuilder
source§impl PartialEq for ListResolverEndpointsOutputBuilder
impl PartialEq for ListResolverEndpointsOutputBuilder
source§fn eq(&self, other: &ListResolverEndpointsOutputBuilder) -> bool
fn eq(&self, other: &ListResolverEndpointsOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.