public class DescribeAuditFindingResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
DescribeAuditFindingResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
AuditFinding |
getFinding()
The findings (results) of the audit.
|
int |
hashCode() |
void |
setFinding(AuditFinding finding)
The findings (results) of the audit.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAuditFindingResult |
withFinding(AuditFinding finding)
The findings (results) of the audit.
|
public AuditFinding getFinding()
The findings (results) of the audit.
The findings (results) of the audit.
public void setFinding(AuditFinding finding)
The findings (results) of the audit.
finding
- The findings (results) of the audit.
public DescribeAuditFindingResult withFinding(AuditFinding finding)
The findings (results) of the audit.
Returns a reference to this object so that method calls can be chained together.
finding
- The findings (results) of the audit.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.