Struct aws_sdk_databrew::input::ListRecipeVersionsInput
source · [−]#[non_exhaustive]pub struct ListRecipeVersionsInput { /* private fields */ }
Implementations
sourceimpl ListRecipeVersionsInput
impl ListRecipeVersionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRecipeVersions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRecipeVersions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListRecipeVersions
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListRecipeVersionsInput
.
sourceimpl ListRecipeVersionsInput
impl ListRecipeVersionsInput
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return in this request.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token returned by a previous call to retrieve the next set of results.
Trait Implementations
sourceimpl Clone for ListRecipeVersionsInput
impl Clone for ListRecipeVersionsInput
sourcefn clone(&self) -> ListRecipeVersionsInput
fn clone(&self) -> ListRecipeVersionsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ListRecipeVersionsInput
impl Debug for ListRecipeVersionsInput
sourceimpl PartialEq<ListRecipeVersionsInput> for ListRecipeVersionsInput
impl PartialEq<ListRecipeVersionsInput> for ListRecipeVersionsInput
sourcefn eq(&self, other: &ListRecipeVersionsInput) -> bool
fn eq(&self, other: &ListRecipeVersionsInput) -> bool
impl StructuralPartialEq for ListRecipeVersionsInput
Auto Trait Implementations
impl RefUnwindSafe for ListRecipeVersionsInput
impl Send for ListRecipeVersionsInput
impl Sync for ListRecipeVersionsInput
impl Unpin for ListRecipeVersionsInput
impl UnwindSafe for ListRecipeVersionsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more