@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDisassociateAssessmentReportEvidenceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchDisassociateAssessmentReportEvidenceResult() |
Modifier and Type | Method and Description |
---|---|
BatchDisassociateAssessmentReportEvidenceResult |
clone() |
boolean |
equals(Object obj) |
List<AssessmentReportEvidenceError> |
getErrors()
A list of errors that the
BatchDisassociateAssessmentReportEvidence API returned. |
List<String> |
getEvidenceIds()
The identifier for the evidence.
|
int |
hashCode() |
void |
setErrors(Collection<AssessmentReportEvidenceError> errors)
A list of errors that the
BatchDisassociateAssessmentReportEvidence API returned. |
void |
setEvidenceIds(Collection<String> evidenceIds)
The identifier for the evidence.
|
String |
toString()
Returns a string representation of this object.
|
BatchDisassociateAssessmentReportEvidenceResult |
withErrors(AssessmentReportEvidenceError... errors)
A list of errors that the
BatchDisassociateAssessmentReportEvidence API returned. |
BatchDisassociateAssessmentReportEvidenceResult |
withErrors(Collection<AssessmentReportEvidenceError> errors)
A list of errors that the
BatchDisassociateAssessmentReportEvidence API returned. |
BatchDisassociateAssessmentReportEvidenceResult |
withEvidenceIds(Collection<String> evidenceIds)
The identifier for the evidence.
|
BatchDisassociateAssessmentReportEvidenceResult |
withEvidenceIds(String... evidenceIds)
The identifier for the evidence.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public BatchDisassociateAssessmentReportEvidenceResult()
public List<String> getEvidenceIds()
The identifier for the evidence.
public void setEvidenceIds(Collection<String> evidenceIds)
The identifier for the evidence.
evidenceIds
- The identifier for the evidence.public BatchDisassociateAssessmentReportEvidenceResult withEvidenceIds(String... evidenceIds)
The identifier for the evidence.
NOTE: This method appends the values to the existing list (if any). Use
setEvidenceIds(java.util.Collection)
or withEvidenceIds(java.util.Collection)
if you want to
override the existing values.
evidenceIds
- The identifier for the evidence.public BatchDisassociateAssessmentReportEvidenceResult withEvidenceIds(Collection<String> evidenceIds)
The identifier for the evidence.
evidenceIds
- The identifier for the evidence.public List<AssessmentReportEvidenceError> getErrors()
A list of errors that the BatchDisassociateAssessmentReportEvidence
API returned.
BatchDisassociateAssessmentReportEvidence
API returned.public void setErrors(Collection<AssessmentReportEvidenceError> errors)
A list of errors that the BatchDisassociateAssessmentReportEvidence
API returned.
errors
- A list of errors that the BatchDisassociateAssessmentReportEvidence
API returned.public BatchDisassociateAssessmentReportEvidenceResult withErrors(AssessmentReportEvidenceError... errors)
A list of errors that the BatchDisassociateAssessmentReportEvidence
API returned.
NOTE: This method appends the values to the existing list (if any). Use
setErrors(java.util.Collection)
or withErrors(java.util.Collection)
if you want to override the
existing values.
errors
- A list of errors that the BatchDisassociateAssessmentReportEvidence
API returned.public BatchDisassociateAssessmentReportEvidenceResult withErrors(Collection<AssessmentReportEvidenceError> errors)
A list of errors that the BatchDisassociateAssessmentReportEvidence
API returned.
errors
- A list of errors that the BatchDisassociateAssessmentReportEvidence
API returned.public String toString()
toString
in class Object
Object.toString()
public BatchDisassociateAssessmentReportEvidenceResult clone()