pub struct DescribeProjectFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to DescribeProject
.
Gets details about a project in AWS Mobile Hub.
Implementations§
source§impl DescribeProjectFluentBuilder
impl DescribeProjectFluentBuilder
sourcepub fn as_input(&self) -> &DescribeProjectInputBuilder
pub fn as_input(&self) -> &DescribeProjectInputBuilder
Access the DescribeProject as a reference.
sourcepub async fn send(
self
) -> Result<DescribeProjectOutput, SdkError<DescribeProjectError, HttpResponse>>
pub async fn send( self ) -> Result<DescribeProjectOutput, SdkError<DescribeProjectError, 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<DescribeProjectOutput, DescribeProjectError, Self>
pub fn customize( self ) -> CustomizableOperation<DescribeProjectOutput, DescribeProjectError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn project_id(self, input: impl Into<String>) -> Self
pub fn project_id(self, input: impl Into<String>) -> Self
Unique project identifier.
sourcepub fn set_project_id(self, input: Option<String>) -> Self
pub fn set_project_id(self, input: Option<String>) -> Self
Unique project identifier.
sourcepub fn get_project_id(&self) -> &Option<String>
pub fn get_project_id(&self) -> &Option<String>
Unique project identifier.
sourcepub fn sync_from_resources(self, input: bool) -> Self
pub fn sync_from_resources(self, input: bool) -> Self
If set to true, causes AWS Mobile Hub to synchronize information from other services, e.g., update state of AWS CloudFormation stacks in the AWS Mobile Hub project.
sourcepub fn set_sync_from_resources(self, input: Option<bool>) -> Self
pub fn set_sync_from_resources(self, input: Option<bool>) -> Self
If set to true, causes AWS Mobile Hub to synchronize information from other services, e.g., update state of AWS CloudFormation stacks in the AWS Mobile Hub project.
sourcepub fn get_sync_from_resources(&self) -> &Option<bool>
pub fn get_sync_from_resources(&self) -> &Option<bool>
If set to true, causes AWS Mobile Hub to synchronize information from other services, e.g., update state of AWS CloudFormation stacks in the AWS Mobile Hub project.
Trait Implementations§
source§impl Clone for DescribeProjectFluentBuilder
impl Clone for DescribeProjectFluentBuilder
source§fn clone(&self) -> DescribeProjectFluentBuilder
fn clone(&self) -> DescribeProjectFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more