Struct aws_sdk_m2::operation::start_batch_job::StartBatchJobOutput
source · #[non_exhaustive]pub struct StartBatchJobOutput { /* private fields */ }Implementations§
source§impl StartBatchJobOutput
impl StartBatchJobOutput
sourcepub fn execution_id(&self) -> Option<&str>
pub fn execution_id(&self) -> Option<&str>
The unique identifier of this execution of the batch job.
source§impl StartBatchJobOutput
impl StartBatchJobOutput
sourcepub fn builder() -> StartBatchJobOutputBuilder
pub fn builder() -> StartBatchJobOutputBuilder
Creates a new builder-style object to manufacture StartBatchJobOutput.
Trait Implementations§
source§impl Clone for StartBatchJobOutput
impl Clone for StartBatchJobOutput
source§fn clone(&self) -> StartBatchJobOutput
fn clone(&self) -> StartBatchJobOutput
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 StartBatchJobOutput
impl Debug for StartBatchJobOutput
source§impl PartialEq<StartBatchJobOutput> for StartBatchJobOutput
impl PartialEq<StartBatchJobOutput> for StartBatchJobOutput
source§fn eq(&self, other: &StartBatchJobOutput) -> bool
fn eq(&self, other: &StartBatchJobOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for StartBatchJobOutput
impl RequestId for StartBatchJobOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for StartBatchJobOutput
Auto Trait Implementations§
impl RefUnwindSafe for StartBatchJobOutput
impl Send for StartBatchJobOutput
impl Sync for StartBatchJobOutput
impl Unpin for StartBatchJobOutput
impl UnwindSafe for StartBatchJobOutput
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