public class GetRuleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetRuleRequest() |
Modifier and Type | Method and Description |
---|---|
GetRuleRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getRuleId()
The
RuleId of the Rule that you want to get. |
int |
hashCode() |
void |
setRuleId(String ruleId)
The
RuleId of the Rule that you want to get. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetRuleRequest |
withRuleId(String ruleId)
The
RuleId of the Rule that you want to get. |
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public void setRuleId(String ruleId)
The RuleId
of the Rule that you want to get.
RuleId
is returned by CreateRule and by
ListRules.
ruleId
- The RuleId
of the Rule that you want to get.
RuleId
is returned by CreateRule and by
ListRules.public String getRuleId()
The RuleId
of the Rule that you want to get.
RuleId
is returned by CreateRule and by
ListRules.
RuleId
of the Rule that you want to get.
RuleId
is returned by CreateRule and by
ListRules.public GetRuleRequest withRuleId(String ruleId)
The RuleId
of the Rule that you want to get.
RuleId
is returned by CreateRule and by
ListRules.
ruleId
- The RuleId
of the Rule that you want to get.
RuleId
is returned by CreateRule and by
ListRules.public String toString()
toString
in class Object
Object.toString()
public GetRuleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.