@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchUpdateAutomationRulesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| BatchUpdateAutomationRulesResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| BatchUpdateAutomationRulesResult | clone() | 
| boolean | equals(Object obj) | 
| List<String> | getProcessedAutomationRules()
 A list of properly processed rule ARNs. | 
| List<UnprocessedAutomationRule> | getUnprocessedAutomationRules()
 A list of objects containing  RuleArn,ErrorCode, andErrorMessage. | 
| int | hashCode() | 
| void | setProcessedAutomationRules(Collection<String> processedAutomationRules)
 A list of properly processed rule ARNs. | 
| void | setUnprocessedAutomationRules(Collection<UnprocessedAutomationRule> unprocessedAutomationRules)
 A list of objects containing  RuleArn,ErrorCode, andErrorMessage. | 
| String | toString()Returns a string representation of this object. | 
| BatchUpdateAutomationRulesResult | withProcessedAutomationRules(Collection<String> processedAutomationRules)
 A list of properly processed rule ARNs. | 
| BatchUpdateAutomationRulesResult | withProcessedAutomationRules(String... processedAutomationRules)
 A list of properly processed rule ARNs. | 
| BatchUpdateAutomationRulesResult | withUnprocessedAutomationRules(Collection<UnprocessedAutomationRule> unprocessedAutomationRules)
 A list of objects containing  RuleArn,ErrorCode, andErrorMessage. | 
| BatchUpdateAutomationRulesResult | withUnprocessedAutomationRules(UnprocessedAutomationRule... unprocessedAutomationRules)
 A list of objects containing  RuleArn,ErrorCode, andErrorMessage. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> getProcessedAutomationRules()
A list of properly processed rule ARNs.
public void setProcessedAutomationRules(Collection<String> processedAutomationRules)
A list of properly processed rule ARNs.
processedAutomationRules - A list of properly processed rule ARNs.public BatchUpdateAutomationRulesResult withProcessedAutomationRules(String... processedAutomationRules)
A list of properly processed rule ARNs.
 NOTE: This method appends the values to the existing list (if any). Use
 setProcessedAutomationRules(java.util.Collection) or
 withProcessedAutomationRules(java.util.Collection) if you want to override the existing values.
 
processedAutomationRules - A list of properly processed rule ARNs.public BatchUpdateAutomationRulesResult withProcessedAutomationRules(Collection<String> processedAutomationRules)
A list of properly processed rule ARNs.
processedAutomationRules - A list of properly processed rule ARNs.public List<UnprocessedAutomationRule> getUnprocessedAutomationRules()
 A list of objects containing RuleArn, ErrorCode, and ErrorMessage. This
 parameter tells you which automation rules the request didn't update and why.
 
RuleArn, ErrorCode, and ErrorMessage.
         This parameter tells you which automation rules the request didn't update and why.public void setUnprocessedAutomationRules(Collection<UnprocessedAutomationRule> unprocessedAutomationRules)
 A list of objects containing RuleArn, ErrorCode, and ErrorMessage. This
 parameter tells you which automation rules the request didn't update and why.
 
unprocessedAutomationRules - A list of objects containing RuleArn, ErrorCode, and ErrorMessage.
        This parameter tells you which automation rules the request didn't update and why.public BatchUpdateAutomationRulesResult withUnprocessedAutomationRules(UnprocessedAutomationRule... unprocessedAutomationRules)
 A list of objects containing RuleArn, ErrorCode, and ErrorMessage. This
 parameter tells you which automation rules the request didn't update and why.
 
 NOTE: This method appends the values to the existing list (if any). Use
 setUnprocessedAutomationRules(java.util.Collection) or
 withUnprocessedAutomationRules(java.util.Collection) if you want to override the existing values.
 
unprocessedAutomationRules - A list of objects containing RuleArn, ErrorCode, and ErrorMessage.
        This parameter tells you which automation rules the request didn't update and why.public BatchUpdateAutomationRulesResult withUnprocessedAutomationRules(Collection<UnprocessedAutomationRule> unprocessedAutomationRules)
 A list of objects containing RuleArn, ErrorCode, and ErrorMessage. This
 parameter tells you which automation rules the request didn't update and why.
 
unprocessedAutomationRules - A list of objects containing RuleArn, ErrorCode, and ErrorMessage.
        This parameter tells you which automation rules the request didn't update and why.public String toString()
toString in class ObjectObject.toString()public BatchUpdateAutomationRulesResult clone()