Struct aws_sdk_ssm::operation::create_ops_metadata::builders::CreateOpsMetadataOutputBuilder
source · #[non_exhaustive]pub struct CreateOpsMetadataOutputBuilder { /* private fields */ }
Expand description
A builder for CreateOpsMetadataOutput
.
Implementations§
source§impl CreateOpsMetadataOutputBuilder
impl CreateOpsMetadataOutputBuilder
sourcepub fn ops_metadata_arn(self, input: impl Into<String>) -> Self
pub fn ops_metadata_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the OpsMetadata Object or blob created by the call.
sourcepub fn set_ops_metadata_arn(self, input: Option<String>) -> Self
pub fn set_ops_metadata_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the OpsMetadata Object or blob created by the call.
sourcepub fn get_ops_metadata_arn(&self) -> &Option<String>
pub fn get_ops_metadata_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the OpsMetadata Object or blob created by the call.
sourcepub fn build(self) -> CreateOpsMetadataOutput
pub fn build(self) -> CreateOpsMetadataOutput
Consumes the builder and constructs a CreateOpsMetadataOutput
.
Trait Implementations§
source§impl Clone for CreateOpsMetadataOutputBuilder
impl Clone for CreateOpsMetadataOutputBuilder
source§fn clone(&self) -> CreateOpsMetadataOutputBuilder
fn clone(&self) -> CreateOpsMetadataOutputBuilder
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 CreateOpsMetadataOutputBuilder
impl Default for CreateOpsMetadataOutputBuilder
source§fn default() -> CreateOpsMetadataOutputBuilder
fn default() -> CreateOpsMetadataOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateOpsMetadataOutputBuilder
impl PartialEq for CreateOpsMetadataOutputBuilder
source§fn eq(&self, other: &CreateOpsMetadataOutputBuilder) -> bool
fn eq(&self, other: &CreateOpsMetadataOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateOpsMetadataOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateOpsMetadataOutputBuilder
impl Send for CreateOpsMetadataOutputBuilder
impl Sync for CreateOpsMetadataOutputBuilder
impl Unpin for CreateOpsMetadataOutputBuilder
impl UnwindSafe for CreateOpsMetadataOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.