Class RenewalSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.RenewalSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RenewalSettings.Builder,RenewalSettings>
@Generated("software.amazon.awssdk:codegen") public final class RenewalSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RenewalSettings.Builder,RenewalSettings>
The Renewal settings for Reservations- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRenewalSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ReservationAutomaticRenewalautomaticRenewal()Automatic renewal status for the reservationStringautomaticRenewalAsString()Automatic renewal status for the reservationstatic RenewalSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerrenewalCount()Count for the reservation renewalList<SdkField<?>>sdkFields()static Class<? extends RenewalSettings.Builder>serializableBuilderClass()RenewalSettings.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
-
automaticRenewal
public final ReservationAutomaticRenewal automaticRenewal()
Automatic renewal status for the reservationIf the service returns an enum value that is not available in the current SDK version,
automaticRenewalwill returnReservationAutomaticRenewal.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromautomaticRenewalAsString().- Returns:
- Automatic renewal status for the reservation
- See Also:
ReservationAutomaticRenewal
-
automaticRenewalAsString
public final String automaticRenewalAsString()
Automatic renewal status for the reservationIf the service returns an enum value that is not available in the current SDK version,
automaticRenewalwill returnReservationAutomaticRenewal.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromautomaticRenewalAsString().- Returns:
- Automatic renewal status for the reservation
- See Also:
ReservationAutomaticRenewal
-
renewalCount
public final Integer renewalCount()
Count for the reservation renewal- Returns:
- Count for the reservation renewal
-
toBuilder
public RenewalSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RenewalSettings.Builder,RenewalSettings>
-
builder
public static RenewalSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends RenewalSettings.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.
-
-