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