@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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) |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public UpdateBandwidthRateLimitRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.