public class DescribeTaskDefinitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeTaskDefinitionRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeTaskDefinitionRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
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 |
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; useful for testing and
debugging.
|
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. |
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 String toString()
toString
in class Object
Object.toString()
public DescribeTaskDefinitionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.