@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEvidenceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetEvidenceResult() |
| Modifier and Type | Method and Description |
|---|---|
GetEvidenceResult |
clone() |
boolean |
equals(Object obj) |
Evidence |
getEvidence()
The evidence that the
GetEvidence API returned. |
int |
hashCode() |
void |
setEvidence(Evidence evidence)
The evidence that the
GetEvidence API returned. |
String |
toString()
Returns a string representation of this object.
|
GetEvidenceResult |
withEvidence(Evidence evidence)
The evidence that the
GetEvidence API returned. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setEvidence(Evidence evidence)
The evidence that the GetEvidence API returned.
evidence - The evidence that the GetEvidence API returned.public Evidence getEvidence()
The evidence that the GetEvidence API returned.
GetEvidence API returned.public GetEvidenceResult withEvidence(Evidence evidence)
The evidence that the GetEvidence API returned.
evidence - The evidence that the GetEvidence API returned.public String toString()
toString in class ObjectObject.toString()public GetEvidenceResult clone()