Struct aws_sdk_batch::operation::delete_scheduling_policy::builders::DeleteSchedulingPolicyInputBuilder
source · #[non_exhaustive]pub struct DeleteSchedulingPolicyInputBuilder { /* private fields */ }
Expand description
A builder for DeleteSchedulingPolicyInput
.
Implementations§
source§impl DeleteSchedulingPolicyInputBuilder
impl DeleteSchedulingPolicyInputBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the scheduling policy to delete.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the scheduling policy to delete.
sourcepub fn build(self) -> Result<DeleteSchedulingPolicyInput, BuildError>
pub fn build(self) -> Result<DeleteSchedulingPolicyInput, BuildError>
Consumes the builder and constructs a DeleteSchedulingPolicyInput
.
Trait Implementations§
source§impl Clone for DeleteSchedulingPolicyInputBuilder
impl Clone for DeleteSchedulingPolicyInputBuilder
source§fn clone(&self) -> DeleteSchedulingPolicyInputBuilder
fn clone(&self) -> DeleteSchedulingPolicyInputBuilder
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 DeleteSchedulingPolicyInputBuilder
impl Default for DeleteSchedulingPolicyInputBuilder
source§fn default() -> DeleteSchedulingPolicyInputBuilder
fn default() -> DeleteSchedulingPolicyInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteSchedulingPolicyInputBuilder> for DeleteSchedulingPolicyInputBuilder
impl PartialEq<DeleteSchedulingPolicyInputBuilder> for DeleteSchedulingPolicyInputBuilder
source§fn eq(&self, other: &DeleteSchedulingPolicyInputBuilder) -> bool
fn eq(&self, other: &DeleteSchedulingPolicyInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.