@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTaskDefinitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeTaskDefinitionRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeTaskDefinitionRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getInclude()
Specifies whether to see the resource tags for the task definition.
|
String |
getTaskDefinition()
The
family for the latest ACTIVE revision, family and
revision (family:revision) for a specific revision in the family, or full Amazon
Resource Name (ARN) of the task definition to describe. |
int |
hashCode() |
void |
setInclude(Collection<String> include)
Specifies whether to see the resource tags for the task definition.
|
void |
setTaskDefinition(String taskDefinition)
The
family for the latest ACTIVE revision, family and
revision (family:revision) for a specific revision in the family, or full Amazon
Resource Name (ARN) of the task definition to describe. |
String |
toString()
Returns a string representation of this object.
|
DescribeTaskDefinitionRequest |
withInclude(Collection<String> include)
Specifies whether to see the resource tags for the task definition.
|
DescribeTaskDefinitionRequest |
withInclude(String... include)
Specifies whether to see the resource tags for the task definition.
|
DescribeTaskDefinitionRequest |
withInclude(TaskDefinitionField... include)
Specifies whether to see the resource tags for the task definition.
|
DescribeTaskDefinitionRequest |
withTaskDefinition(String taskDefinition)
The
family for the latest ACTIVE revision, family and
revision (family:revision) for a specific revision in the family, or full Amazon
Resource Name (ARN) of the task definition to describe. |
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setTaskDefinition(String taskDefinition)
The family for the latest ACTIVE revision, family and
revision (family:revision) for a specific revision in the family, or full Amazon
Resource Name (ARN) of the task definition to describe.
taskDefinition - The family for the latest ACTIVE revision, family and
revision (family:revision) for a specific revision in the family, or full Amazon
Resource Name (ARN) of the task definition to describe.public String getTaskDefinition()
The family for the latest ACTIVE revision, family and
revision (family:revision) for a specific revision in the family, or full Amazon
Resource Name (ARN) of the task definition to describe.
family for the latest ACTIVE revision, family and
revision (family:revision) for a specific revision in the family, or full
Amazon Resource Name (ARN) of the task definition to describe.public DescribeTaskDefinitionRequest withTaskDefinition(String taskDefinition)
The family for the latest ACTIVE revision, family and
revision (family:revision) for a specific revision in the family, or full Amazon
Resource Name (ARN) of the task definition to describe.
taskDefinition - The family for the latest ACTIVE revision, family and
revision (family:revision) for a specific revision in the family, or full Amazon
Resource Name (ARN) of the task definition to describe.public List<String> getInclude()
Specifies whether to see the resource tags for the task definition. If TAGS is specified, the tags
are included in the response. If this field is omitted, tags are not included in the response.
TAGS is specified,
the tags are included in the response. If this field is omitted, tags are not included in the response.TaskDefinitionFieldpublic void setInclude(Collection<String> include)
Specifies whether to see the resource tags for the task definition. If TAGS is specified, the tags
are included in the response. If this field is omitted, tags are not included in the response.
include - Specifies whether to see the resource tags for the task definition. If TAGS is specified, the
tags are included in the response. If this field is omitted, tags are not included in the response.TaskDefinitionFieldpublic DescribeTaskDefinitionRequest withInclude(String... include)
Specifies whether to see the resource tags for the task definition. If TAGS is specified, the tags
are included in the response. If this field is omitted, tags are not included in the response.
NOTE: This method appends the values to the existing list (if any). Use
setInclude(java.util.Collection) or withInclude(java.util.Collection) if you want to override
the existing values.
include - Specifies whether to see the resource tags for the task definition. If TAGS is specified, the
tags are included in the response. If this field is omitted, tags are not included in the response.TaskDefinitionFieldpublic DescribeTaskDefinitionRequest withInclude(Collection<String> include)
Specifies whether to see the resource tags for the task definition. If TAGS is specified, the tags
are included in the response. If this field is omitted, tags are not included in the response.
include - Specifies whether to see the resource tags for the task definition. If TAGS is specified, the
tags are included in the response. If this field is omitted, tags are not included in the response.TaskDefinitionFieldpublic DescribeTaskDefinitionRequest withInclude(TaskDefinitionField... include)
Specifies whether to see the resource tags for the task definition. If TAGS is specified, the tags
are included in the response. If this field is omitted, tags are not included in the response.
include - Specifies whether to see the resource tags for the task definition. If TAGS is specified, the
tags are included in the response. If this field is omitted, tags are not included in the response.TaskDefinitionFieldpublic String toString()
toString in class ObjectObject.toString()public DescribeTaskDefinitionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.