pub struct Builder { /* private fields */ }
Expand description
A builder for BatchGetDeploymentGroupsOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn deployment_groups_info(self, input: DeploymentGroupInfo) -> Self
pub fn deployment_groups_info(self, input: DeploymentGroupInfo) -> Self
Appends an item to deployment_groups_info
.
To override the contents of this collection use set_deployment_groups_info
.
Information about the deployment groups.
sourcepub fn set_deployment_groups_info(
self,
input: Option<Vec<DeploymentGroupInfo>>
) -> Self
pub fn set_deployment_groups_info(
self,
input: Option<Vec<DeploymentGroupInfo>>
) -> Self
Information about the deployment groups.
sourcepub fn error_message(self, input: impl Into<String>) -> Self
pub fn error_message(self, input: impl Into<String>) -> Self
Information about errors that might have occurred during the API call.
sourcepub fn set_error_message(self, input: Option<String>) -> Self
pub fn set_error_message(self, input: Option<String>) -> Self
Information about errors that might have occurred during the API call.
sourcepub fn build(self) -> BatchGetDeploymentGroupsOutput
pub fn build(self) -> BatchGetDeploymentGroupsOutput
Consumes the builder and constructs a BatchGetDeploymentGroupsOutput
.