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()
boolean
Returns the burstLimit when ThrottleSettings is called.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.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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-