@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetIncidentFindingsError extends Object implements Serializable, Cloneable, StructuredPojo
Details about an error returned for a BatchGetIncidentFindings operation.
Constructor and Description |
---|
BatchGetIncidentFindingsError() |
Modifier and Type | Method and Description |
---|---|
BatchGetIncidentFindingsError |
clone() |
boolean |
equals(Object obj) |
String |
getCode()
The code associated with an error that was returned for a
BatchGetIncidentFindings operation. |
String |
getFindingId()
The ID of a specified finding for which an error was returned for a
BatchGetIncidentFindings
operation. |
String |
getMessage()
The description for an error that was returned for a
BatchGetIncidentFindings operation. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCode(String code)
The code associated with an error that was returned for a
BatchGetIncidentFindings operation. |
void |
setFindingId(String findingId)
The ID of a specified finding for which an error was returned for a
BatchGetIncidentFindings
operation. |
void |
setMessage(String message)
The description for an error that was returned for a
BatchGetIncidentFindings operation. |
String |
toString()
Returns a string representation of this object.
|
BatchGetIncidentFindingsError |
withCode(String code)
The code associated with an error that was returned for a
BatchGetIncidentFindings operation. |
BatchGetIncidentFindingsError |
withFindingId(String findingId)
The ID of a specified finding for which an error was returned for a
BatchGetIncidentFindings
operation. |
BatchGetIncidentFindingsError |
withMessage(String message)
The description for an error that was returned for a
BatchGetIncidentFindings operation. |
public void setCode(String code)
The code associated with an error that was returned for a BatchGetIncidentFindings
operation.
code
- The code associated with an error that was returned for a BatchGetIncidentFindings
operation.public String getCode()
The code associated with an error that was returned for a BatchGetIncidentFindings
operation.
BatchGetIncidentFindings
operation.public BatchGetIncidentFindingsError withCode(String code)
The code associated with an error that was returned for a BatchGetIncidentFindings
operation.
code
- The code associated with an error that was returned for a BatchGetIncidentFindings
operation.public void setFindingId(String findingId)
The ID of a specified finding for which an error was returned for a BatchGetIncidentFindings
operation.
findingId
- The ID of a specified finding for which an error was returned for a BatchGetIncidentFindings
operation.public String getFindingId()
The ID of a specified finding for which an error was returned for a BatchGetIncidentFindings
operation.
BatchGetIncidentFindings
operation.public BatchGetIncidentFindingsError withFindingId(String findingId)
The ID of a specified finding for which an error was returned for a BatchGetIncidentFindings
operation.
findingId
- The ID of a specified finding for which an error was returned for a BatchGetIncidentFindings
operation.public void setMessage(String message)
The description for an error that was returned for a BatchGetIncidentFindings
operation.
message
- The description for an error that was returned for a BatchGetIncidentFindings
operation.public String getMessage()
The description for an error that was returned for a BatchGetIncidentFindings
operation.
BatchGetIncidentFindings
operation.public BatchGetIncidentFindingsError withMessage(String message)
The description for an error that was returned for a BatchGetIncidentFindings
operation.
message
- The description for an error that was returned for a BatchGetIncidentFindings
operation.public String toString()
toString
in class Object
Object.toString()
public BatchGetIncidentFindingsError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.