@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetAutomationRulesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchGetAutomationRulesRequest() |
Modifier and Type | Method and Description |
---|---|
BatchGetAutomationRulesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAutomationRulesArns()
A list of rule ARNs to get details for.
|
int |
hashCode() |
void |
setAutomationRulesArns(Collection<String> automationRulesArns)
A list of rule ARNs to get details for.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetAutomationRulesRequest |
withAutomationRulesArns(Collection<String> automationRulesArns)
A list of rule ARNs to get details for.
|
BatchGetAutomationRulesRequest |
withAutomationRulesArns(String... automationRulesArns)
A list of rule ARNs to get details for.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<String> getAutomationRulesArns()
A list of rule ARNs to get details for.
public void setAutomationRulesArns(Collection<String> automationRulesArns)
A list of rule ARNs to get details for.
automationRulesArns
- A list of rule ARNs to get details for.public BatchGetAutomationRulesRequest withAutomationRulesArns(String... automationRulesArns)
A list of rule ARNs to get details for.
NOTE: This method appends the values to the existing list (if any). Use
setAutomationRulesArns(java.util.Collection)
or withAutomationRulesArns(java.util.Collection)
if you want to override the existing values.
automationRulesArns
- A list of rule ARNs to get details for.public BatchGetAutomationRulesRequest withAutomationRulesArns(Collection<String> automationRulesArns)
A list of rule ARNs to get details for.
automationRulesArns
- A list of rule ARNs to get details for.public String toString()
toString
in class Object
Object.toString()
public BatchGetAutomationRulesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()