#[non_exhaustive]pub struct PutAccessPointPolicyForObjectLambdaInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for PutAccessPointPolicyForObjectLambdaInput
impl Clone for PutAccessPointPolicyForObjectLambdaInput
sourcefn clone(&self) -> PutAccessPointPolicyForObjectLambdaInput
fn clone(&self) -> PutAccessPointPolicyForObjectLambdaInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<PutAccessPointPolicyForObjectLambdaInput> for PutAccessPointPolicyForObjectLambdaInput
impl PartialEq<PutAccessPointPolicyForObjectLambdaInput> for PutAccessPointPolicyForObjectLambdaInput
sourcefn eq(&self, other: &PutAccessPointPolicyForObjectLambdaInput) -> bool
fn eq(&self, other: &PutAccessPointPolicyForObjectLambdaInput) -> bool
impl StructuralPartialEq for PutAccessPointPolicyForObjectLambdaInput
Auto Trait Implementations
impl RefUnwindSafe for PutAccessPointPolicyForObjectLambdaInput
impl Send for PutAccessPointPolicyForObjectLambdaInput
impl Sync for PutAccessPointPolicyForObjectLambdaInput
impl Unpin for PutAccessPointPolicyForObjectLambdaInput
impl UnwindSafe for PutAccessPointPolicyForObjectLambdaInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more