@Generated(value="software.amazon.awssdk:codegen") public final class OutputAttribute extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OutputAttribute.Builder,OutputAttribute>
A list of OutputAttribute objects, each of which have the fields Name and
Hashed. Each of these objects selects a column to be included in the output table, and whether the
values of the column should be hashed.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OutputAttribute.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OutputAttribute.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
hashed()
Enables the ability to hash the column values in the output.
|
String |
name()
A name of a column to be written to the output.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OutputAttribute.Builder> |
serializableBuilderClass() |
OutputAttribute.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean hashed()
Enables the ability to hash the column values in the output.
public final String name()
A name of a column to be written to the output. This must be an InputField name in the schema
mapping.
InputField name in the
schema mapping.public OutputAttribute.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OutputAttribute.Builder,OutputAttribute>public static OutputAttribute.Builder builder()
public static Class<? extends OutputAttribute.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.