@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteObjectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteObjectRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteObjectRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBackupJobId()
Backup job Id for the in-progress backup.
|
String |
getObjectName()
The name of the Object.
|
int |
hashCode() |
void |
setBackupJobId(String backupJobId)
Backup job Id for the in-progress backup.
|
void |
setObjectName(String objectName)
The name of the Object.
|
String |
toString()
Returns a string representation of this object.
|
DeleteObjectRequest |
withBackupJobId(String backupJobId)
Backup job Id for the in-progress backup.
|
DeleteObjectRequest |
withObjectName(String objectName)
The name of the Object.
|
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, withSdkRequestTimeoutpublic void setBackupJobId(String backupJobId)
backupJobId - Backup job Id for the in-progress backup.public String getBackupJobId()
public DeleteObjectRequest withBackupJobId(String backupJobId)
backupJobId - Backup job Id for the in-progress backup.public void setObjectName(String objectName)
objectName - The name of the Object.public String getObjectName()
public DeleteObjectRequest withObjectName(String objectName)
objectName - The name of the Object.public String toString()
toString in class ObjectObject.toString()public DeleteObjectRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()