@Generated(value="software.amazon.awssdk:codegen") public final class ReservationPlanSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReservationPlanSettings.Builder,ReservationPlanSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReservationPlanSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReservationPlanSettings.Builder |
builder() |
Commitment |
commitment()
The length of the term of your reserved queue pricing plan commitment.
|
String |
commitmentAsString()
The length of the term of your reserved queue pricing plan commitment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
RenewalType |
renewalType()
Specifies whether the term of your reserved queue pricing plan is automatically extended (AUTO_RENEW) or expires
(EXPIRE) at the end of the term.
|
String |
renewalTypeAsString()
Specifies whether the term of your reserved queue pricing plan is automatically extended (AUTO_RENEW) or expires
(EXPIRE) at the end of the term.
|
Integer |
reservedSlots()
Specifies the number of reserved transcode slots (RTS) for this queue.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReservationPlanSettings.Builder> |
serializableBuilderClass() |
ReservationPlanSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Commitment commitment()
If the service returns an enum value that is not available in the current SDK version, commitment will
return Commitment.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
commitmentAsString().
Commitmentpublic final String commitmentAsString()
If the service returns an enum value that is not available in the current SDK version, commitment will
return Commitment.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
commitmentAsString().
Commitmentpublic final RenewalType renewalType()
If the service returns an enum value that is not available in the current SDK version, renewalType will
return RenewalType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
renewalTypeAsString().
RenewalTypepublic final String renewalTypeAsString()
If the service returns an enum value that is not available in the current SDK version, renewalType will
return RenewalType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
renewalTypeAsString().
RenewalTypepublic final Integer reservedSlots()
public ReservationPlanSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReservationPlanSettings.Builder,ReservationPlanSettings>public static ReservationPlanSettings.Builder builder()
public static Class<? extends ReservationPlanSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.