#[non_exhaustive]pub struct GetProjectOutputBuilder { /* private fields */ }Expand description
A builder for GetProjectOutput.
Implementations§
source§impl GetProjectOutputBuilder
impl GetProjectOutputBuilder
sourcepub fn set_project(self, input: Option<Project>) -> Self
pub fn set_project(self, input: Option<Project>) -> Self
The project to get information about.
sourcepub fn build(self) -> GetProjectOutput
pub fn build(self) -> GetProjectOutput
Consumes the builder and constructs a GetProjectOutput.
Trait Implementations§
source§impl Clone for GetProjectOutputBuilder
impl Clone for GetProjectOutputBuilder
source§fn clone(&self) -> GetProjectOutputBuilder
fn clone(&self) -> GetProjectOutputBuilder
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 GetProjectOutputBuilder
impl Debug for GetProjectOutputBuilder
source§impl Default for GetProjectOutputBuilder
impl Default for GetProjectOutputBuilder
source§fn default() -> GetProjectOutputBuilder
fn default() -> GetProjectOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetProjectOutputBuilder> for GetProjectOutputBuilder
impl PartialEq<GetProjectOutputBuilder> for GetProjectOutputBuilder
source§fn eq(&self, other: &GetProjectOutputBuilder) -> bool
fn eq(&self, other: &GetProjectOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.