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