#[non_exhaustive]pub struct ListOrganizationServiceAccessStatusInput { /* private fields */ }
Implementations§
source§impl ListOrganizationServiceAccessStatusInput
impl ListOrganizationServiceAccessStatusInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListOrganizationServiceAccessStatus, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListOrganizationServiceAccessStatus, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListOrganizationServiceAccessStatus
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListOrganizationServiceAccessStatusInput
.
source§impl ListOrganizationServiceAccessStatusInput
impl ListOrganizationServiceAccessStatusInput
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next page of results.
Trait Implementations§
source§impl Clone for ListOrganizationServiceAccessStatusInput
impl Clone for ListOrganizationServiceAccessStatusInput
source§fn clone(&self) -> ListOrganizationServiceAccessStatusInput
fn clone(&self) -> ListOrganizationServiceAccessStatusInput
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 PartialEq<ListOrganizationServiceAccessStatusInput> for ListOrganizationServiceAccessStatusInput
impl PartialEq<ListOrganizationServiceAccessStatusInput> for ListOrganizationServiceAccessStatusInput
source§fn eq(&self, other: &ListOrganizationServiceAccessStatusInput) -> bool
fn eq(&self, other: &ListOrganizationServiceAccessStatusInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.