@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartObjectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
StartObjectRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
StartObjectRequest | 
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()
Name for the object. 
 | 
Boolean | 
getThrowOnDuplicate()
Throw an exception if Object name is already exist. 
 | 
int | 
hashCode()  | 
Boolean | 
isThrowOnDuplicate()
Throw an exception if Object name is already exist. 
 | 
void | 
setBackupJobId(String backupJobId)
Backup job Id for the in-progress backup 
 | 
void | 
setObjectName(String objectName)
Name for the object. 
 | 
void | 
setThrowOnDuplicate(Boolean throwOnDuplicate)
Throw an exception if Object name is already exist. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
StartObjectRequest | 
withBackupJobId(String backupJobId)
Backup job Id for the in-progress backup 
 | 
StartObjectRequest | 
withObjectName(String objectName)
Name for the object. 
 | 
StartObjectRequest | 
withThrowOnDuplicate(Boolean throwOnDuplicate)
Throw an exception if Object name is already exist. 
 | 
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 backuppublic String getBackupJobId()
public StartObjectRequest withBackupJobId(String backupJobId)
backupJobId - Backup job Id for the in-progress backuppublic void setObjectName(String objectName)
objectName - Name for the object.public String getObjectName()
public StartObjectRequest withObjectName(String objectName)
objectName - Name for the object.public void setThrowOnDuplicate(Boolean throwOnDuplicate)
throwOnDuplicate - Throw an exception if Object name is already exist.public Boolean getThrowOnDuplicate()
public StartObjectRequest withThrowOnDuplicate(Boolean throwOnDuplicate)
throwOnDuplicate - Throw an exception if Object name is already exist.public Boolean isThrowOnDuplicate()
public String toString()
toString in class ObjectObject.toString()public StartObjectRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()