public class UpdateBandwidthRateLimitRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A JSON object containing one or more of the following fields:
NOOP| Constructor and Description |
|---|
UpdateBandwidthRateLimitRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateBandwidthRateLimitRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
UpdateBandwidthRateLimitRequest |
withAverageDownloadRateLimitInBitsPerSec(Long averageDownloadRateLimitInBitsPerSec)
The average download bandwidth rate limit in bits per second.
|
UpdateBandwidthRateLimitRequest |
withAverageUploadRateLimitInBitsPerSec(Long averageUploadRateLimitInBitsPerSec)
The average upload bandwidth rate limit in bits per second.
|
UpdateBandwidthRateLimitRequest |
withGatewayARN(String gatewayARN) |
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setGatewayARN(String gatewayARN)
gatewayARN - public String getGatewayARN()
public UpdateBandwidthRateLimitRequest withGatewayARN(String gatewayARN)
gatewayARN - public void setAverageUploadRateLimitInBitsPerSec(Long averageUploadRateLimitInBitsPerSec)
The average upload bandwidth rate limit in bits per second.
averageUploadRateLimitInBitsPerSec - The average upload bandwidth rate limit in bits per second.public Long getAverageUploadRateLimitInBitsPerSec()
The average upload bandwidth rate limit in bits per second.
public UpdateBandwidthRateLimitRequest withAverageUploadRateLimitInBitsPerSec(Long averageUploadRateLimitInBitsPerSec)
The average upload bandwidth rate limit in bits per second.
averageUploadRateLimitInBitsPerSec - The average upload bandwidth rate limit in bits per second.public void setAverageDownloadRateLimitInBitsPerSec(Long averageDownloadRateLimitInBitsPerSec)
The average download bandwidth rate limit in bits per second.
averageDownloadRateLimitInBitsPerSec - The average download bandwidth rate limit in bits per second.public Long getAverageDownloadRateLimitInBitsPerSec()
The average download bandwidth rate limit in bits per second.
public UpdateBandwidthRateLimitRequest withAverageDownloadRateLimitInBitsPerSec(Long averageDownloadRateLimitInBitsPerSec)
The average download bandwidth rate limit in bits per second.
averageDownloadRateLimitInBitsPerSec - The average download bandwidth rate limit in bits per second.public String toString()
toString in class ObjectObject.toString()public UpdateBandwidthRateLimitRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.