@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartRestoreJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
StartRestoreJobResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
StartRestoreJobResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getRestoreJobId()
 Uniquely identifies the job that restores a recovery point. 
 | 
int | 
hashCode()  | 
void | 
setRestoreJobId(String restoreJobId)
 Uniquely identifies the job that restores a recovery point. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
StartRestoreJobResult | 
withRestoreJobId(String restoreJobId)
 Uniquely identifies the job that restores a recovery point. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setRestoreJobId(String restoreJobId)
Uniquely identifies the job that restores a recovery point.
restoreJobId - Uniquely identifies the job that restores a recovery point.public String getRestoreJobId()
Uniquely identifies the job that restores a recovery point.
public StartRestoreJobResult withRestoreJobId(String restoreJobId)
Uniquely identifies the job that restores a recovery point.
restoreJobId - Uniquely identifies the job that restores a recovery point.public String toString()
toString in class ObjectObject.toString()public StartRestoreJobResult clone()