Struct aws_sdk_workspaces::operation::describe_client_properties::builders::DescribeClientPropertiesOutputBuilder
source · #[non_exhaustive]pub struct DescribeClientPropertiesOutputBuilder { /* private fields */ }Expand description
A builder for DescribeClientPropertiesOutput.
Implementations§
source§impl DescribeClientPropertiesOutputBuilder
impl DescribeClientPropertiesOutputBuilder
sourcepub fn client_properties_list(self, input: ClientPropertiesResult) -> Self
pub fn client_properties_list(self, input: ClientPropertiesResult) -> Self
Appends an item to client_properties_list.
To override the contents of this collection use set_client_properties_list.
Information about the specified Amazon WorkSpaces clients.
sourcepub fn set_client_properties_list(
self,
input: Option<Vec<ClientPropertiesResult>>
) -> Self
pub fn set_client_properties_list( self, input: Option<Vec<ClientPropertiesResult>> ) -> Self
Information about the specified Amazon WorkSpaces clients.
sourcepub fn get_client_properties_list(&self) -> &Option<Vec<ClientPropertiesResult>>
pub fn get_client_properties_list(&self) -> &Option<Vec<ClientPropertiesResult>>
Information about the specified Amazon WorkSpaces clients.
sourcepub fn build(self) -> DescribeClientPropertiesOutput
pub fn build(self) -> DescribeClientPropertiesOutput
Consumes the builder and constructs a DescribeClientPropertiesOutput.
Trait Implementations§
source§impl Clone for DescribeClientPropertiesOutputBuilder
impl Clone for DescribeClientPropertiesOutputBuilder
source§fn clone(&self) -> DescribeClientPropertiesOutputBuilder
fn clone(&self) -> DescribeClientPropertiesOutputBuilder
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 DescribeClientPropertiesOutputBuilder
impl Default for DescribeClientPropertiesOutputBuilder
source§fn default() -> DescribeClientPropertiesOutputBuilder
fn default() -> DescribeClientPropertiesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeClientPropertiesOutputBuilder
impl PartialEq for DescribeClientPropertiesOutputBuilder
source§fn eq(&self, other: &DescribeClientPropertiesOutputBuilder) -> bool
fn eq(&self, other: &DescribeClientPropertiesOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeClientPropertiesOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeClientPropertiesOutputBuilder
impl Send for DescribeClientPropertiesOutputBuilder
impl Sync for DescribeClientPropertiesOutputBuilder
impl Unpin for DescribeClientPropertiesOutputBuilder
impl UnwindSafe for DescribeClientPropertiesOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.