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