@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTaskExecutionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeTaskExecutionRequest
NOOP
Constructor and Description |
---|
DescribeTaskExecutionRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeTaskExecutionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getTaskExecutionArn()
Specifies the Amazon Resource Name (ARN) of the transfer task that's running.
|
int |
hashCode() |
void |
setTaskExecutionArn(String taskExecutionArn)
Specifies the Amazon Resource Name (ARN) of the transfer task that's running.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTaskExecutionRequest |
withTaskExecutionArn(String taskExecutionArn)
Specifies the Amazon Resource Name (ARN) of the transfer task that's running.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setTaskExecutionArn(String taskExecutionArn)
Specifies the Amazon Resource Name (ARN) of the transfer task that's running.
taskExecutionArn
- Specifies the Amazon Resource Name (ARN) of the transfer task that's running.public String getTaskExecutionArn()
Specifies the Amazon Resource Name (ARN) of the transfer task that's running.
public DescribeTaskExecutionRequest withTaskExecutionArn(String taskExecutionArn)
Specifies the Amazon Resource Name (ARN) of the transfer task that's running.
taskExecutionArn
- Specifies the Amazon Resource Name (ARN) of the transfer task that's running.public String toString()
toString
in class Object
Object.toString()
public DescribeTaskExecutionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()