Class ProvisionedBandwidth
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.ProvisionedBandwidth
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ProvisionedBandwidth.Builder,ProvisionedBandwidth>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProvisionedBandwidth.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProvisionedBandwidth.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringprovisioned()Reserved.InstantprovisionTime()Reserved.Stringrequested()Reserved.InstantrequestTime()Reserved.List<SdkField<?>>sdkFields()static Class<? extends ProvisionedBandwidth.Builder>serializableBuilderClass()Stringstatus()Reserved.ProvisionedBandwidth.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
provisionTime
public final Instant provisionTime()
Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
- Returns:
- Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
-
provisioned
public final String provisioned()
Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
- Returns:
- Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
-
requestTime
public final Instant requestTime()
Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
- Returns:
- Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
-
requested
public final String requested()
Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
- Returns:
- Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
-
status
public final String status()
Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
- Returns:
- Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.
-
toBuilder
public ProvisionedBandwidth.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ProvisionedBandwidth.Builder,ProvisionedBandwidth>
-
builder
public static ProvisionedBandwidth.Builder builder()
-
serializableBuilderClass
public static Class<? extends ProvisionedBandwidth.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-