@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRestoreJobMetadataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetRestoreJobMetadataResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetRestoreJobMetadataResult | addMetadataEntry(String key,
                String value)Add a single Metadata entry | 
| GetRestoreJobMetadataResult | clearMetadataEntries()Removes all the entries added into Metadata. | 
| GetRestoreJobMetadataResult | clone() | 
| boolean | equals(Object obj) | 
| Map<String,String> | getMetadata()
 This contains the metadata of the specified backup job. | 
| String | getRestoreJobId()
 This is a unique identifier of a restore job within Backup. | 
| int | hashCode() | 
| void | setMetadata(Map<String,String> metadata)
 This contains the metadata of the specified backup job. | 
| void | setRestoreJobId(String restoreJobId)
 This is a unique identifier of a restore job within Backup. | 
| String | toString()Returns a string representation of this object. | 
| GetRestoreJobMetadataResult | withMetadata(Map<String,String> metadata)
 This contains the metadata of the specified backup job. | 
| GetRestoreJobMetadataResult | withRestoreJobId(String restoreJobId)
 This is a unique identifier of a restore job within Backup. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setRestoreJobId(String restoreJobId)
This is a unique identifier of a restore job within Backup.
restoreJobId - This is a unique identifier of a restore job within Backup.public String getRestoreJobId()
This is a unique identifier of a restore job within Backup.
public GetRestoreJobMetadataResult withRestoreJobId(String restoreJobId)
This is a unique identifier of a restore job within Backup.
restoreJobId - This is a unique identifier of a restore job within Backup.public Map<String,String> getMetadata()
This contains the metadata of the specified backup job.
public void setMetadata(Map<String,String> metadata)
This contains the metadata of the specified backup job.
metadata - This contains the metadata of the specified backup job.public GetRestoreJobMetadataResult withMetadata(Map<String,String> metadata)
This contains the metadata of the specified backup job.
metadata - This contains the metadata of the specified backup job.public GetRestoreJobMetadataResult addMetadataEntry(String key, String value)
public GetRestoreJobMetadataResult clearMetadataEntries()
public String toString()
toString in class ObjectObject.toString()public GetRestoreJobMetadataResult clone()