public class DescribeBandwidthRateLimitResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
A JSON object containing the following fields:
Modifier and Type | Field and Description |
---|---|
private java.lang.Long |
averageDownloadRateLimitInBitsPerSec
The average download bandwidth rate limit in bits per second.
|
private java.lang.Long |
averageUploadRateLimitInBitsPerSec
The average upload bandwidth rate limit in bits per second.
|
private java.lang.String |
gatewayARN |
Constructor and Description |
---|
DescribeBandwidthRateLimitResult() |
Modifier and Type | Method and Description |
---|---|
DescribeBandwidthRateLimitResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getAverageDownloadRateLimitInBitsPerSec()
The average download bandwidth rate limit in bits per second.
|
java.lang.Long |
getAverageUploadRateLimitInBitsPerSec()
The average upload bandwidth rate limit in bits per second.
|
java.lang.String |
getGatewayARN() |
int |
hashCode() |
void |
setAverageDownloadRateLimitInBitsPerSec(java.lang.Long averageDownloadRateLimitInBitsPerSec)
The average download bandwidth rate limit in bits per second.
|
void |
setAverageUploadRateLimitInBitsPerSec(java.lang.Long averageUploadRateLimitInBitsPerSec)
The average upload bandwidth rate limit in bits per second.
|
void |
setGatewayARN(java.lang.String gatewayARN) |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeBandwidthRateLimitResult |
withAverageDownloadRateLimitInBitsPerSec(java.lang.Long averageDownloadRateLimitInBitsPerSec)
The average download bandwidth rate limit in bits per second.
|
DescribeBandwidthRateLimitResult |
withAverageUploadRateLimitInBitsPerSec(java.lang.Long averageUploadRateLimitInBitsPerSec)
The average upload bandwidth rate limit in bits per second.
|
DescribeBandwidthRateLimitResult |
withGatewayARN(java.lang.String gatewayARN) |
private java.lang.String gatewayARN
private java.lang.Long averageUploadRateLimitInBitsPerSec
The average upload bandwidth rate limit in bits per second. This field does not appear in the response if the upload rate limit is not set.
private java.lang.Long averageDownloadRateLimitInBitsPerSec
The average download bandwidth rate limit in bits per second. This field does not appear in the response if the download rate limit is not set.
public void setGatewayARN(java.lang.String gatewayARN)
gatewayARN
- public java.lang.String getGatewayARN()
public DescribeBandwidthRateLimitResult withGatewayARN(java.lang.String gatewayARN)
gatewayARN
- public void setAverageUploadRateLimitInBitsPerSec(java.lang.Long averageUploadRateLimitInBitsPerSec)
The average upload bandwidth rate limit in bits per second. This field does not appear in the response if the upload rate limit is not set.
averageUploadRateLimitInBitsPerSec
- The average upload bandwidth rate limit in bits per second. This
field does not appear in the response if the upload rate limit is
not set.public java.lang.Long getAverageUploadRateLimitInBitsPerSec()
The average upload bandwidth rate limit in bits per second. This field does not appear in the response if the upload rate limit is not set.
public DescribeBandwidthRateLimitResult withAverageUploadRateLimitInBitsPerSec(java.lang.Long averageUploadRateLimitInBitsPerSec)
The average upload bandwidth rate limit in bits per second. This field does not appear in the response if the upload rate limit is not set.
averageUploadRateLimitInBitsPerSec
- The average upload bandwidth rate limit in bits per second. This
field does not appear in the response if the upload rate limit is
not set.public void setAverageDownloadRateLimitInBitsPerSec(java.lang.Long averageDownloadRateLimitInBitsPerSec)
The average download bandwidth rate limit in bits per second. This field does not appear in the response if the download rate limit is not set.
averageDownloadRateLimitInBitsPerSec
- The average download bandwidth rate limit in bits per second. This
field does not appear in the response if the download rate limit
is not set.public java.lang.Long getAverageDownloadRateLimitInBitsPerSec()
The average download bandwidth rate limit in bits per second. This field does not appear in the response if the download rate limit is not set.
public DescribeBandwidthRateLimitResult withAverageDownloadRateLimitInBitsPerSec(java.lang.Long averageDownloadRateLimitInBitsPerSec)
The average download bandwidth rate limit in bits per second. This field does not appear in the response if the download rate limit is not set.
averageDownloadRateLimitInBitsPerSec
- The average download bandwidth rate limit in bits per second. This
field does not appear in the response if the download rate limit
is not set.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeBandwidthRateLimitResult clone()
clone
in class java.lang.Object