@Generated(value="software.amazon.awssdk:codegen") public final class Field extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Field.Builder,Field>
A key-value pair that describes a property of a pipeline object. The value is specified as either a string value (
StringValue) or a reference to another object (RefValue) but not as both.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Field.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Field.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
key()
The field identifier.
|
String |
refValue()
The field value, expressed as the identifier of another object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Field.Builder> |
serializableBuilderClass() |
String |
stringValue()
The field value, expressed as a String.
|
Field.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String key()
The field identifier.
public final String stringValue()
The field value, expressed as a String.
public final String refValue()
The field value, expressed as the identifier of another object.
public Field.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Field.Builder,Field>public static Field.Builder builder()
public static Class<? extends Field.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.