@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchImportEvidenceToAssessmentControlError extends Object implements Serializable, Cloneable, StructuredPojo
An error entity for the BatchImportEvidenceToAssessmentControl
API. This is used to provide more
meaningful errors than a simple string message.
Constructor and Description |
---|
BatchImportEvidenceToAssessmentControlError() |
Modifier and Type | Method and Description |
---|---|
BatchImportEvidenceToAssessmentControlError |
clone() |
boolean |
equals(Object obj) |
String |
getErrorCode()
The error code that the
BatchImportEvidenceToAssessmentControl API returned. |
String |
getErrorMessage()
The error message that the
BatchImportEvidenceToAssessmentControl API returned. |
ManualEvidence |
getManualEvidence()
Manual evidence that can't be collected automatically by Audit Manager.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setErrorCode(String errorCode)
The error code that the
BatchImportEvidenceToAssessmentControl API returned. |
void |
setErrorMessage(String errorMessage)
The error message that the
BatchImportEvidenceToAssessmentControl API returned. |
void |
setManualEvidence(ManualEvidence manualEvidence)
Manual evidence that can't be collected automatically by Audit Manager.
|
String |
toString()
Returns a string representation of this object.
|
BatchImportEvidenceToAssessmentControlError |
withErrorCode(String errorCode)
The error code that the
BatchImportEvidenceToAssessmentControl API returned. |
BatchImportEvidenceToAssessmentControlError |
withErrorMessage(String errorMessage)
The error message that the
BatchImportEvidenceToAssessmentControl API returned. |
BatchImportEvidenceToAssessmentControlError |
withManualEvidence(ManualEvidence manualEvidence)
Manual evidence that can't be collected automatically by Audit Manager.
|
public BatchImportEvidenceToAssessmentControlError()
public void setManualEvidence(ManualEvidence manualEvidence)
Manual evidence that can't be collected automatically by Audit Manager.
manualEvidence
- Manual evidence that can't be collected automatically by Audit Manager.public ManualEvidence getManualEvidence()
Manual evidence that can't be collected automatically by Audit Manager.
public BatchImportEvidenceToAssessmentControlError withManualEvidence(ManualEvidence manualEvidence)
Manual evidence that can't be collected automatically by Audit Manager.
manualEvidence
- Manual evidence that can't be collected automatically by Audit Manager.public void setErrorCode(String errorCode)
The error code that the BatchImportEvidenceToAssessmentControl
API returned.
errorCode
- The error code that the BatchImportEvidenceToAssessmentControl
API returned.public String getErrorCode()
The error code that the BatchImportEvidenceToAssessmentControl
API returned.
BatchImportEvidenceToAssessmentControl
API returned.public BatchImportEvidenceToAssessmentControlError withErrorCode(String errorCode)
The error code that the BatchImportEvidenceToAssessmentControl
API returned.
errorCode
- The error code that the BatchImportEvidenceToAssessmentControl
API returned.public void setErrorMessage(String errorMessage)
The error message that the BatchImportEvidenceToAssessmentControl
API returned.
errorMessage
- The error message that the BatchImportEvidenceToAssessmentControl
API returned.public String getErrorMessage()
The error message that the BatchImportEvidenceToAssessmentControl
API returned.
BatchImportEvidenceToAssessmentControl
API returned.public BatchImportEvidenceToAssessmentControlError withErrorMessage(String errorMessage)
The error message that the BatchImportEvidenceToAssessmentControl
API returned.
errorMessage
- The error message that the BatchImportEvidenceToAssessmentControl
API returned.public String toString()
toString
in class Object
Object.toString()
public BatchImportEvidenceToAssessmentControlError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.