@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetAutomationRulesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchGetAutomationRulesResult() |
Modifier and Type | Method and Description |
---|---|
BatchGetAutomationRulesResult |
clone() |
boolean |
equals(Object obj) |
List<AutomationRulesConfig> |
getRules()
A list of rule details for the provided rule ARNs.
|
List<UnprocessedAutomationRule> |
getUnprocessedAutomationRules()
A list of objects containing
RuleArn , ErrorCode , and ErrorMessage . |
int |
hashCode() |
void |
setRules(Collection<AutomationRulesConfig> rules)
A list of rule details for the provided 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.
|
BatchGetAutomationRulesResult |
withRules(AutomationRulesConfig... rules)
A list of rule details for the provided rule ARNs.
|
BatchGetAutomationRulesResult |
withRules(Collection<AutomationRulesConfig> rules)
A list of rule details for the provided rule ARNs.
|
BatchGetAutomationRulesResult |
withUnprocessedAutomationRules(Collection<UnprocessedAutomationRule> unprocessedAutomationRules)
A list of objects containing
RuleArn , ErrorCode , and ErrorMessage . |
BatchGetAutomationRulesResult |
withUnprocessedAutomationRules(UnprocessedAutomationRule... unprocessedAutomationRules)
A list of objects containing
RuleArn , ErrorCode , and ErrorMessage . |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AutomationRulesConfig> getRules()
A list of rule details for the provided rule ARNs.
public void setRules(Collection<AutomationRulesConfig> rules)
A list of rule details for the provided rule ARNs.
rules
- A list of rule details for the provided rule ARNs.public BatchGetAutomationRulesResult withRules(AutomationRulesConfig... rules)
A list of rule details for the provided rule ARNs.
NOTE: This method appends the values to the existing list (if any). Use
setRules(java.util.Collection)
or withRules(java.util.Collection)
if you want to override the
existing values.
rules
- A list of rule details for the provided rule ARNs.public BatchGetAutomationRulesResult withRules(Collection<AutomationRulesConfig> rules)
A list of rule details for the provided rule ARNs.
rules
- A list of rule details for the provided 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 retrieve and why.
RuleArn
, ErrorCode
, and ErrorMessage
.
This parameter tells you which automation rules the request didn't retrieve 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 retrieve and why.
unprocessedAutomationRules
- A list of objects containing RuleArn
, ErrorCode
, and ErrorMessage
.
This parameter tells you which automation rules the request didn't retrieve and why.public BatchGetAutomationRulesResult withUnprocessedAutomationRules(UnprocessedAutomationRule... unprocessedAutomationRules)
A list of objects containing RuleArn
, ErrorCode
, and ErrorMessage
. This
parameter tells you which automation rules the request didn't retrieve 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 retrieve and why.public BatchGetAutomationRulesResult withUnprocessedAutomationRules(Collection<UnprocessedAutomationRule> unprocessedAutomationRules)
A list of objects containing RuleArn
, ErrorCode
, and ErrorMessage
. This
parameter tells you which automation rules the request didn't retrieve and why.
unprocessedAutomationRules
- A list of objects containing RuleArn
, ErrorCode
, and ErrorMessage
.
This parameter tells you which automation rules the request didn't retrieve and why.public String toString()
toString
in class Object
Object.toString()
public BatchGetAutomationRulesResult clone()