#[non_exhaustive]pub struct CreateAccessPointForObjectLambdaInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for CreateAccessPointForObjectLambdaInput
impl Clone for CreateAccessPointForObjectLambdaInput
sourcefn clone(&self) -> CreateAccessPointForObjectLambdaInput
fn clone(&self) -> CreateAccessPointForObjectLambdaInput
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<CreateAccessPointForObjectLambdaInput> for CreateAccessPointForObjectLambdaInput
impl PartialEq<CreateAccessPointForObjectLambdaInput> for CreateAccessPointForObjectLambdaInput
sourcefn eq(&self, other: &CreateAccessPointForObjectLambdaInput) -> bool
fn eq(&self, other: &CreateAccessPointForObjectLambdaInput) -> bool
impl StructuralPartialEq for CreateAccessPointForObjectLambdaInput
Auto Trait Implementations
impl RefUnwindSafe for CreateAccessPointForObjectLambdaInput
impl Send for CreateAccessPointForObjectLambdaInput
impl Sync for CreateAccessPointForObjectLambdaInput
impl Unpin for CreateAccessPointForObjectLambdaInput
impl UnwindSafe for CreateAccessPointForObjectLambdaInput
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