@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchUpdateDetectorResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
BatchUpdateDetectorResult() |
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateDetectorResult |
clone() |
boolean |
equals(Object obj) |
List<BatchUpdateDetectorErrorEntry> |
getBatchUpdateDetectorErrorEntries()
A list of those detector updates that resulted in errors.
|
int |
hashCode() |
void |
setBatchUpdateDetectorErrorEntries(Collection<BatchUpdateDetectorErrorEntry> batchUpdateDetectorErrorEntries)
A list of those detector updates that resulted in errors.
|
String |
toString()
Returns a string representation of this object.
|
BatchUpdateDetectorResult |
withBatchUpdateDetectorErrorEntries(BatchUpdateDetectorErrorEntry... batchUpdateDetectorErrorEntries)
A list of those detector updates that resulted in errors.
|
BatchUpdateDetectorResult |
withBatchUpdateDetectorErrorEntries(Collection<BatchUpdateDetectorErrorEntry> batchUpdateDetectorErrorEntries)
A list of those detector updates that resulted in errors.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<BatchUpdateDetectorErrorEntry> getBatchUpdateDetectorErrorEntries()
A list of those detector updates that resulted in errors. (If an error is listed here, the specific update did not occur.)
public void setBatchUpdateDetectorErrorEntries(Collection<BatchUpdateDetectorErrorEntry> batchUpdateDetectorErrorEntries)
A list of those detector updates that resulted in errors. (If an error is listed here, the specific update did not occur.)
batchUpdateDetectorErrorEntries - A list of those detector updates that resulted in errors. (If an error is listed here, the specific update
did not occur.)public BatchUpdateDetectorResult withBatchUpdateDetectorErrorEntries(BatchUpdateDetectorErrorEntry... batchUpdateDetectorErrorEntries)
A list of those detector updates that resulted in errors. (If an error is listed here, the specific update did not occur.)
NOTE: This method appends the values to the existing list (if any). Use
setBatchUpdateDetectorErrorEntries(java.util.Collection) or
withBatchUpdateDetectorErrorEntries(java.util.Collection) if you want to override the existing values.
batchUpdateDetectorErrorEntries - A list of those detector updates that resulted in errors. (If an error is listed here, the specific update
did not occur.)public BatchUpdateDetectorResult withBatchUpdateDetectorErrorEntries(Collection<BatchUpdateDetectorErrorEntry> batchUpdateDetectorErrorEntries)
A list of those detector updates that resulted in errors. (If an error is listed here, the specific update did not occur.)
batchUpdateDetectorErrorEntries - A list of those detector updates that resulted in errors. (If an error is listed here, the specific update
did not occur.)public String toString()
toString in class ObjectObject.toString()public BatchUpdateDetectorResult clone()