@Generated(value="software.amazon.awssdk:codegen") public final class FeatureValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FeatureValue.Builder,FeatureValue>
The value associated with a feature.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FeatureValue.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FeatureValue.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
featureName()
The name of a feature that a feature value corresponds to.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends FeatureValue.Builder> |
serializableBuilderClass() |
FeatureValue.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
valueAsString()
The value associated with a feature, in string format.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String featureName()
The name of a feature that a feature value corresponds to.
public final String valueAsString()
The value associated with a feature, in string format. Note that features types can be String, Integral, or Fractional. This value represents all three types as a string.
public FeatureValue.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FeatureValue.Builder,FeatureValue>public static FeatureValue.Builder builder()
public static Class<? extends FeatureValue.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.