Struct aws_sdk_s3control::output::CreateAccessPointOutput
source · #[non_exhaustive]pub struct CreateAccessPointOutput { /* private fields */ }
Implementations§
source§impl CreateAccessPointOutput
impl CreateAccessPointOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateAccessPointOutput
.
Trait Implementations§
source§impl Clone for CreateAccessPointOutput
impl Clone for CreateAccessPointOutput
source§fn clone(&self) -> CreateAccessPointOutput
fn clone(&self) -> CreateAccessPointOutput
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 more