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. |
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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 ObjectObject.toString()public GetRuleRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.