Struct aws_sdk_macie2::operation::get_classification_scope::builders::GetClassificationScopeInputBuilder
source · #[non_exhaustive]pub struct GetClassificationScopeInputBuilder { /* private fields */ }
Expand description
A builder for GetClassificationScopeInput
.
Implementations§
source§impl GetClassificationScopeInputBuilder
impl GetClassificationScopeInputBuilder
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
The unique identifier for the Amazon Macie resource that the request applies to.
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
The unique identifier for the Amazon Macie resource that the request applies to.
sourcepub fn build(self) -> Result<GetClassificationScopeInput, BuildError>
pub fn build(self) -> Result<GetClassificationScopeInput, BuildError>
Consumes the builder and constructs a GetClassificationScopeInput
.
Trait Implementations§
source§impl Clone for GetClassificationScopeInputBuilder
impl Clone for GetClassificationScopeInputBuilder
source§fn clone(&self) -> GetClassificationScopeInputBuilder
fn clone(&self) -> GetClassificationScopeInputBuilder
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 GetClassificationScopeInputBuilder
impl Default for GetClassificationScopeInputBuilder
source§fn default() -> GetClassificationScopeInputBuilder
fn default() -> GetClassificationScopeInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetClassificationScopeInputBuilder> for GetClassificationScopeInputBuilder
impl PartialEq<GetClassificationScopeInputBuilder> for GetClassificationScopeInputBuilder
source§fn eq(&self, other: &GetClassificationScopeInputBuilder) -> bool
fn eq(&self, other: &GetClassificationScopeInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.