@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDeleteAutomationRulesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchDeleteAutomationRulesResult() |
Modifier and Type | Method and Description |
---|---|
BatchDeleteAutomationRulesResult |
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 , and ErrorMessage . |
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 , and ErrorMessage . |
String |
toString()
Returns a string representation of this object.
|
BatchDeleteAutomationRulesResult |
withProcessedAutomationRules(Collection<String> processedAutomationRules)
A list of properly processed rule ARNs.
|
BatchDeleteAutomationRulesResult |
withProcessedAutomationRules(String... processedAutomationRules)
A list of properly processed rule ARNs.
|
BatchDeleteAutomationRulesResult |
withUnprocessedAutomationRules(Collection<UnprocessedAutomationRule> unprocessedAutomationRules)
A list of objects containing
RuleArn , ErrorCode , and ErrorMessage . |
BatchDeleteAutomationRulesResult |
withUnprocessedAutomationRules(UnprocessedAutomationRule... unprocessedAutomationRules)
A list of objects containing
RuleArn , ErrorCode , and ErrorMessage . |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 BatchDeleteAutomationRulesResult 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 BatchDeleteAutomationRulesResult 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 delete and why.
RuleArn
, ErrorCode
, and ErrorMessage
.
This parameter tells you which automation rules the request didn't delete 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 delete and why.
unprocessedAutomationRules
- A list of objects containing RuleArn
, ErrorCode
, and ErrorMessage
.
This parameter tells you which automation rules the request didn't delete and why.public BatchDeleteAutomationRulesResult withUnprocessedAutomationRules(UnprocessedAutomationRule... unprocessedAutomationRules)
A list of objects containing RuleArn
, ErrorCode
, and ErrorMessage
. This
parameter tells you which automation rules the request didn't delete 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 delete and why.public BatchDeleteAutomationRulesResult withUnprocessedAutomationRules(Collection<UnprocessedAutomationRule> unprocessedAutomationRules)
A list of objects containing RuleArn
, ErrorCode
, and ErrorMessage
. This
parameter tells you which automation rules the request didn't delete and why.
unprocessedAutomationRules
- A list of objects containing RuleArn
, ErrorCode
, and ErrorMessage
.
This parameter tells you which automation rules the request didn't delete and why.public String toString()
toString
in class Object
Object.toString()
public BatchDeleteAutomationRulesResult clone()