Struct aws_sdk_workspaces::operation::describe_client_properties::builders::DescribeClientPropertiesInputBuilder
source · #[non_exhaustive]pub struct DescribeClientPropertiesInputBuilder { /* private fields */ }Expand description
A builder for DescribeClientPropertiesInput.
Implementations§
source§impl DescribeClientPropertiesInputBuilder
impl DescribeClientPropertiesInputBuilder
sourcepub fn resource_ids(self, input: impl Into<String>) -> Self
pub fn resource_ids(self, input: impl Into<String>) -> Self
Appends an item to resource_ids.
To override the contents of this collection use set_resource_ids.
The resource identifier, in the form of directory IDs.
sourcepub fn set_resource_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_resource_ids(self, input: Option<Vec<String>>) -> Self
The resource identifier, in the form of directory IDs.
sourcepub fn get_resource_ids(&self) -> &Option<Vec<String>>
pub fn get_resource_ids(&self) -> &Option<Vec<String>>
The resource identifier, in the form of directory IDs.
sourcepub fn build(self) -> Result<DescribeClientPropertiesInput, BuildError>
pub fn build(self) -> Result<DescribeClientPropertiesInput, BuildError>
Consumes the builder and constructs a DescribeClientPropertiesInput.
source§impl DescribeClientPropertiesInputBuilder
impl DescribeClientPropertiesInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeClientPropertiesOutput, SdkError<DescribeClientPropertiesError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeClientPropertiesOutput, SdkError<DescribeClientPropertiesError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DescribeClientPropertiesInputBuilder
impl Clone for DescribeClientPropertiesInputBuilder
source§fn clone(&self) -> DescribeClientPropertiesInputBuilder
fn clone(&self) -> DescribeClientPropertiesInputBuilder
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 DescribeClientPropertiesInputBuilder
impl Default for DescribeClientPropertiesInputBuilder
source§fn default() -> DescribeClientPropertiesInputBuilder
fn default() -> DescribeClientPropertiesInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeClientPropertiesInputBuilder
impl PartialEq for DescribeClientPropertiesInputBuilder
source§fn eq(&self, other: &DescribeClientPropertiesInputBuilder) -> bool
fn eq(&self, other: &DescribeClientPropertiesInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeClientPropertiesInputBuilder
Auto Trait Implementations§
impl Freeze for DescribeClientPropertiesInputBuilder
impl RefUnwindSafe for DescribeClientPropertiesInputBuilder
impl Send for DescribeClientPropertiesInputBuilder
impl Sync for DescribeClientPropertiesInputBuilder
impl Unpin for DescribeClientPropertiesInputBuilder
impl UnwindSafe for DescribeClientPropertiesInputBuilder
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.