Struct aws_sdk_macie2::operation::get_allow_list::GetAllowListInput
source · #[non_exhaustive]pub struct GetAllowListInput { /* private fields */ }
Implementations§
source§impl GetAllowListInput
impl GetAllowListInput
sourcepub fn builder() -> GetAllowListInputBuilder
pub fn builder() -> GetAllowListInputBuilder
Creates a new builder-style object to manufacture GetAllowListInput
.
source§impl GetAllowListInput
impl GetAllowListInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetAllowList, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetAllowList, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetAllowList
>
Trait Implementations§
source§impl Clone for GetAllowListInput
impl Clone for GetAllowListInput
source§fn clone(&self) -> GetAllowListInput
fn clone(&self) -> GetAllowListInput
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 GetAllowListInput
impl Debug for GetAllowListInput
source§impl PartialEq<GetAllowListInput> for GetAllowListInput
impl PartialEq<GetAllowListInput> for GetAllowListInput
source§fn eq(&self, other: &GetAllowListInput) -> bool
fn eq(&self, other: &GetAllowListInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.