#[non_exhaustive]pub struct DescribeTaskSetsInputBuilder { /* private fields */ }Expand description
A builder for DescribeTaskSetsInput.
Implementations§
source§impl DescribeTaskSetsInputBuilder
impl DescribeTaskSetsInputBuilder
sourcepub fn cluster(self, input: impl Into<String>) -> Self
pub fn cluster(self, input: impl Into<String>) -> Self
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task sets exist in.
sourcepub fn set_cluster(self, input: Option<String>) -> Self
pub fn set_cluster(self, input: Option<String>) -> Self
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task sets exist in.
sourcepub fn service(self, input: impl Into<String>) -> Self
pub fn service(self, input: impl Into<String>) -> Self
The short name or full Amazon Resource Name (ARN) of the service that the task sets exist in.
sourcepub fn set_service(self, input: Option<String>) -> Self
pub fn set_service(self, input: Option<String>) -> Self
The short name or full Amazon Resource Name (ARN) of the service that the task sets exist in.
sourcepub fn task_sets(self, input: impl Into<String>) -> Self
pub fn task_sets(self, input: impl Into<String>) -> Self
Appends an item to task_sets.
To override the contents of this collection use set_task_sets.
The ID or full Amazon Resource Name (ARN) of task sets to describe.
sourcepub fn set_task_sets(self, input: Option<Vec<String>>) -> Self
pub fn set_task_sets(self, input: Option<Vec<String>>) -> Self
The ID or full Amazon Resource Name (ARN) of task sets to describe.
sourcepub fn include(self, input: TaskSetField) -> Self
pub fn include(self, input: TaskSetField) -> Self
Appends an item to include.
To override the contents of this collection use set_include.
Specifies whether to see the resource tags for the task set. If TAGS is specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.
sourcepub fn set_include(self, input: Option<Vec<TaskSetField>>) -> Self
pub fn set_include(self, input: Option<Vec<TaskSetField>>) -> Self
Specifies whether to see the resource tags for the task set. If TAGS is specified, the tags are included in the response. If this field is omitted, tags aren't included in the response.
sourcepub fn build(self) -> Result<DescribeTaskSetsInput, BuildError>
pub fn build(self) -> Result<DescribeTaskSetsInput, BuildError>
Consumes the builder and constructs a DescribeTaskSetsInput.
Trait Implementations§
source§impl Clone for DescribeTaskSetsInputBuilder
impl Clone for DescribeTaskSetsInputBuilder
source§fn clone(&self) -> DescribeTaskSetsInputBuilder
fn clone(&self) -> DescribeTaskSetsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for DescribeTaskSetsInputBuilder
impl Debug for DescribeTaskSetsInputBuilder
source§impl Default for DescribeTaskSetsInputBuilder
impl Default for DescribeTaskSetsInputBuilder
source§fn default() -> DescribeTaskSetsInputBuilder
fn default() -> DescribeTaskSetsInputBuilder
source§impl PartialEq<DescribeTaskSetsInputBuilder> for DescribeTaskSetsInputBuilder
impl PartialEq<DescribeTaskSetsInputBuilder> for DescribeTaskSetsInputBuilder
source§fn eq(&self, other: &DescribeTaskSetsInputBuilder) -> bool
fn eq(&self, other: &DescribeTaskSetsInputBuilder) -> bool
self and other values to be equal, and is used
by ==.