#[non_exhaustive]pub struct DescribeProjectOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeProjectOutput
.
Implementations§
source§impl DescribeProjectOutputBuilder
impl DescribeProjectOutputBuilder
sourcepub fn details(self, input: ProjectDetails) -> Self
pub fn details(self, input: ProjectDetails) -> Self
Detailed information about an AWS Mobile Hub project.
sourcepub fn set_details(self, input: Option<ProjectDetails>) -> Self
pub fn set_details(self, input: Option<ProjectDetails>) -> Self
Detailed information about an AWS Mobile Hub project.
sourcepub fn get_details(&self) -> &Option<ProjectDetails>
pub fn get_details(&self) -> &Option<ProjectDetails>
Detailed information about an AWS Mobile Hub project.
sourcepub fn build(self) -> DescribeProjectOutput
pub fn build(self) -> DescribeProjectOutput
Consumes the builder and constructs a DescribeProjectOutput
.
Trait Implementations§
source§impl Clone for DescribeProjectOutputBuilder
impl Clone for DescribeProjectOutputBuilder
source§fn clone(&self) -> DescribeProjectOutputBuilder
fn clone(&self) -> DescribeProjectOutputBuilder
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 Debug for DescribeProjectOutputBuilder
impl Debug for DescribeProjectOutputBuilder
source§impl Default for DescribeProjectOutputBuilder
impl Default for DescribeProjectOutputBuilder
source§fn default() -> DescribeProjectOutputBuilder
fn default() -> DescribeProjectOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeProjectOutputBuilder
impl PartialEq for DescribeProjectOutputBuilder
source§fn eq(&self, other: &DescribeProjectOutputBuilder) -> bool
fn eq(&self, other: &DescribeProjectOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeProjectOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeProjectOutputBuilder
impl Send for DescribeProjectOutputBuilder
impl Sync for DescribeProjectOutputBuilder
impl Unpin for DescribeProjectOutputBuilder
impl UnwindSafe for DescribeProjectOutputBuilder
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.