Class ThrottleSettings
java.lang.Object
com.amazonaws.services.apigateway.model.ThrottleSettings
- All Implemented Interfaces:
Serializable, Cloneable
Returns the throttle settings.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanReturns the burstLimit when ThrottleSettings is called.Returns the rateLimit when ThrottleSettings is called.inthashCode()voidsetBurstLimit(Integer burstLimit) Returns the burstLimit when ThrottleSettings is called.voidsetRateLimit(Double rateLimit) Returns the rateLimit when ThrottleSettings is called.toString()Returns a string representation of this object; useful for testing and debugging.withBurstLimit(Integer burstLimit) Returns the burstLimit when ThrottleSettings is called.withRateLimit(Double rateLimit) Returns the rateLimit when ThrottleSettings is called.
-
Constructor Details
-
ThrottleSettings
public ThrottleSettings()
-
-
Method Details
-
setBurstLimit
Returns the burstLimit when ThrottleSettings is called.
- Parameters:
burstLimit- Returns the burstLimit when ThrottleSettings is called.
-
getBurstLimit
Returns the burstLimit when ThrottleSettings is called.
- Returns:
- Returns the burstLimit when ThrottleSettings is called.
-
withBurstLimit
Returns the burstLimit when ThrottleSettings is called.
- Parameters:
burstLimit- Returns the burstLimit when ThrottleSettings is called.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRateLimit
Returns the rateLimit when ThrottleSettings is called.
- Parameters:
rateLimit- Returns the rateLimit when ThrottleSettings is called.
-
getRateLimit
Returns the rateLimit when ThrottleSettings is called.
- Returns:
- Returns the rateLimit when ThrottleSettings is called.
-
withRateLimit
Returns the rateLimit when ThrottleSettings is called.
- Parameters:
rateLimit- Returns the rateLimit when ThrottleSettings is called.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-