@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisableInsightRulesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| DisableInsightRulesResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DisableInsightRulesResult | clone() | 
| boolean | equals(Object obj) | 
| List<PartialFailure> | getFailures()
 An array listing the rules that could not be disabled. | 
| int | hashCode() | 
| void | setFailures(Collection<PartialFailure> failures)
 An array listing the rules that could not be disabled. | 
| String | toString()Returns a string representation of this object. | 
| DisableInsightRulesResult | withFailures(Collection<PartialFailure> failures)
 An array listing the rules that could not be disabled. | 
| DisableInsightRulesResult | withFailures(PartialFailure... failures)
 An array listing the rules that could not be disabled. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<PartialFailure> getFailures()
An array listing the rules that could not be disabled. You cannot disable built-in rules.
public void setFailures(Collection<PartialFailure> failures)
An array listing the rules that could not be disabled. You cannot disable built-in rules.
failures - An array listing the rules that could not be disabled. You cannot disable built-in rules.public DisableInsightRulesResult withFailures(PartialFailure... failures)
An array listing the rules that could not be disabled. You cannot disable built-in rules.
 NOTE: This method appends the values to the existing list (if any). Use
 setFailures(java.util.Collection) or withFailures(java.util.Collection) if you want to override
 the existing values.
 
failures - An array listing the rules that could not be disabled. You cannot disable built-in rules.public DisableInsightRulesResult withFailures(Collection<PartialFailure> failures)
An array listing the rules that could not be disabled. You cannot disable built-in rules.
failures - An array listing the rules that could not be disabled. You cannot disable built-in rules.public String toString()
toString in class ObjectObject.toString()public DisableInsightRulesResult clone()