@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDeleteDetectorResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchDeleteDetectorResult() |
Modifier and Type | Method and Description |
---|---|
BatchDeleteDetectorResult |
clone() |
boolean |
equals(Object obj) |
List<BatchDeleteDetectorErrorEntry> |
getBatchDeleteDetectorErrorEntries()
A list of errors associated with the request, or an empty array (
[] ) if there are no errors. |
int |
hashCode() |
void |
setBatchDeleteDetectorErrorEntries(Collection<BatchDeleteDetectorErrorEntry> batchDeleteDetectorErrorEntries)
A list of errors associated with the request, or an empty array (
[] ) if there are no errors. |
String |
toString()
Returns a string representation of this object.
|
BatchDeleteDetectorResult |
withBatchDeleteDetectorErrorEntries(BatchDeleteDetectorErrorEntry... batchDeleteDetectorErrorEntries)
A list of errors associated with the request, or an empty array (
[] ) if there are no errors. |
BatchDeleteDetectorResult |
withBatchDeleteDetectorErrorEntries(Collection<BatchDeleteDetectorErrorEntry> batchDeleteDetectorErrorEntries)
A list of errors associated with the request, or an empty array (
[] ) if there are no errors. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<BatchDeleteDetectorErrorEntry> getBatchDeleteDetectorErrorEntries()
A list of errors associated with the request, or an empty array ([]
) if there are no errors. Each
error entry contains a messageId
that helps you identify the entry that failed.
[]
) if there are no errors.
Each error entry contains a messageId
that helps you identify the entry that failed.public void setBatchDeleteDetectorErrorEntries(Collection<BatchDeleteDetectorErrorEntry> batchDeleteDetectorErrorEntries)
A list of errors associated with the request, or an empty array ([]
) if there are no errors. Each
error entry contains a messageId
that helps you identify the entry that failed.
batchDeleteDetectorErrorEntries
- A list of errors associated with the request, or an empty array ([]
) if there are no errors.
Each error entry contains a messageId
that helps you identify the entry that failed.public BatchDeleteDetectorResult withBatchDeleteDetectorErrorEntries(BatchDeleteDetectorErrorEntry... batchDeleteDetectorErrorEntries)
A list of errors associated with the request, or an empty array ([]
) if there are no errors. Each
error entry contains a messageId
that helps you identify the entry that failed.
NOTE: This method appends the values to the existing list (if any). Use
setBatchDeleteDetectorErrorEntries(java.util.Collection)
or
withBatchDeleteDetectorErrorEntries(java.util.Collection)
if you want to override the existing values.
batchDeleteDetectorErrorEntries
- A list of errors associated with the request, or an empty array ([]
) if there are no errors.
Each error entry contains a messageId
that helps you identify the entry that failed.public BatchDeleteDetectorResult withBatchDeleteDetectorErrorEntries(Collection<BatchDeleteDetectorErrorEntry> batchDeleteDetectorErrorEntries)
A list of errors associated with the request, or an empty array ([]
) if there are no errors. Each
error entry contains a messageId
that helps you identify the entry that failed.
batchDeleteDetectorErrorEntries
- A list of errors associated with the request, or an empty array ([]
) if there are no errors.
Each error entry contains a messageId
that helps you identify the entry that failed.public String toString()
toString
in class Object
Object.toString()
public BatchDeleteDetectorResult clone()