Struct aws_sdk_iot1clickprojects::operation::describe_placement::builders::DescribePlacementFluentBuilder
source · pub struct DescribePlacementFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to DescribePlacement.
Describes a placement in a project.
Implementations§
source§impl DescribePlacementFluentBuilder
impl DescribePlacementFluentBuilder
sourcepub fn as_input(&self) -> &DescribePlacementInputBuilder
pub fn as_input(&self) -> &DescribePlacementInputBuilder
Access the DescribePlacement as a reference.
sourcepub async fn send(
self
) -> Result<DescribePlacementOutput, SdkError<DescribePlacementError, HttpResponse>>
pub async fn send( self ) -> Result<DescribePlacementOutput, SdkError<DescribePlacementError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<DescribePlacementOutput, DescribePlacementError, Self>
pub fn customize( self ) -> CustomizableOperation<DescribePlacementOutput, DescribePlacementError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
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 within a project.
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 within a project.
sourcepub fn get_placement_name(&self) -> &Option<String>
pub fn get_placement_name(&self) -> &Option<String>
The name of the placement within a project.
sourcepub fn project_name(self, input: impl Into<String>) -> Self
pub fn project_name(self, input: impl Into<String>) -> Self
The project containing the placement to be described.
sourcepub fn set_project_name(self, input: Option<String>) -> Self
pub fn set_project_name(self, input: Option<String>) -> Self
The project containing the placement to be described.
sourcepub fn get_project_name(&self) -> &Option<String>
pub fn get_project_name(&self) -> &Option<String>
The project containing the placement to be described.
Trait Implementations§
source§impl Clone for DescribePlacementFluentBuilder
impl Clone for DescribePlacementFluentBuilder
source§fn clone(&self) -> DescribePlacementFluentBuilder
fn clone(&self) -> DescribePlacementFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more