Struct aws_sdk_backup::input::ListLegalHoldsInput
source · #[non_exhaustive]pub struct ListLegalHoldsInput { /* private fields */ }
Implementations§
source§impl ListLegalHoldsInput
impl ListLegalHoldsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListLegalHolds, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListLegalHolds, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListLegalHolds
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListLegalHoldsInput
.
source§impl ListLegalHoldsInput
impl ListLegalHoldsInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The next item following a partial list of returned resources. For example, if a request is made to return maxResults
number of resources, NextToken
allows you to return more items in your list starting at the location pointed to by the next token.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of resource list items to be returned.
Trait Implementations§
source§impl Clone for ListLegalHoldsInput
impl Clone for ListLegalHoldsInput
source§fn clone(&self) -> ListLegalHoldsInput
fn clone(&self) -> ListLegalHoldsInput
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 ListLegalHoldsInput
impl Debug for ListLegalHoldsInput
source§impl PartialEq<ListLegalHoldsInput> for ListLegalHoldsInput
impl PartialEq<ListLegalHoldsInput> for ListLegalHoldsInput
source§fn eq(&self, other: &ListLegalHoldsInput) -> bool
fn eq(&self, other: &ListLegalHoldsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.