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