#[non_exhaustive]pub struct PutAccessPointConfigurationForObjectLambdaInput { /* private fields */ }Implementations
sourceimpl PutAccessPointConfigurationForObjectLambdaInput
impl PutAccessPointConfigurationForObjectLambdaInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutAccessPointConfigurationForObjectLambda, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutAccessPointConfigurationForObjectLambda, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutAccessPointConfigurationForObjectLambda>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutAccessPointConfigurationForObjectLambdaInput.
sourceimpl PutAccessPointConfigurationForObjectLambdaInput
impl PutAccessPointConfigurationForObjectLambdaInput
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.
sourcepub fn configuration(&self) -> Option<&ObjectLambdaConfiguration>
pub fn configuration(&self) -> Option<&ObjectLambdaConfiguration>
Object Lambda Access Point configuration document.
Trait Implementations
sourceimpl Clone for PutAccessPointConfigurationForObjectLambdaInput
impl Clone for PutAccessPointConfigurationForObjectLambdaInput
sourcefn clone(&self) -> PutAccessPointConfigurationForObjectLambdaInput
fn clone(&self) -> PutAccessPointConfigurationForObjectLambdaInput
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<PutAccessPointConfigurationForObjectLambdaInput> for PutAccessPointConfigurationForObjectLambdaInput
impl PartialEq<PutAccessPointConfigurationForObjectLambdaInput> for PutAccessPointConfigurationForObjectLambdaInput
sourcefn eq(&self, other: &PutAccessPointConfigurationForObjectLambdaInput) -> bool
fn eq(&self, other: &PutAccessPointConfigurationForObjectLambdaInput) -> bool
impl StructuralPartialEq for PutAccessPointConfigurationForObjectLambdaInput
Auto Trait Implementations
impl RefUnwindSafe for PutAccessPointConfigurationForObjectLambdaInput
impl Send for PutAccessPointConfigurationForObjectLambdaInput
impl Sync for PutAccessPointConfigurationForObjectLambdaInput
impl Unpin for PutAccessPointConfigurationForObjectLambdaInput
impl UnwindSafe for PutAccessPointConfigurationForObjectLambdaInput
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