#[non_exhaustive]pub struct PutAccessPointConfigurationForObjectLambdaInput { /* private fields */ }Implementations§
source§impl 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.
source§impl 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§
source§impl Clone for PutAccessPointConfigurationForObjectLambdaInput
impl Clone for PutAccessPointConfigurationForObjectLambdaInput
source§fn clone(&self) -> PutAccessPointConfigurationForObjectLambdaInput
fn clone(&self) -> PutAccessPointConfigurationForObjectLambdaInput
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<PutAccessPointConfigurationForObjectLambdaInput> for PutAccessPointConfigurationForObjectLambdaInput
impl PartialEq<PutAccessPointConfigurationForObjectLambdaInput> for PutAccessPointConfigurationForObjectLambdaInput
source§fn eq(&self, other: &PutAccessPointConfigurationForObjectLambdaInput) -> bool
fn eq(&self, other: &PutAccessPointConfigurationForObjectLambdaInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.