public class DeregisterTaskDefinitionRequest extends AmazonWebServiceRequest implements Serializable
DeregisterTaskDefinition operation.
Deregisters the specified task definition. You will no longer be able to run tasks from this definition after deregistration.
NOOP| Constructor and Description |
|---|
DeregisterTaskDefinitionRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getTaskDefinition()
The
family and revision
(family:revision) or full Amazon Resource Name (ARN) of
the task definition that you want to deregister. |
int |
hashCode() |
void |
setTaskDefinition(String taskDefinition)
The
family and revision
(family:revision) or full Amazon Resource Name (ARN) of
the task definition that you want to deregister. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeregisterTaskDefinitionRequest |
withTaskDefinition(String taskDefinition)
The
family and revision
(family:revision) or full Amazon Resource Name (ARN) of
the task definition that you want to deregister. |
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getTaskDefinition()
family and revision
(family:revision) or full Amazon Resource Name (ARN) of
the task definition that you want to deregister.family and revision
(family:revision) or full Amazon Resource Name (ARN) of
the task definition that you want to deregister.public void setTaskDefinition(String taskDefinition)
family and revision
(family:revision) or full Amazon Resource Name (ARN) of
the task definition that you want to deregister.taskDefinition - The family and revision
(family:revision) or full Amazon Resource Name (ARN) of
the task definition that you want to deregister.public DeregisterTaskDefinitionRequest withTaskDefinition(String taskDefinition)
family and revision
(family:revision) or full Amazon Resource Name (ARN) of
the task definition that you want to deregister.
Returns a reference to this object so that method calls can be chained together.
taskDefinition - The family and revision
(family:revision) or full Amazon Resource Name (ARN) of
the task definition that you want to deregister.public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.