#[non_exhaustive]pub struct ListCustomDataIdentifiersInput { /* private fields */ }
Implementations
sourceimpl ListCustomDataIdentifiersInput
impl ListCustomDataIdentifiersInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListCustomDataIdentifiers, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListCustomDataIdentifiers, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListCustomDataIdentifiers
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListCustomDataIdentifiersInput
.
sourceimpl ListCustomDataIdentifiersInput
impl ListCustomDataIdentifiersInput
sourcepub fn max_results(&self) -> i32
pub fn max_results(&self) -> i32
The maximum number of items to include in each page of the response.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The nextToken string that specifies which page of results to return in a paginated response.
Trait Implementations
sourceimpl Clone for ListCustomDataIdentifiersInput
impl Clone for ListCustomDataIdentifiersInput
sourcefn clone(&self) -> ListCustomDataIdentifiersInput
fn clone(&self) -> ListCustomDataIdentifiersInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<ListCustomDataIdentifiersInput> for ListCustomDataIdentifiersInput
impl PartialEq<ListCustomDataIdentifiersInput> for ListCustomDataIdentifiersInput
sourcefn eq(&self, other: &ListCustomDataIdentifiersInput) -> bool
fn eq(&self, other: &ListCustomDataIdentifiersInput) -> bool
impl StructuralPartialEq for ListCustomDataIdentifiersInput
Auto Trait Implementations
impl RefUnwindSafe for ListCustomDataIdentifiersInput
impl Send for ListCustomDataIdentifiersInput
impl Sync for ListCustomDataIdentifiersInput
impl Unpin for ListCustomDataIdentifiersInput
impl UnwindSafe for ListCustomDataIdentifiersInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more