#[non_exhaustive]pub struct ListBackendJobsInput { /* private fields */ }
Expand description
The request body for ListBackendJobs.
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for ListBackendJobsInput
impl Clone for ListBackendJobsInput
source§fn clone(&self) -> ListBackendJobsInput
fn clone(&self) -> ListBackendJobsInput
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 ListBackendJobsInput
impl Debug for ListBackendJobsInput
source§impl PartialEq<ListBackendJobsInput> for ListBackendJobsInput
impl PartialEq<ListBackendJobsInput> for ListBackendJobsInput
source§fn eq(&self, other: &ListBackendJobsInput) -> bool
fn eq(&self, other: &ListBackendJobsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.