@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRateBasedRuleManagedKeysResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetRateBasedRuleManagedKeysResult() |
Modifier and Type | Method and Description |
---|---|
GetRateBasedRuleManagedKeysResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getManagedKeys()
An array of IP addresses that currently are blocked by the specified RateBasedRule.
|
String |
getNextMarker()
A null value and not currently used.
|
int |
hashCode() |
void |
setManagedKeys(Collection<String> managedKeys)
An array of IP addresses that currently are blocked by the specified RateBasedRule.
|
void |
setNextMarker(String nextMarker)
A null value and not currently used.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetRateBasedRuleManagedKeysResult |
withManagedKeys(Collection<String> managedKeys)
An array of IP addresses that currently are blocked by the specified RateBasedRule.
|
GetRateBasedRuleManagedKeysResult |
withManagedKeys(String... managedKeys)
An array of IP addresses that currently are blocked by the specified RateBasedRule.
|
GetRateBasedRuleManagedKeysResult |
withNextMarker(String nextMarker)
A null value and not currently used.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getManagedKeys()
An array of IP addresses that currently are blocked by the specified RateBasedRule.
public void setManagedKeys(Collection<String> managedKeys)
An array of IP addresses that currently are blocked by the specified RateBasedRule.
managedKeys
- An array of IP addresses that currently are blocked by the specified RateBasedRule.public GetRateBasedRuleManagedKeysResult withManagedKeys(String... managedKeys)
An array of IP addresses that currently are blocked by the specified RateBasedRule.
NOTE: This method appends the values to the existing list (if any). Use
setManagedKeys(java.util.Collection)
or withManagedKeys(java.util.Collection)
if you want to
override the existing values.
managedKeys
- An array of IP addresses that currently are blocked by the specified RateBasedRule.public GetRateBasedRuleManagedKeysResult withManagedKeys(Collection<String> managedKeys)
An array of IP addresses that currently are blocked by the specified RateBasedRule.
managedKeys
- An array of IP addresses that currently are blocked by the specified RateBasedRule.public void setNextMarker(String nextMarker)
A null value and not currently used.
nextMarker
- A null value and not currently used.public String getNextMarker()
A null value and not currently used.
public GetRateBasedRuleManagedKeysResult withNextMarker(String nextMarker)
A null value and not currently used.
nextMarker
- A null value and not currently used.public String toString()
toString
in class Object
Object.toString()
public GetRateBasedRuleManagedKeysResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.