pub struct DescribeClustersFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to DescribeClusters.
Describes one or more of your clusters.
Implementations§
source§impl DescribeClustersFluentBuilder
impl DescribeClustersFluentBuilder
sourcepub fn as_input(&self) -> &DescribeClustersInputBuilder
pub fn as_input(&self) -> &DescribeClustersInputBuilder
Access the DescribeClusters as a reference.
sourcepub async fn send(
self
) -> Result<DescribeClustersOutput, SdkError<DescribeClustersError, HttpResponse>>
pub async fn send( self ) -> Result<DescribeClustersOutput, SdkError<DescribeClustersError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<DescribeClustersOutput, DescribeClustersError, Self>
pub fn customize( self ) -> CustomizableOperation<DescribeClustersOutput, DescribeClustersError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn clusters(self, input: impl Into<String>) -> Self
pub fn clusters(self, input: impl Into<String>) -> Self
Appends an item to clusters.
To override the contents of this collection use set_clusters.
A list of up to 100 cluster names or full cluster Amazon Resource Name (ARN) entries. If you do not specify a cluster, the default cluster is assumed.
sourcepub fn set_clusters(self, input: Option<Vec<String>>) -> Self
pub fn set_clusters(self, input: Option<Vec<String>>) -> Self
A list of up to 100 cluster names or full cluster Amazon Resource Name (ARN) entries. If you do not specify a cluster, the default cluster is assumed.
sourcepub fn get_clusters(&self) -> &Option<Vec<String>>
pub fn get_clusters(&self) -> &Option<Vec<String>>
A list of up to 100 cluster names or full cluster Amazon Resource Name (ARN) entries. If you do not specify a cluster, the default cluster is assumed.
sourcepub fn include(self, input: ClusterField) -> Self
pub fn include(self, input: ClusterField) -> Self
Appends an item to include.
To override the contents of this collection use set_include.
Determines whether to include additional information about the clusters in the response. If this field is omitted, this information isn't included.
If ATTACHMENTS is specified, the attachments for the container instances or tasks within the cluster are included, for example the capacity providers.
If SETTINGS is specified, the settings for the cluster are included.
If CONFIGURATIONS is specified, the configuration for the cluster is included.
If STATISTICS is specified, the task and service count is included, separated by launch type.
If TAGS is specified, the metadata tags associated with the cluster are included.
sourcepub fn set_include(self, input: Option<Vec<ClusterField>>) -> Self
pub fn set_include(self, input: Option<Vec<ClusterField>>) -> Self
Determines whether to include additional information about the clusters in the response. If this field is omitted, this information isn't included.
If ATTACHMENTS is specified, the attachments for the container instances or tasks within the cluster are included, for example the capacity providers.
If SETTINGS is specified, the settings for the cluster are included.
If CONFIGURATIONS is specified, the configuration for the cluster is included.
If STATISTICS is specified, the task and service count is included, separated by launch type.
If TAGS is specified, the metadata tags associated with the cluster are included.
sourcepub fn get_include(&self) -> &Option<Vec<ClusterField>>
pub fn get_include(&self) -> &Option<Vec<ClusterField>>
Determines whether to include additional information about the clusters in the response. If this field is omitted, this information isn't included.
If ATTACHMENTS is specified, the attachments for the container instances or tasks within the cluster are included, for example the capacity providers.
If SETTINGS is specified, the settings for the cluster are included.
If CONFIGURATIONS is specified, the configuration for the cluster is included.
If STATISTICS is specified, the task and service count is included, separated by launch type.
If TAGS is specified, the metadata tags associated with the cluster are included.
Trait Implementations§
source§impl Clone for DescribeClustersFluentBuilder
impl Clone for DescribeClustersFluentBuilder
source§fn clone(&self) -> DescribeClustersFluentBuilder
fn clone(&self) -> DescribeClustersFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more