@Generated(value="software.amazon.awssdk:codegen") public final class OrderedResourceDefinition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OrderedResourceDefinition.Builder,OrderedResourceDefinition>
Details of the network resources in the order.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OrderedResourceDefinition.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OrderedResourceDefinition.Builder |
builder() |
CommitmentConfiguration |
commitmentConfiguration()
The duration and renewal status of the commitment period for each radio unit in the order.
|
Integer |
count()
The number of network resources in the order.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends OrderedResourceDefinition.Builder> |
serializableBuilderClass() |
OrderedResourceDefinition.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
NetworkResourceDefinitionType |
type()
The type of network resource in the order.
|
String |
typeAsString()
The type of network resource in the order.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CommitmentConfiguration commitmentConfiguration()
The duration and renewal status of the commitment period for each radio unit in the order. Does not show details if the resource type is DEVICE_IDENTIFIER.
public final Integer count()
The number of network resources in the order.
public final NetworkResourceDefinitionType type()
The type of network resource in the order.
If the service returns an enum value that is not available in the current SDK version, type will return
NetworkResourceDefinitionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from typeAsString().
NetworkResourceDefinitionTypepublic final String typeAsString()
The type of network resource in the order.
If the service returns an enum value that is not available in the current SDK version, type will return
NetworkResourceDefinitionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from typeAsString().
NetworkResourceDefinitionTypepublic OrderedResourceDefinition.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OrderedResourceDefinition.Builder,OrderedResourceDefinition>public static OrderedResourceDefinition.Builder builder()
public static Class<? extends OrderedResourceDefinition.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.