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