Struct aws_sdk_emr::operation::set_visible_to_all_users::builders::SetVisibleToAllUsersOutputBuilder
source · #[non_exhaustive]pub struct SetVisibleToAllUsersOutputBuilder { /* private fields */ }Expand description
A builder for SetVisibleToAllUsersOutput.
Implementations§
source§impl SetVisibleToAllUsersOutputBuilder
impl SetVisibleToAllUsersOutputBuilder
sourcepub fn build(self) -> SetVisibleToAllUsersOutput
pub fn build(self) -> SetVisibleToAllUsersOutput
Consumes the builder and constructs a SetVisibleToAllUsersOutput.
Trait Implementations§
source§impl Clone for SetVisibleToAllUsersOutputBuilder
impl Clone for SetVisibleToAllUsersOutputBuilder
source§fn clone(&self) -> SetVisibleToAllUsersOutputBuilder
fn clone(&self) -> SetVisibleToAllUsersOutputBuilder
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 Default for SetVisibleToAllUsersOutputBuilder
impl Default for SetVisibleToAllUsersOutputBuilder
source§fn default() -> SetVisibleToAllUsersOutputBuilder
fn default() -> SetVisibleToAllUsersOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<SetVisibleToAllUsersOutputBuilder> for SetVisibleToAllUsersOutputBuilder
impl PartialEq<SetVisibleToAllUsersOutputBuilder> for SetVisibleToAllUsersOutputBuilder
source§fn eq(&self, other: &SetVisibleToAllUsersOutputBuilder) -> bool
fn eq(&self, other: &SetVisibleToAllUsersOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.