@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRateBasedRuleManagedKeysRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetRateBasedRuleManagedKeysRequest() |
Modifier and Type | Method and Description |
---|---|
GetRateBasedRuleManagedKeysRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNextMarker()
A null value and not currently used.
|
String |
getRuleId()
|
int |
hashCode() |
void |
setNextMarker(String nextMarker)
A null value and not currently used.
|
void |
setRuleId(String ruleId)
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetRateBasedRuleManagedKeysRequest |
withNextMarker(String nextMarker)
A null value and not currently used.
|
GetRateBasedRuleManagedKeysRequest |
withRuleId(String ruleId)
|
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 void setRuleId(String ruleId)
The RuleId
of the RateBasedRule for which you want to get a list of ManagedKeys
.
RuleId
is returned by CreateRateBasedRule and by ListRateBasedRules.
ruleId
- The RuleId
of the RateBasedRule for which you want to get a list of
ManagedKeys
. RuleId
is returned by CreateRateBasedRule and by
ListRateBasedRules.public String getRuleId()
The RuleId
of the RateBasedRule for which you want to get a list of ManagedKeys
.
RuleId
is returned by CreateRateBasedRule and by ListRateBasedRules.
RuleId
of the RateBasedRule for which you want to get a list of
ManagedKeys
. RuleId
is returned by CreateRateBasedRule and by
ListRateBasedRules.public GetRateBasedRuleManagedKeysRequest withRuleId(String ruleId)
The RuleId
of the RateBasedRule for which you want to get a list of ManagedKeys
.
RuleId
is returned by CreateRateBasedRule and by ListRateBasedRules.
ruleId
- The RuleId
of the RateBasedRule for which you want to get a list of
ManagedKeys
. RuleId
is returned by CreateRateBasedRule and by
ListRateBasedRules.public void setNextMarker(String nextMarker)
A null value and not currently used. Do not include this in your request.
nextMarker
- A null value and not currently used. Do not include this in your request.public String getNextMarker()
A null value and not currently used. Do not include this in your request.
public GetRateBasedRuleManagedKeysRequest withNextMarker(String nextMarker)
A null value and not currently used. Do not include this in your request.
nextMarker
- A null value and not currently used. Do not include this in your request.public String toString()
toString
in class Object
Object.toString()
public GetRateBasedRuleManagedKeysRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.