pub struct Builder { /* private fields */ }
Expand description
A builder for GetDeploymentGroupOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn deployment_group_info(self, input: DeploymentGroupInfo) -> Self
pub fn deployment_group_info(self, input: DeploymentGroupInfo) -> Self
Information about the deployment group.
sourcepub fn set_deployment_group_info(
self,
input: Option<DeploymentGroupInfo>
) -> Self
pub fn set_deployment_group_info(
self,
input: Option<DeploymentGroupInfo>
) -> Self
Information about the deployment group.
sourcepub fn build(self) -> GetDeploymentGroupOutput
pub fn build(self) -> GetDeploymentGroupOutput
Consumes the builder and constructs a GetDeploymentGroupOutput
.