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 get_arns(&self) -> &Option<Vec<String>>
pub fn get_arns(&self) -> &Option<Vec<String>>
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
.
source§impl DescribeSchedulingPoliciesInputBuilder
impl DescribeSchedulingPoliciesInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeSchedulingPoliciesOutput, SdkError<DescribeSchedulingPoliciesError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeSchedulingPoliciesOutput, SdkError<DescribeSchedulingPoliciesError, HttpResponse>>
Sends a request with this input using the given client.
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 ==
.impl StructuralPartialEq for DescribeSchedulingPoliciesInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeSchedulingPoliciesInputBuilder
impl Send for DescribeSchedulingPoliciesInputBuilder
impl Sync for DescribeSchedulingPoliciesInputBuilder
impl Unpin for DescribeSchedulingPoliciesInputBuilder
impl UnwindSafe for DescribeSchedulingPoliciesInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more