pub struct Builder { /* private fields */ }
Expand description
A builder for BatchGetDeploymentsOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn deployments_info(self, input: DeploymentInfo) -> Self
pub fn deployments_info(self, input: DeploymentInfo) -> Self
Appends an item to deployments_info
.
To override the contents of this collection use set_deployments_info
.
Information about the deployments.
sourcepub fn set_deployments_info(self, input: Option<Vec<DeploymentInfo>>) -> Self
pub fn set_deployments_info(self, input: Option<Vec<DeploymentInfo>>) -> Self
Information about the deployments.
sourcepub fn build(self) -> BatchGetDeploymentsOutput
pub fn build(self) -> BatchGetDeploymentsOutput
Consumes the builder and constructs a BatchGetDeploymentsOutput
.