@Generated(value="software.amazon.awssdk:codegen") public final class FreeTrialFeatureConfigurationResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FreeTrialFeatureConfigurationResult.Builder,FreeTrialFeatureConfigurationResult>
Contains information about the free trial period for a feature.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FreeTrialFeatureConfigurationResult.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FreeTrialFeatureConfigurationResult.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
freeTrialDaysRemaining()
The number of the remaining free trial days for the feature.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
FreeTrialFeatureResult |
name()
The name of the feature for which the free trial is configured.
|
String |
nameAsString()
The name of the feature for which the free trial is configured.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FreeTrialFeatureConfigurationResult.Builder> |
serializableBuilderClass() |
FreeTrialFeatureConfigurationResult.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final FreeTrialFeatureResult name()
The name of the feature for which the free trial is configured.
If the service returns an enum value that is not available in the current SDK version, name will return
FreeTrialFeatureResult.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nameAsString().
FreeTrialFeatureResultpublic final String nameAsString()
The name of the feature for which the free trial is configured.
If the service returns an enum value that is not available in the current SDK version, name will return
FreeTrialFeatureResult.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nameAsString().
FreeTrialFeatureResultpublic final Integer freeTrialDaysRemaining()
The number of the remaining free trial days for the feature.
public FreeTrialFeatureConfigurationResult.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FreeTrialFeatureConfigurationResult.Builder,FreeTrialFeatureConfigurationResult>public static FreeTrialFeatureConfigurationResult.Builder builder()
public static Class<? extends FreeTrialFeatureConfigurationResult.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.