#[non_exhaustive]pub struct ListAccessorsInput { /* private fields */ }Implementations§
source§impl ListAccessorsInput
impl ListAccessorsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListAccessors, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListAccessors, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListAccessors>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListAccessorsInput.
source§impl ListAccessorsInput
impl ListAccessorsInput
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of accessors to list.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token that indicates the next set of results to retrieve.
Trait Implementations§
source§impl Clone for ListAccessorsInput
impl Clone for ListAccessorsInput
source§fn clone(&self) -> ListAccessorsInput
fn clone(&self) -> ListAccessorsInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ListAccessorsInput
impl Debug for ListAccessorsInput
source§impl PartialEq<ListAccessorsInput> for ListAccessorsInput
impl PartialEq<ListAccessorsInput> for ListAccessorsInput
source§fn eq(&self, other: &ListAccessorsInput) -> bool
fn eq(&self, other: &ListAccessorsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.