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