@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateBandwidthRateLimitScheduleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateBandwidthRateLimitScheduleRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateBandwidthRateLimitScheduleRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<BandwidthRateLimitInterval> |
getBandwidthRateLimitIntervals()
An array containing bandwidth rate limit schedule intervals for a gateway.
|
String |
getGatewayARN() |
int |
hashCode() |
void |
setBandwidthRateLimitIntervals(Collection<BandwidthRateLimitInterval> bandwidthRateLimitIntervals)
An array containing bandwidth rate limit schedule intervals for a gateway.
|
void |
setGatewayARN(String gatewayARN) |
String |
toString()
Returns a string representation of this object.
|
UpdateBandwidthRateLimitScheduleRequest |
withBandwidthRateLimitIntervals(BandwidthRateLimitInterval... bandwidthRateLimitIntervals)
An array containing bandwidth rate limit schedule intervals for a gateway.
|
UpdateBandwidthRateLimitScheduleRequest |
withBandwidthRateLimitIntervals(Collection<BandwidthRateLimitInterval> bandwidthRateLimitIntervals)
An array containing bandwidth rate limit schedule intervals for a gateway.
|
UpdateBandwidthRateLimitScheduleRequest |
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 UpdateBandwidthRateLimitScheduleRequest()
public void setGatewayARN(String gatewayARN)
gatewayARN
- public String getGatewayARN()
public UpdateBandwidthRateLimitScheduleRequest withGatewayARN(String gatewayARN)
gatewayARN
- public List<BandwidthRateLimitInterval> getBandwidthRateLimitIntervals()
An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit intervals have been scheduled, the array is empty.
public void setBandwidthRateLimitIntervals(Collection<BandwidthRateLimitInterval> bandwidthRateLimitIntervals)
An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit intervals have been scheduled, the array is empty.
bandwidthRateLimitIntervals
- An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit
intervals have been scheduled, the array is empty.public UpdateBandwidthRateLimitScheduleRequest withBandwidthRateLimitIntervals(BandwidthRateLimitInterval... bandwidthRateLimitIntervals)
An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit intervals have been scheduled, the array is empty.
NOTE: This method appends the values to the existing list (if any). Use
setBandwidthRateLimitIntervals(java.util.Collection)
or
withBandwidthRateLimitIntervals(java.util.Collection)
if you want to override the existing values.
bandwidthRateLimitIntervals
- An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit
intervals have been scheduled, the array is empty.public UpdateBandwidthRateLimitScheduleRequest withBandwidthRateLimitIntervals(Collection<BandwidthRateLimitInterval> bandwidthRateLimitIntervals)
An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit intervals have been scheduled, the array is empty.
bandwidthRateLimitIntervals
- An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit
intervals have been scheduled, the array is empty.public String toString()
toString
in class Object
Object.toString()
public UpdateBandwidthRateLimitScheduleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()