Struct aws_sdk_glue::input::GetJobsInput
source · #[non_exhaustive]pub struct GetJobsInput { /* private fields */ }Implementations§
source§impl GetJobsInput
impl GetJobsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetJobs, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetJobs, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetJobs>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetJobsInput.
source§impl GetJobsInput
impl GetJobsInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A continuation token, if this is a continuation call.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum size of the response.
Trait Implementations§
source§impl Clone for GetJobsInput
impl Clone for GetJobsInput
source§fn clone(&self) -> GetJobsInput
fn clone(&self) -> GetJobsInput
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 GetJobsInput
impl Debug for GetJobsInput
source§impl PartialEq<GetJobsInput> for GetJobsInput
impl PartialEq<GetJobsInput> for GetJobsInput
source§fn eq(&self, other: &GetJobsInput) -> bool
fn eq(&self, other: &GetJobsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.