@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteBandwidthRateLimitRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A JSON object containing the following fields:
NOOP
Constructor and Description |
---|
DeleteBandwidthRateLimitRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteBandwidthRateLimitRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBandwidthType()
One of the BandwidthType values that indicates the gateway bandwidth rate limit to delete.
|
String |
getGatewayARN() |
int |
hashCode() |
void |
setBandwidthType(String bandwidthType)
One of the BandwidthType values that indicates the gateway bandwidth rate limit to delete.
|
void |
setGatewayARN(String gatewayARN) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteBandwidthRateLimitRequest |
withBandwidthType(String bandwidthType)
One of the BandwidthType values that indicates the gateway bandwidth rate limit to delete.
|
DeleteBandwidthRateLimitRequest |
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 DeleteBandwidthRateLimitRequest withGatewayARN(String gatewayARN)
gatewayARN
- public void setBandwidthType(String bandwidthType)
One of the BandwidthType values that indicates the gateway bandwidth rate limit to delete.
Valid Values: Upload
, Download
, All
.
bandwidthType
- One of the BandwidthType values that indicates the gateway bandwidth rate limit to delete.
Valid Values: Upload
, Download
, All
.
public String getBandwidthType()
One of the BandwidthType values that indicates the gateway bandwidth rate limit to delete.
Valid Values: Upload
, Download
, All
.
Valid Values: Upload
, Download
, All
.
public DeleteBandwidthRateLimitRequest withBandwidthType(String bandwidthType)
One of the BandwidthType values that indicates the gateway bandwidth rate limit to delete.
Valid Values: Upload
, Download
, All
.
bandwidthType
- One of the BandwidthType values that indicates the gateway bandwidth rate limit to delete.
Valid Values: Upload
, Download
, All
.
public String toString()
toString
in class Object
Object.toString()
public DeleteBandwidthRateLimitRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.