#[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.
This field is required.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 get_cluster(&self) -> &Option<String>
pub fn get_cluster(&self) -> &Option<String>
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.
This field is required.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 get_service(&self) -> &Option<String>
pub fn get_service(&self) -> &Option<String>
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 get_task_sets(&self) -> &Option<Vec<String>>
pub fn get_task_sets(&self) -> &Option<Vec<String>>
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 get_include(&self) -> &Option<Vec<TaskSetField>>
pub fn get_include(&self) -> &Option<Vec<TaskSetField>>
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
.
source§impl DescribeTaskSetsInputBuilder
impl DescribeTaskSetsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeTaskSetsOutput, SdkError<DescribeTaskSetsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeTaskSetsOutput, SdkError<DescribeTaskSetsError, HttpResponse>>
Sends a request with this input using the given client.
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 for DescribeTaskSetsInputBuilder
impl PartialEq 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 ==
.