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