public class ThrottleSettings extends Object implements Serializable, Cloneable
Returns the throttle settings.
Constructor and Description |
---|
ThrottleSettings() |
Modifier and Type | Method and Description |
---|---|
ThrottleSettings |
clone() |
boolean |
equals(Object obj) |
Integer |
getBurstLimit()
Returns the burstLimit when ThrottleSettings is called.
|
Double |
getRateLimit()
Returns the rateLimit when ThrottleSettings is called.
|
int |
hashCode() |
void |
setBurstLimit(Integer burstLimit)
Returns the burstLimit when ThrottleSettings is called.
|
void |
setRateLimit(Double rateLimit)
Returns the rateLimit when ThrottleSettings is called.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ThrottleSettings |
withBurstLimit(Integer burstLimit)
Returns the burstLimit when ThrottleSettings is called.
|
ThrottleSettings |
withRateLimit(Double rateLimit)
Returns the rateLimit when ThrottleSettings is called.
|
public void setBurstLimit(Integer burstLimit)
Returns the burstLimit when ThrottleSettings is called.
burstLimit
- Returns the burstLimit when ThrottleSettings is called.public Integer getBurstLimit()
Returns the burstLimit when ThrottleSettings is called.
public ThrottleSettings withBurstLimit(Integer burstLimit)
Returns the burstLimit when ThrottleSettings is called.
burstLimit
- Returns the burstLimit when ThrottleSettings is called.public void setRateLimit(Double rateLimit)
Returns the rateLimit when ThrottleSettings is called.
rateLimit
- Returns the rateLimit when ThrottleSettings is called.public Double getRateLimit()
Returns the rateLimit when ThrottleSettings is called.
public ThrottleSettings withRateLimit(Double rateLimit)
Returns the rateLimit when ThrottleSettings is called.
rateLimit
- Returns the rateLimit when ThrottleSettings is called.public String toString()
toString
in class Object
Object.toString()
public ThrottleSettings clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.