@Generated(value="software.amazon.awssdk:codegen") public final class DistributionBundle extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DistributionBundle.Builder,DistributionBundle>
Describes the specifications of a distribution bundle.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DistributionBundle.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DistributionBundle.Builder |
builder() |
String |
bundleId()
The ID of the bundle.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
isActive()
Indicates whether the bundle is active, and can be specified for a new or existing distribution.
|
String |
name()
The name of the distribution bundle.
|
Float |
price()
The monthly price, in US dollars, of the bundle.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DistributionBundle.Builder> |
serializableBuilderClass() |
DistributionBundle.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
transferPerMonthInGb()
The monthly network transfer quota of the bundle.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bundleId()
The ID of the bundle.
public final String name()
The name of the distribution bundle.
public final Float price()
The monthly price, in US dollars, of the bundle.
public final Integer transferPerMonthInGb()
The monthly network transfer quota of the bundle.
public final Boolean isActive()
Indicates whether the bundle is active, and can be specified for a new or existing distribution.
public DistributionBundle.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DistributionBundle.Builder,DistributionBundle>public static DistributionBundle.Builder builder()
public static Class<? extends DistributionBundle.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.