#[non_exhaustive]pub struct BatchGetCustomDataIdentifierSummaryBuilder { /* private fields */ }
Expand description
A builder for BatchGetCustomDataIdentifierSummary
.
Implementations§
source§impl BatchGetCustomDataIdentifierSummaryBuilder
impl BatchGetCustomDataIdentifierSummaryBuilder
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 custom data identifier.
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 custom data identifier.
sourcepub fn get_arn(&self) -> &Option<String>
pub fn get_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the custom data identifier.
sourcepub fn created_at(self, input: DateTime) -> Self
pub fn created_at(self, input: DateTime) -> Self
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
sourcepub fn set_created_at(self, input: Option<DateTime>) -> Self
pub fn set_created_at(self, input: Option<DateTime>) -> Self
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
sourcepub fn get_created_at(&self) -> &Option<DateTime>
pub fn get_created_at(&self) -> &Option<DateTime>
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
sourcepub fn deleted(self, input: bool) -> Self
pub fn deleted(self, input: bool) -> Self
Specifies whether the custom data identifier was deleted. If you delete a custom data identifier, Amazon Macie doesn't delete it permanently. Instead, it soft deletes the identifier.
sourcepub fn set_deleted(self, input: Option<bool>) -> Self
pub fn set_deleted(self, input: Option<bool>) -> Self
Specifies whether the custom data identifier was deleted. If you delete a custom data identifier, Amazon Macie doesn't delete it permanently. Instead, it soft deletes the identifier.
sourcepub fn get_deleted(&self) -> &Option<bool>
pub fn get_deleted(&self) -> &Option<bool>
Specifies whether the custom data identifier was deleted. If you delete a custom data identifier, Amazon Macie doesn't delete it permanently. Instead, it soft deletes the identifier.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The custom description of the custom data identifier.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The custom description of the custom data identifier.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The custom description of the custom data identifier.
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
The unique identifier for the custom data identifier.
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
The unique identifier for the custom data identifier.
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The custom name of the custom data identifier.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The custom name of the custom data identifier.
sourcepub fn build(self) -> BatchGetCustomDataIdentifierSummary
pub fn build(self) -> BatchGetCustomDataIdentifierSummary
Consumes the builder and constructs a BatchGetCustomDataIdentifierSummary
.
Trait Implementations§
source§impl Clone for BatchGetCustomDataIdentifierSummaryBuilder
impl Clone for BatchGetCustomDataIdentifierSummaryBuilder
source§fn clone(&self) -> BatchGetCustomDataIdentifierSummaryBuilder
fn clone(&self) -> BatchGetCustomDataIdentifierSummaryBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for BatchGetCustomDataIdentifierSummaryBuilder
impl Default for BatchGetCustomDataIdentifierSummaryBuilder
source§fn default() -> BatchGetCustomDataIdentifierSummaryBuilder
fn default() -> BatchGetCustomDataIdentifierSummaryBuilder
source§impl PartialEq<BatchGetCustomDataIdentifierSummaryBuilder> for BatchGetCustomDataIdentifierSummaryBuilder
impl PartialEq<BatchGetCustomDataIdentifierSummaryBuilder> for BatchGetCustomDataIdentifierSummaryBuilder
source§fn eq(&self, other: &BatchGetCustomDataIdentifierSummaryBuilder) -> bool
fn eq(&self, other: &BatchGetCustomDataIdentifierSummaryBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.