#[non_exhaustive]pub struct DescribeAccountModificationsInput { /* private fields */ }
Implementations§
source§impl DescribeAccountModificationsInput
impl DescribeAccountModificationsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeAccountModifications, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeAccountModifications, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeAccountModifications
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeAccountModificationsInput
.
source§impl DescribeAccountModificationsInput
impl DescribeAccountModificationsInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If you received a NextToken
from a previous call that was paginated, provide this token to receive the next set of results.
Trait Implementations§
source§impl Clone for DescribeAccountModificationsInput
impl Clone for DescribeAccountModificationsInput
source§fn clone(&self) -> DescribeAccountModificationsInput
fn clone(&self) -> DescribeAccountModificationsInput
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<DescribeAccountModificationsInput> for DescribeAccountModificationsInput
impl PartialEq<DescribeAccountModificationsInput> for DescribeAccountModificationsInput
source§fn eq(&self, other: &DescribeAccountModificationsInput) -> bool
fn eq(&self, other: &DescribeAccountModificationsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.