@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportFindingsError extends Object implements Serializable, Cloneable, StructuredPojo
Includes details of the list of the findings that can't be imported.
| Constructor and Description |
|---|
ImportFindingsError() |
| Modifier and Type | Method and Description |
|---|---|
ImportFindingsError |
clone() |
boolean |
equals(Object obj) |
String |
getErrorCode()
The code of the error made during the
BatchImportFindings operation. |
String |
getErrorMessage()
The message of the error made during the
BatchImportFindings operation. |
String |
getId()
The ID of the error made during the
BatchImportFindings operation. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setErrorCode(String errorCode)
The code of the error made during the
BatchImportFindings operation. |
void |
setErrorMessage(String errorMessage)
The message of the error made during the
BatchImportFindings operation. |
void |
setId(String id)
The ID of the error made during the
BatchImportFindings operation. |
String |
toString()
Returns a string representation of this object.
|
ImportFindingsError |
withErrorCode(String errorCode)
The code of the error made during the
BatchImportFindings operation. |
ImportFindingsError |
withErrorMessage(String errorMessage)
The message of the error made during the
BatchImportFindings operation. |
ImportFindingsError |
withId(String id)
The ID of the error made during the
BatchImportFindings operation. |
public void setId(String id)
The ID of the error made during the BatchImportFindings operation.
id - The ID of the error made during the BatchImportFindings operation.public String getId()
The ID of the error made during the BatchImportFindings operation.
BatchImportFindings operation.public ImportFindingsError withId(String id)
The ID of the error made during the BatchImportFindings operation.
id - The ID of the error made during the BatchImportFindings operation.public void setErrorCode(String errorCode)
The code of the error made during the BatchImportFindings operation.
errorCode - The code of the error made during the BatchImportFindings operation.public String getErrorCode()
The code of the error made during the BatchImportFindings operation.
BatchImportFindings operation.public ImportFindingsError withErrorCode(String errorCode)
The code of the error made during the BatchImportFindings operation.
errorCode - The code of the error made during the BatchImportFindings operation.public void setErrorMessage(String errorMessage)
The message of the error made during the BatchImportFindings operation.
errorMessage - The message of the error made during the BatchImportFindings operation.public String getErrorMessage()
The message of the error made during the BatchImportFindings operation.
BatchImportFindings operation.public ImportFindingsError withErrorMessage(String errorMessage)
The message of the error made during the BatchImportFindings operation.
errorMessage - The message of the error made during the BatchImportFindings operation.public String toString()
toString in class ObjectObject.toString()public ImportFindingsError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.