Struct aws_sdk_iot1clickprojects::operation::get_devices_in_placement::builders::GetDevicesInPlacementInputBuilder
source · #[non_exhaustive]pub struct GetDevicesInPlacementInputBuilder { /* private fields */ }Expand description
A builder for GetDevicesInPlacementInput.
Implementations§
source§impl GetDevicesInPlacementInputBuilder
impl GetDevicesInPlacementInputBuilder
sourcepub fn project_name(self, input: impl Into<String>) -> Self
pub fn project_name(self, input: impl Into<String>) -> Self
The name of the project containing the placement.
This field is required.sourcepub fn set_project_name(self, input: Option<String>) -> Self
pub fn set_project_name(self, input: Option<String>) -> Self
The name of the project containing the placement.
sourcepub fn get_project_name(&self) -> &Option<String>
pub fn get_project_name(&self) -> &Option<String>
The name of the project containing the placement.
sourcepub fn placement_name(self, input: impl Into<String>) -> Self
pub fn placement_name(self, input: impl Into<String>) -> Self
The name of the placement to get the devices from.
This field is required.sourcepub fn set_placement_name(self, input: Option<String>) -> Self
pub fn set_placement_name(self, input: Option<String>) -> Self
The name of the placement to get the devices from.
sourcepub fn get_placement_name(&self) -> &Option<String>
pub fn get_placement_name(&self) -> &Option<String>
The name of the placement to get the devices from.
sourcepub fn build(self) -> Result<GetDevicesInPlacementInput, BuildError>
pub fn build(self) -> Result<GetDevicesInPlacementInput, BuildError>
Consumes the builder and constructs a GetDevicesInPlacementInput.
source§impl GetDevicesInPlacementInputBuilder
impl GetDevicesInPlacementInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetDevicesInPlacementOutput, SdkError<GetDevicesInPlacementError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetDevicesInPlacementOutput, SdkError<GetDevicesInPlacementError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetDevicesInPlacementInputBuilder
impl Clone for GetDevicesInPlacementInputBuilder
source§fn clone(&self) -> GetDevicesInPlacementInputBuilder
fn clone(&self) -> GetDevicesInPlacementInputBuilder
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 GetDevicesInPlacementInputBuilder
impl Default for GetDevicesInPlacementInputBuilder
source§fn default() -> GetDevicesInPlacementInputBuilder
fn default() -> GetDevicesInPlacementInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetDevicesInPlacementInputBuilder
impl PartialEq for GetDevicesInPlacementInputBuilder
source§fn eq(&self, other: &GetDevicesInPlacementInputBuilder) -> bool
fn eq(&self, other: &GetDevicesInPlacementInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetDevicesInPlacementInputBuilder
Auto Trait Implementations§
impl Freeze for GetDevicesInPlacementInputBuilder
impl RefUnwindSafe for GetDevicesInPlacementInputBuilder
impl Send for GetDevicesInPlacementInputBuilder
impl Sync for GetDevicesInPlacementInputBuilder
impl Unpin for GetDevicesInPlacementInputBuilder
impl UnwindSafe for GetDevicesInPlacementInputBuilder
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.