@Generated(value="software.amazon.awssdk:codegen") public final class CommitmentInformation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CommitmentInformation.Builder,CommitmentInformation>
Shows the duration, the date and time that the contract started and ends, and the renewal status of the commitment period for the radio unit.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CommitmentInformation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CommitmentInformation.Builder |
builder() |
CommitmentConfiguration |
commitmentConfiguration()
The duration and renewal status of the commitment period for the radio unit.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
expiresOn()
The date and time that the commitment period ends.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CommitmentInformation.Builder> |
serializableBuilderClass() |
Instant |
startAt()
The date and time that the commitment period started.
|
CommitmentInformation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CommitmentConfiguration commitmentConfiguration()
The duration and renewal status of the commitment period for the radio unit.
public final Instant expiresOn()
The date and time that the commitment period ends. If you do not cancel or renew the commitment before the expiration date, you will be billed at the 60-day-commitment rate.
public final Instant startAt()
The date and time that the commitment period started.
public CommitmentInformation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CommitmentInformation.Builder,CommitmentInformation>public static CommitmentInformation.Builder builder()
public static Class<? extends CommitmentInformation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.