@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRestoreTestingInferredMetadataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetRestoreTestingInferredMetadataResult() |
Modifier and Type | Method and Description |
---|---|
GetRestoreTestingInferredMetadataResult |
addInferredMetadataEntry(String key,
String value)
Add a single InferredMetadata entry
|
GetRestoreTestingInferredMetadataResult |
clearInferredMetadataEntries()
Removes all the entries added into InferredMetadata.
|
GetRestoreTestingInferredMetadataResult |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getInferredMetadata()
This is a string map of the metadata inferred from the request.
|
int |
hashCode() |
void |
setInferredMetadata(Map<String,String> inferredMetadata)
This is a string map of the metadata inferred from the request.
|
String |
toString()
Returns a string representation of this object.
|
GetRestoreTestingInferredMetadataResult |
withInferredMetadata(Map<String,String> inferredMetadata)
This is a string map of the metadata inferred from the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetRestoreTestingInferredMetadataResult()
public Map<String,String> getInferredMetadata()
This is a string map of the metadata inferred from the request.
public void setInferredMetadata(Map<String,String> inferredMetadata)
This is a string map of the metadata inferred from the request.
inferredMetadata
- This is a string map of the metadata inferred from the request.public GetRestoreTestingInferredMetadataResult withInferredMetadata(Map<String,String> inferredMetadata)
This is a string map of the metadata inferred from the request.
inferredMetadata
- This is a string map of the metadata inferred from the request.public GetRestoreTestingInferredMetadataResult addInferredMetadataEntry(String key, String value)
public GetRestoreTestingInferredMetadataResult clearInferredMetadataEntries()
public String toString()
toString
in class Object
Object.toString()
public GetRestoreTestingInferredMetadataResult clone()