Class AcceptChoice
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.AcceptChoice
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AcceptChoice.Builder,AcceptChoice>
@Generated("software.amazon.awssdk:codegen") public final class AcceptChoice extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AcceptChoice.Builder,AcceptChoice>
Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be accepted.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAcceptChoice.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AcceptChoice.Builderbuilder()StringeditedValue()The edit of the prediction.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerpredictionChoice()Specifies the prediction (aka, the automatically generated piece of metadata) that can be accepted.StringpredictionTarget()Specifies the target (for example, a column name) where a prediction can be accepted.List<SdkField<?>>sdkFields()static Class<? extends AcceptChoice.Builder>serializableBuilderClass()AcceptChoice.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
-
editedValue
public final String editedValue()
The edit of the prediction.
- Returns:
- The edit of the prediction.
-
predictionChoice
public final Integer predictionChoice()
Specifies the prediction (aka, the automatically generated piece of metadata) that can be accepted.
- Returns:
- Specifies the prediction (aka, the automatically generated piece of metadata) that can be accepted.
-
predictionTarget
public final String predictionTarget()
Specifies the target (for example, a column name) where a prediction can be accepted.
- Returns:
- Specifies the target (for example, a column name) where a prediction can be accepted.
-
toBuilder
public AcceptChoice.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AcceptChoice.Builder,AcceptChoice>
-
builder
public static AcceptChoice.Builder builder()
-
serializableBuilderClass
public static Class<? extends AcceptChoice.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.
-
-