public class DescribeTaskDefinitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeTaskDefinition operation
.
Describes a task definition. You can specify a family
and
revision
to find information on a specific task
definition, or you can simply specify the family to find the latest
revision in that family.
NOOP
Constructor and Description |
---|
DescribeTaskDefinitionRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeTaskDefinitionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getTaskDefinition()
The
family for the latest revision, family
and revision (family:revision ) for a
specific revision in the family, or full Amazon Resource Name (ARN) of
the task definition that you want to describe. |
int |
hashCode() |
void |
setTaskDefinition(String taskDefinition)
The
family for the latest revision, family
and revision (family:revision ) for a
specific revision in the family, or full Amazon Resource Name (ARN) of
the task definition that you want to describe. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTaskDefinitionRequest |
withTaskDefinition(String taskDefinition)
The
family for the latest revision, family
and revision (family:revision ) for a
specific revision in the family, or full Amazon Resource Name (ARN) of
the task definition that you want to describe. |
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getTaskDefinition()
family
for the latest revision, family
and revision
(family:revision
) for a
specific revision in the family, or full Amazon Resource Name (ARN) of
the task definition that you want to describe.family
for the latest revision, family
and revision
(family:revision
) for a
specific revision in the family, or full Amazon Resource Name (ARN) of
the task definition that you want to describe.public void setTaskDefinition(String taskDefinition)
family
for the latest revision, family
and revision
(family:revision
) for a
specific revision in the family, or full Amazon Resource Name (ARN) of
the task definition that you want to describe.taskDefinition
- The family
for the latest revision, family
and revision
(family:revision
) for a
specific revision in the family, or full Amazon Resource Name (ARN) of
the task definition that you want to describe.public DescribeTaskDefinitionRequest withTaskDefinition(String taskDefinition)
family
for the latest revision, family
and revision
(family:revision
) for a
specific revision in the family, or full Amazon Resource Name (ARN) of
the task definition that you want to describe.
Returns a reference to this object so that method calls can be chained together.
taskDefinition
- The family
for the latest revision, family
and revision
(family:revision
) for a
specific revision in the family, or full Amazon Resource Name (ARN) of
the task definition that you want to describe.public String toString()
toString
in class Object
Object.toString()
public DescribeTaskDefinitionRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2015. All rights reserved.