Struct aws_sdk_robomaker::types::builders::S3KeyOutputBuilder
source · #[non_exhaustive]pub struct S3KeyOutputBuilder { /* private fields */ }Expand description
A builder for S3KeyOutput.
Implementations§
source§impl S3KeyOutputBuilder
impl S3KeyOutputBuilder
sourcepub fn set_s3_key(self, input: Option<String>) -> Self
pub fn set_s3_key(self, input: Option<String>) -> Self
The S3 key.
sourcepub fn get_s3_key(&self) -> &Option<String>
pub fn get_s3_key(&self) -> &Option<String>
The S3 key.
sourcepub fn build(self) -> S3KeyOutput
pub fn build(self) -> S3KeyOutput
Consumes the builder and constructs a S3KeyOutput.
Trait Implementations§
source§impl Clone for S3KeyOutputBuilder
impl Clone for S3KeyOutputBuilder
source§fn clone(&self) -> S3KeyOutputBuilder
fn clone(&self) -> S3KeyOutputBuilder
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 Debug for S3KeyOutputBuilder
impl Debug for S3KeyOutputBuilder
source§impl Default for S3KeyOutputBuilder
impl Default for S3KeyOutputBuilder
source§fn default() -> S3KeyOutputBuilder
fn default() -> S3KeyOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for S3KeyOutputBuilder
impl PartialEq for S3KeyOutputBuilder
source§fn eq(&self, other: &S3KeyOutputBuilder) -> bool
fn eq(&self, other: &S3KeyOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for S3KeyOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for S3KeyOutputBuilder
impl Send for S3KeyOutputBuilder
impl Sync for S3KeyOutputBuilder
impl Unpin for S3KeyOutputBuilder
impl UnwindSafe for S3KeyOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more