@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDatasetExportJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeDatasetExportJobRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeDatasetExportJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDatasetExportJobArn()
The Amazon Resource Name (ARN) of the dataset export job to describe.
|
int |
hashCode() |
void |
setDatasetExportJobArn(String datasetExportJobArn)
The Amazon Resource Name (ARN) of the dataset export job to describe.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDatasetExportJobRequest |
withDatasetExportJobArn(String datasetExportJobArn)
The Amazon Resource Name (ARN) of the dataset export job to describe.
|
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 setDatasetExportJobArn(String datasetExportJobArn)
The Amazon Resource Name (ARN) of the dataset export job to describe.
datasetExportJobArn
- The Amazon Resource Name (ARN) of the dataset export job to describe.public String getDatasetExportJobArn()
The Amazon Resource Name (ARN) of the dataset export job to describe.
public DescribeDatasetExportJobRequest withDatasetExportJobArn(String datasetExportJobArn)
The Amazon Resource Name (ARN) of the dataset export job to describe.
datasetExportJobArn
- The Amazon Resource Name (ARN) of the dataset export job to describe.public String toString()
toString
in class Object
Object.toString()
public DescribeDatasetExportJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()