Struct aws_sdk_iot1clickprojects::operation::describe_project::builders::DescribeProjectOutputBuilder
source · #[non_exhaustive]pub struct DescribeProjectOutputBuilder { /* private fields */ }Expand description
A builder for DescribeProjectOutput.
Implementations§
source§impl DescribeProjectOutputBuilder
impl DescribeProjectOutputBuilder
sourcepub fn project(self, input: ProjectDescription) -> Self
pub fn project(self, input: ProjectDescription) -> Self
An object describing the project.
sourcepub fn set_project(self, input: Option<ProjectDescription>) -> Self
pub fn set_project(self, input: Option<ProjectDescription>) -> Self
An object describing the 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<DescribeProjectOutputBuilder> for DescribeProjectOutputBuilder
impl PartialEq<DescribeProjectOutputBuilder> 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 ==.