@Generated(value="software.amazon.awssdk:codegen") public final class ProvisionedBandwidth extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProvisionedBandwidth.Builder,ProvisionedBandwidth>
Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProvisionedBandwidth.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProvisionedBandwidth.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
provisioned()
Reserved.
|
Instant |
provisionTime()
Reserved.
|
String |
requested()
Reserved.
|
Instant |
requestTime()
Reserved.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProvisionedBandwidth.Builder> |
serializableBuilderClass() |
String |
status()
Reserved.
|
ProvisionedBandwidth.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant provisionTime()
Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
public final String provisioned()
Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
public final Instant requestTime()
Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
public final String requested()
Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
public final String status()
Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
public ProvisionedBandwidth.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProvisionedBandwidth.Builder,ProvisionedBandwidth>public static ProvisionedBandwidth.Builder builder()
public static Class<? extends ProvisionedBandwidth.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.