#[non_exhaustive]pub struct ListDomainsInputBuilder { /* private fields */ }
Expand description
A builder for ListDomainsInput
.
Implementations§
source§impl ListDomainsInputBuilder
impl ListDomainsInputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken
is provided in the response. To resume pagination, provide the NextToken
value in the as part of a subsequent call. The default value is 10.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken
is provided in the response. To resume pagination, provide the NextToken
value in the as part of a subsequent call. The default value is 10.
sourcepub fn get_max_results(&self) -> &Option<i32>
pub fn get_max_results(&self) -> &Option<i32>
The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken
is provided in the response. To resume pagination, provide the NextToken
value in the as part of a subsequent call. The default value is 10.
sourcepub fn build(self) -> Result<ListDomainsInput, BuildError>
pub fn build(self) -> Result<ListDomainsInput, BuildError>
Consumes the builder and constructs a ListDomainsInput
.
source§impl ListDomainsInputBuilder
impl ListDomainsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<ListDomainsOutput, SdkError<ListDomainsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<ListDomainsOutput, SdkError<ListDomainsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for ListDomainsInputBuilder
impl Clone for ListDomainsInputBuilder
source§fn clone(&self) -> ListDomainsInputBuilder
fn clone(&self) -> ListDomainsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListDomainsInputBuilder
impl Debug for ListDomainsInputBuilder
source§impl Default for ListDomainsInputBuilder
impl Default for ListDomainsInputBuilder
source§fn default() -> ListDomainsInputBuilder
fn default() -> ListDomainsInputBuilder
source§impl PartialEq for ListDomainsInputBuilder
impl PartialEq for ListDomainsInputBuilder
source§fn eq(&self, other: &ListDomainsInputBuilder) -> bool
fn eq(&self, other: &ListDomainsInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.