Struct aws_sdk_route53resolver::operation::list_resolver_endpoints::builders::ListResolverEndpointsInputBuilder
source · #[non_exhaustive]pub struct ListResolverEndpointsInputBuilder { /* private fields */ }Expand description
A builder for ListResolverEndpointsInput.
Implementations§
source§impl ListResolverEndpointsInputBuilder
impl ListResolverEndpointsInputBuilder
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
The maximum number of Resolver endpoints that you want to return in the response to a ListResolverEndpoints request. If you don't specify a value for MaxResults, Resolver returns up to 100 Resolver endpoints.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
The maximum number of Resolver endpoints that you want to return in the response to a ListResolverEndpoints request. If you don't specify a value for MaxResults, Resolver returns up to 100 Resolver endpoints.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
For the first ListResolverEndpoints request, omit this value.
If you have more than MaxResults Resolver endpoints, you can submit another ListResolverEndpoints request to get the next group of Resolver endpoints. 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
For the first ListResolverEndpoints request, omit this value.
If you have more than MaxResults Resolver endpoints, you can submit another ListResolverEndpoints request to get the next group of Resolver endpoints. In the next request, specify the value of NextToken from the previous response.
sourcepub fn filters(self, input: Filter) -> Self
pub fn filters(self, input: Filter) -> Self
Appends an item to filters.
To override the contents of this collection use set_filters.
An optional specification to return a subset of Resolver endpoints, such as all inbound Resolver endpoints.
If you submit a second or subsequent ListResolverEndpoints request and specify the NextToken parameter, you must use the same values for Filters, if any, as in the previous request.
sourcepub fn set_filters(self, input: Option<Vec<Filter>>) -> Self
pub fn set_filters(self, input: Option<Vec<Filter>>) -> Self
An optional specification to return a subset of Resolver endpoints, such as all inbound Resolver endpoints.
If you submit a second or subsequent ListResolverEndpoints request and specify the NextToken parameter, you must use the same values for Filters, if any, as in the previous request.
sourcepub fn build(self) -> Result<ListResolverEndpointsInput, BuildError>
pub fn build(self) -> Result<ListResolverEndpointsInput, BuildError>
Consumes the builder and constructs a ListResolverEndpointsInput.
Trait Implementations§
source§impl Clone for ListResolverEndpointsInputBuilder
impl Clone for ListResolverEndpointsInputBuilder
source§fn clone(&self) -> ListResolverEndpointsInputBuilder
fn clone(&self) -> ListResolverEndpointsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ListResolverEndpointsInputBuilder
impl Default for ListResolverEndpointsInputBuilder
source§fn default() -> ListResolverEndpointsInputBuilder
fn default() -> ListResolverEndpointsInputBuilder
source§impl PartialEq<ListResolverEndpointsInputBuilder> for ListResolverEndpointsInputBuilder
impl PartialEq<ListResolverEndpointsInputBuilder> for ListResolverEndpointsInputBuilder
source§fn eq(&self, other: &ListResolverEndpointsInputBuilder) -> bool
fn eq(&self, other: &ListResolverEndpointsInputBuilder) -> bool
self and other values to be equal, and is used
by ==.