#[non_exhaustive]pub struct ListRecoveryPointsByLegalHoldInput { /* private fields */ }
Implementations§
source§impl ListRecoveryPointsByLegalHoldInput
impl ListRecoveryPointsByLegalHoldInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRecoveryPointsByLegalHold, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRecoveryPointsByLegalHold, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListRecoveryPointsByLegalHold
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListRecoveryPointsByLegalHoldInput
.
source§impl ListRecoveryPointsByLegalHoldInput
impl ListRecoveryPointsByLegalHoldInput
sourcepub fn legal_hold_id(&self) -> Option<&str>
pub fn legal_hold_id(&self) -> Option<&str>
This is the ID of the legal hold.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
This is 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>
This is the maximum number of resource list items to be returned.
Trait Implementations§
source§impl Clone for ListRecoveryPointsByLegalHoldInput
impl Clone for ListRecoveryPointsByLegalHoldInput
source§fn clone(&self) -> ListRecoveryPointsByLegalHoldInput
fn clone(&self) -> ListRecoveryPointsByLegalHoldInput
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<ListRecoveryPointsByLegalHoldInput> for ListRecoveryPointsByLegalHoldInput
impl PartialEq<ListRecoveryPointsByLegalHoldInput> for ListRecoveryPointsByLegalHoldInput
source§fn eq(&self, other: &ListRecoveryPointsByLegalHoldInput) -> bool
fn eq(&self, other: &ListRecoveryPointsByLegalHoldInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.