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