@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public DeleteImportRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()