Struct aws_sdk_m2::types::builders::ScriptBatchJobIdentifierBuilder
source · #[non_exhaustive]pub struct ScriptBatchJobIdentifierBuilder { /* private fields */ }
Expand description
A builder for ScriptBatchJobIdentifier
.
Implementations§
source§impl ScriptBatchJobIdentifierBuilder
impl ScriptBatchJobIdentifierBuilder
sourcepub fn script_name(self, input: impl Into<String>) -> Self
pub fn script_name(self, input: impl Into<String>) -> Self
The name of the script containing the batch job definition.
sourcepub fn set_script_name(self, input: Option<String>) -> Self
pub fn set_script_name(self, input: Option<String>) -> Self
The name of the script containing the batch job definition.
sourcepub fn get_script_name(&self) -> &Option<String>
pub fn get_script_name(&self) -> &Option<String>
The name of the script containing the batch job definition.
sourcepub fn build(self) -> ScriptBatchJobIdentifier
pub fn build(self) -> ScriptBatchJobIdentifier
Consumes the builder and constructs a ScriptBatchJobIdentifier
.
Trait Implementations§
source§impl Clone for ScriptBatchJobIdentifierBuilder
impl Clone for ScriptBatchJobIdentifierBuilder
source§fn clone(&self) -> ScriptBatchJobIdentifierBuilder
fn clone(&self) -> ScriptBatchJobIdentifierBuilder
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 ScriptBatchJobIdentifierBuilder
impl Default for ScriptBatchJobIdentifierBuilder
source§fn default() -> ScriptBatchJobIdentifierBuilder
fn default() -> ScriptBatchJobIdentifierBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ScriptBatchJobIdentifierBuilder
impl PartialEq for ScriptBatchJobIdentifierBuilder
source§fn eq(&self, other: &ScriptBatchJobIdentifierBuilder) -> bool
fn eq(&self, other: &ScriptBatchJobIdentifierBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ScriptBatchJobIdentifierBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ScriptBatchJobIdentifierBuilder
impl Send for ScriptBatchJobIdentifierBuilder
impl Sync for ScriptBatchJobIdentifierBuilder
impl Unpin for ScriptBatchJobIdentifierBuilder
impl UnwindSafe for ScriptBatchJobIdentifierBuilder
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