Struct aws_sdk_amplifybackend::input::ListBackendJobsInput
source · [−]#[non_exhaustive]pub struct ListBackendJobsInput { /* private fields */ }
Expand description
The request body for ListBackendJobs.
Implementations
sourceimpl ListBackendJobsInput
impl ListBackendJobsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListBackendJobs, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListBackendJobs, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListBackendJobs
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListBackendJobsInput
.
sourceimpl ListBackendJobsInput
impl ListBackendJobsInput
sourcepub fn backend_environment_name(&self) -> Option<&str>
pub fn backend_environment_name(&self) -> Option<&str>
The name of the backend environment.
sourcepub fn max_results(&self) -> i32
pub fn max_results(&self) -> i32
The maximum number of results that you want in the response.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next set of results.
Trait Implementations
sourceimpl Clone for ListBackendJobsInput
impl Clone for ListBackendJobsInput
sourcefn clone(&self) -> ListBackendJobsInput
fn clone(&self) -> ListBackendJobsInput
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 ListBackendJobsInput
impl Debug for ListBackendJobsInput
sourceimpl PartialEq<ListBackendJobsInput> for ListBackendJobsInput
impl PartialEq<ListBackendJobsInput> for ListBackendJobsInput
sourcefn eq(&self, other: &ListBackendJobsInput) -> bool
fn eq(&self, other: &ListBackendJobsInput) -> bool
impl StructuralPartialEq for ListBackendJobsInput
Auto Trait Implementations
impl RefUnwindSafe for ListBackendJobsInput
impl Send for ListBackendJobsInput
impl Sync for ListBackendJobsInput
impl Unpin for ListBackendJobsInput
impl UnwindSafe for ListBackendJobsInput
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