@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeBandwidthRateLimitResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A JSON object containing the following fields:
Constructor and Description |
---|
DescribeBandwidthRateLimitResult() |
Modifier and Type | Method and Description |
---|---|
DescribeBandwidthRateLimitResult |
clone() |
boolean |
equals(Object obj) |
Long |
getAverageDownloadRateLimitInBitsPerSec()
The average download bandwidth rate limit in bits per second.
|
Long |
getAverageUploadRateLimitInBitsPerSec()
The average upload bandwidth rate limit in bits per second.
|
String |
getGatewayARN() |
int |
hashCode() |
void |
setAverageDownloadRateLimitInBitsPerSec(Long averageDownloadRateLimitInBitsPerSec)
The average download bandwidth rate limit in bits per second.
|
void |
setAverageUploadRateLimitInBitsPerSec(Long averageUploadRateLimitInBitsPerSec)
The average upload bandwidth rate limit in bits per second.
|
void |
setGatewayARN(String gatewayARN) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeBandwidthRateLimitResult |
withAverageDownloadRateLimitInBitsPerSec(Long averageDownloadRateLimitInBitsPerSec)
The average download bandwidth rate limit in bits per second.
|
DescribeBandwidthRateLimitResult |
withAverageUploadRateLimitInBitsPerSec(Long averageUploadRateLimitInBitsPerSec)
The average upload bandwidth rate limit in bits per second.
|
DescribeBandwidthRateLimitResult |
withGatewayARN(String gatewayARN) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setGatewayARN(String gatewayARN)
gatewayARN
- public String getGatewayARN()
public DescribeBandwidthRateLimitResult withGatewayARN(String gatewayARN)
gatewayARN
- public void setAverageUploadRateLimitInBitsPerSec(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 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(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(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 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(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 String toString()
toString
in class Object
Object.toString()
public DescribeBandwidthRateLimitResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.