Struct aws_sdk_batch::operation::describe_scheduling_policies::builders::DescribeSchedulingPoliciesInputBuilder
source · #[non_exhaustive]pub struct DescribeSchedulingPoliciesInputBuilder { /* private fields */ }
Expand description
A builder for DescribeSchedulingPoliciesInput
.
Implementations§
source§impl DescribeSchedulingPoliciesInputBuilder
impl DescribeSchedulingPoliciesInputBuilder
sourcepub fn arns(self, input: impl Into<String>) -> Self
pub fn arns(self, input: impl Into<String>) -> Self
Appends an item to arns
.
To override the contents of this collection use set_arns
.
A list of up to 100 scheduling policy Amazon Resource Name (ARN) entries.
sourcepub fn set_arns(self, input: Option<Vec<String>>) -> Self
pub fn set_arns(self, input: Option<Vec<String>>) -> Self
A list of up to 100 scheduling policy Amazon Resource Name (ARN) entries.
sourcepub fn build(self) -> Result<DescribeSchedulingPoliciesInput, BuildError>
pub fn build(self) -> Result<DescribeSchedulingPoliciesInput, BuildError>
Consumes the builder and constructs a DescribeSchedulingPoliciesInput
.
Trait Implementations§
source§impl Clone for DescribeSchedulingPoliciesInputBuilder
impl Clone for DescribeSchedulingPoliciesInputBuilder
source§fn clone(&self) -> DescribeSchedulingPoliciesInputBuilder
fn clone(&self) -> DescribeSchedulingPoliciesInputBuilder
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 Default for DescribeSchedulingPoliciesInputBuilder
impl Default for DescribeSchedulingPoliciesInputBuilder
source§fn default() -> DescribeSchedulingPoliciesInputBuilder
fn default() -> DescribeSchedulingPoliciesInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeSchedulingPoliciesInputBuilder> for DescribeSchedulingPoliciesInputBuilder
impl PartialEq<DescribeSchedulingPoliciesInputBuilder> for DescribeSchedulingPoliciesInputBuilder
source§fn eq(&self, other: &DescribeSchedulingPoliciesInputBuilder) -> bool
fn eq(&self, other: &DescribeSchedulingPoliciesInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.