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 get_max_results(&self) -> &Option<i32>
pub fn get_max_results(&self) -> &Option<i32>
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 get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
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 get_filters(&self) -> &Option<Vec<Filter>>
pub fn get_filters(&self) -> &Option<Vec<Filter>>
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.
source§impl ListResolverEndpointsInputBuilder
impl ListResolverEndpointsInputBuilder
sourcepub async fn send_with(
self,
client: &Client,
) -> Result<ListResolverEndpointsOutput, SdkError<ListResolverEndpointsError, HttpResponse>>
pub async fn send_with( self, client: &Client, ) -> Result<ListResolverEndpointsOutput, SdkError<ListResolverEndpointsError, HttpResponse>>
Sends a request with this input using the given client.
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 for ListResolverEndpointsInputBuilder
impl PartialEq 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 ==.impl StructuralPartialEq for ListResolverEndpointsInputBuilder
Auto Trait Implementations§
impl Freeze for ListResolverEndpointsInputBuilder
impl RefUnwindSafe for ListResolverEndpointsInputBuilder
impl Send for ListResolverEndpointsInputBuilder
impl Sync for ListResolverEndpointsInputBuilder
impl Unpin for ListResolverEndpointsInputBuilder
impl UnwindSafe for ListResolverEndpointsInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more