@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteImportRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteImportRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteImportRequest |
clone() |
boolean |
equals(Object obj) |
String |
getImportId()
The unique identifier of the import to delete.
|
int |
hashCode() |
void |
setImportId(String importId)
The unique identifier of the import to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteImportRequest |
withImportId(String importId)
The unique identifier of the import to delete.
|
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, withSdkRequestTimeoutpublic void setImportId(String importId)
The unique identifier of the import to delete.
importId - The unique identifier of the import to delete.public String getImportId()
The unique identifier of the import to delete.
public DeleteImportRequest withImportId(String importId)
The unique identifier of the import to delete.
importId - The unique identifier of the import to delete.public String toString()
toString in class ObjectObject.toString()public DeleteImportRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.