@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBandwidthRateLimitScheduleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetBandwidthRateLimitScheduleResult() |
| Modifier and Type | Method and Description |
|---|---|
GetBandwidthRateLimitScheduleResult |
clone() |
boolean |
equals(Object obj) |
List<BandwidthRateLimitInterval> |
getBandwidthRateLimitIntervals()
An array containing bandwidth rate limit schedule intervals for a gateway.
|
String |
getGatewayArn()
The Amazon Resource Name (ARN) of the gateway.
|
int |
hashCode() |
void |
setBandwidthRateLimitIntervals(Collection<BandwidthRateLimitInterval> bandwidthRateLimitIntervals)
An array containing bandwidth rate limit schedule intervals for a gateway.
|
void |
setGatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) of the gateway.
|
String |
toString()
Returns a string representation of this object.
|
GetBandwidthRateLimitScheduleResult |
withBandwidthRateLimitIntervals(BandwidthRateLimitInterval... bandwidthRateLimitIntervals)
An array containing bandwidth rate limit schedule intervals for a gateway.
|
GetBandwidthRateLimitScheduleResult |
withBandwidthRateLimitIntervals(Collection<BandwidthRateLimitInterval> bandwidthRateLimitIntervals)
An array containing bandwidth rate limit schedule intervals for a gateway.
|
GetBandwidthRateLimitScheduleResult |
withGatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) of the gateway.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 GetBandwidthRateLimitScheduleResult 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 GetBandwidthRateLimitScheduleResult 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 void setGatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your account and Amazon Web Services
Region.
gatewayArn - The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your account and Amazon Web
Services Region.public String getGatewayArn()
The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your account and Amazon Web Services
Region.
ListGateways operation to return a list of gateways for your account and Amazon Web
Services Region.public GetBandwidthRateLimitScheduleResult withGatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your account and Amazon Web Services
Region.
gatewayArn - The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your account and Amazon Web
Services Region.public String toString()
toString in class ObjectObject.toString()public GetBandwidthRateLimitScheduleResult clone()