Struct aws_sdk_ssm::types::builders::OpsMetadataBuilder
source · #[non_exhaustive]pub struct OpsMetadataBuilder { /* private fields */ }
Expand description
A builder for OpsMetadata
.
Implementations§
source§impl OpsMetadataBuilder
impl OpsMetadataBuilder
sourcepub fn resource_id(self, input: impl Into<String>) -> Self
pub fn resource_id(self, input: impl Into<String>) -> Self
The ID of the Application Manager application.
sourcepub fn set_resource_id(self, input: Option<String>) -> Self
pub fn set_resource_id(self, input: Option<String>) -> Self
The ID of the Application Manager application.
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.
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.
sourcepub fn last_modified_date(self, input: DateTime) -> Self
pub fn last_modified_date(self, input: DateTime) -> Self
The date the OpsMetadata object was last updated.
sourcepub fn set_last_modified_date(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_date(self, input: Option<DateTime>) -> Self
The date the OpsMetadata object was last updated.
sourcepub fn last_modified_user(self, input: impl Into<String>) -> Self
pub fn last_modified_user(self, input: impl Into<String>) -> Self
The user name who last updated the OpsMetadata object.
sourcepub fn set_last_modified_user(self, input: Option<String>) -> Self
pub fn set_last_modified_user(self, input: Option<String>) -> Self
The user name who last updated the OpsMetadata object.
sourcepub fn creation_date(self, input: DateTime) -> Self
pub fn creation_date(self, input: DateTime) -> Self
The date the OpsMetadata objects was created.
sourcepub fn set_creation_date(self, input: Option<DateTime>) -> Self
pub fn set_creation_date(self, input: Option<DateTime>) -> Self
The date the OpsMetadata objects was created.
sourcepub fn build(self) -> OpsMetadata
pub fn build(self) -> OpsMetadata
Consumes the builder and constructs a OpsMetadata
.
Trait Implementations§
source§impl Clone for OpsMetadataBuilder
impl Clone for OpsMetadataBuilder
source§fn clone(&self) -> OpsMetadataBuilder
fn clone(&self) -> OpsMetadataBuilder
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 OpsMetadataBuilder
impl Debug for OpsMetadataBuilder
source§impl Default for OpsMetadataBuilder
impl Default for OpsMetadataBuilder
source§fn default() -> OpsMetadataBuilder
fn default() -> OpsMetadataBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<OpsMetadataBuilder> for OpsMetadataBuilder
impl PartialEq<OpsMetadataBuilder> for OpsMetadataBuilder
source§fn eq(&self, other: &OpsMetadataBuilder) -> bool
fn eq(&self, other: &OpsMetadataBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for OpsMetadataBuilder
Auto Trait Implementations§
impl RefUnwindSafe for OpsMetadataBuilder
impl Send for OpsMetadataBuilder
impl Sync for OpsMetadataBuilder
impl Unpin for OpsMetadataBuilder
impl UnwindSafe for OpsMetadataBuilder
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