public class DescribeBandwidthRateLimitResult
extends java.lang.Object
implements java.io.Serializable
A JSON object containing the following fields:
| コンストラクタと説明 |
|---|
DescribeBandwidthRateLimitResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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()
The Amazon Resource Name (ARN) of the gateway.
|
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)
The Amazon Resource Name (ARN) of the gateway.
|
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)
The Amazon Resource Name (ARN) of the gateway.
|
public java.lang.String getGatewayARN()
Constraints:
Length: 50 - 500
public void setGatewayARN(java.lang.String gatewayARN)
Constraints:
Length: 50 - 500
gatewayARN - The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your
account and region.public DescribeBandwidthRateLimitResult withGatewayARN(java.lang.String gatewayARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 50 - 500
gatewayARN - The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your
account and region.public java.lang.Long getAverageUploadRateLimitInBitsPerSec()
Constraints:
Range: 51200 -
public void setAverageUploadRateLimitInBitsPerSec(java.lang.Long averageUploadRateLimitInBitsPerSec)
Constraints:
Range: 51200 -
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 DescribeBandwidthRateLimitResult withAverageUploadRateLimitInBitsPerSec(java.lang.Long averageUploadRateLimitInBitsPerSec)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 51200 -
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 getAverageDownloadRateLimitInBitsPerSec()
Constraints:
Range: 102400 -
public void setAverageDownloadRateLimitInBitsPerSec(java.lang.Long averageDownloadRateLimitInBitsPerSec)
Constraints:
Range: 102400 -
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 DescribeBandwidthRateLimitResult withAverageDownloadRateLimitInBitsPerSec(java.lang.Long averageDownloadRateLimitInBitsPerSec)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 102400 -
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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object