@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeImportRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeImportRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeImportRequest |
clone() |
boolean |
equals(Object obj) |
String |
getImportArn()
The Amazon Resource Name (ARN) associated with the table you're importing to.
|
int |
hashCode() |
void |
setImportArn(String importArn)
The Amazon Resource Name (ARN) associated with the table you're importing to.
|
String |
toString()
Returns a string representation of this object.
|
DescribeImportRequest |
withImportArn(String importArn)
The Amazon Resource Name (ARN) associated with the table you're importing to.
|
addHandlerContext, copyBaseTo, 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 setImportArn(String importArn)
The Amazon Resource Name (ARN) associated with the table you're importing to.
importArn
- The Amazon Resource Name (ARN) associated with the table you're importing to.public String getImportArn()
The Amazon Resource Name (ARN) associated with the table you're importing to.
public DescribeImportRequest withImportArn(String importArn)
The Amazon Resource Name (ARN) associated with the table you're importing to.
importArn
- The Amazon Resource Name (ARN) associated with the table you're importing to.public String toString()
toString
in class Object
Object.toString()
public DescribeImportRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2023. All rights reserved.