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