#[non_exhaustive]pub struct DescribeJobFlowsInput { /* private fields */ }Expand description
The input for the DescribeJobFlows operation.
Implementations§
source§impl DescribeJobFlowsInput
impl DescribeJobFlowsInput
sourcepub fn created_after(&self) -> Option<&DateTime>
pub fn created_after(&self) -> Option<&DateTime>
Return only job flows created after this date and time.
sourcepub fn created_before(&self) -> Option<&DateTime>
pub fn created_before(&self) -> Option<&DateTime>
Return only job flows created before this date and time.
sourcepub fn job_flow_ids(&self) -> Option<&[String]>
pub fn job_flow_ids(&self) -> Option<&[String]>
Return only job flows whose job flow ID is contained in this list.
sourcepub fn job_flow_states(&self) -> Option<&[JobFlowExecutionState]>
pub fn job_flow_states(&self) -> Option<&[JobFlowExecutionState]>
Return only job flows whose state is contained in this list.
source§impl DescribeJobFlowsInput
impl DescribeJobFlowsInput
sourcepub fn builder() -> DescribeJobFlowsInputBuilder
pub fn builder() -> DescribeJobFlowsInputBuilder
Creates a new builder-style object to manufacture DescribeJobFlowsInput.
source§impl DescribeJobFlowsInput
impl DescribeJobFlowsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeJobFlows, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribeJobFlows, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeJobFlows>
Trait Implementations§
source§impl Clone for DescribeJobFlowsInput
impl Clone for DescribeJobFlowsInput
source§fn clone(&self) -> DescribeJobFlowsInput
fn clone(&self) -> DescribeJobFlowsInput
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 DescribeJobFlowsInput
impl Debug for DescribeJobFlowsInput
source§impl PartialEq<DescribeJobFlowsInput> for DescribeJobFlowsInput
impl PartialEq<DescribeJobFlowsInput> for DescribeJobFlowsInput
source§fn eq(&self, other: &DescribeJobFlowsInput) -> bool
fn eq(&self, other: &DescribeJobFlowsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.