@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRuleGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetRuleGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetRuleGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getRuleGroupId()
The
RuleGroupId of the RuleGroup that you want to get. |
int |
hashCode() |
void |
setRuleGroupId(String ruleGroupId)
The
RuleGroupId of the RuleGroup that you want to get. |
String |
toString()
Returns a string representation of this object.
|
GetRuleGroupRequest |
withRuleGroupId(String ruleGroupId)
The
RuleGroupId of the RuleGroup that you want to get. |
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, withSdkRequestTimeoutpublic void setRuleGroupId(String ruleGroupId)
The RuleGroupId of the RuleGroup that you want to get. RuleGroupId is returned
by CreateRuleGroup and by ListRuleGroups.
ruleGroupId - The RuleGroupId of the RuleGroup that you want to get. RuleGroupId is
returned by CreateRuleGroup and by ListRuleGroups.public String getRuleGroupId()
The RuleGroupId of the RuleGroup that you want to get. RuleGroupId is returned
by CreateRuleGroup and by ListRuleGroups.
RuleGroupId of the RuleGroup that you want to get. RuleGroupId is
returned by CreateRuleGroup and by ListRuleGroups.public GetRuleGroupRequest withRuleGroupId(String ruleGroupId)
The RuleGroupId of the RuleGroup that you want to get. RuleGroupId is returned
by CreateRuleGroup and by ListRuleGroups.
ruleGroupId - The RuleGroupId of the RuleGroup that you want to get. RuleGroupId is
returned by CreateRuleGroup and by ListRuleGroups.public String toString()
toString in class ObjectObject.toString()public GetRuleGroupRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()