public class DescribeRulesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains the parameters for DescribeRules.
NOOP
Constructor and Description |
---|
DescribeRulesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeRulesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getListenerArn()
The Amazon Resource Name (ARN) of the listener.
|
List<String> |
getRuleArns()
The Amazon Resource Names (ARN) of the rules.
|
int |
hashCode() |
void |
setListenerArn(String listenerArn)
The Amazon Resource Name (ARN) of the listener.
|
void |
setRuleArns(Collection<String> ruleArns)
The Amazon Resource Names (ARN) of the rules.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeRulesRequest |
withListenerArn(String listenerArn)
The Amazon Resource Name (ARN) of the listener.
|
DescribeRulesRequest |
withRuleArns(Collection<String> ruleArns)
The Amazon Resource Names (ARN) of the rules.
|
DescribeRulesRequest |
withRuleArns(String... ruleArns)
The Amazon Resource Names (ARN) of the rules.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setListenerArn(String listenerArn)
The Amazon Resource Name (ARN) of the listener.
listenerArn
- The Amazon Resource Name (ARN) of the listener.public String getListenerArn()
The Amazon Resource Name (ARN) of the listener.
public DescribeRulesRequest withListenerArn(String listenerArn)
The Amazon Resource Name (ARN) of the listener.
listenerArn
- The Amazon Resource Name (ARN) of the listener.public List<String> getRuleArns()
The Amazon Resource Names (ARN) of the rules.
public void setRuleArns(Collection<String> ruleArns)
The Amazon Resource Names (ARN) of the rules.
ruleArns
- The Amazon Resource Names (ARN) of the rules.public DescribeRulesRequest withRuleArns(String... ruleArns)
The Amazon Resource Names (ARN) of the rules.
NOTE: This method appends the values to the existing list (if any). Use
setRuleArns(java.util.Collection)
or withRuleArns(java.util.Collection)
if you want to override
the existing values.
ruleArns
- The Amazon Resource Names (ARN) of the rules.public DescribeRulesRequest withRuleArns(Collection<String> ruleArns)
The Amazon Resource Names (ARN) of the rules.
ruleArns
- The Amazon Resource Names (ARN) of the rules.public String toString()
toString
in class Object
Object.toString()
public DescribeRulesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.