pub struct Builder { /* private fields */ }Expand description
A builder for DescribeComputeEnvironmentsOutput.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn compute_environments(self, input: ComputeEnvironmentDetail) -> Self
pub fn compute_environments(self, input: ComputeEnvironmentDetail) -> Self
Appends an item to compute_environments.
To override the contents of this collection use set_compute_environments.
The list of compute environments.
sourcepub fn set_compute_environments(
self,
input: Option<Vec<ComputeEnvironmentDetail>>
) -> Self
pub fn set_compute_environments(
self,
input: Option<Vec<ComputeEnvironmentDetail>>
) -> Self
The list of compute environments.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The nextToken value to include in a future DescribeComputeEnvironments request. When the results of a DescribeComputeEnvironments request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The nextToken value to include in a future DescribeComputeEnvironments request. When the results of a DescribeComputeEnvironments request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
sourcepub fn build(self) -> DescribeComputeEnvironmentsOutput
pub fn build(self) -> DescribeComputeEnvironmentsOutput
Consumes the builder and constructs a DescribeComputeEnvironmentsOutput.