@Generated(value="software.amazon.awssdk:codegen") public final class FieldSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FieldSummary.Builder,FieldSummary>
Object for the summarized details of the field.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FieldSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FieldSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fieldArn()
The Amazon Resource Name (ARN) of the field.
|
String |
fieldId()
The unique identifier of a field.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
Name of the field.
|
FieldNamespace |
namespace()
The namespace of a field.
|
String |
namespaceAsString()
The namespace of a field.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FieldSummary.Builder> |
serializableBuilderClass() |
FieldSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
FieldType |
type()
The type of a field.
|
String |
typeAsString()
The type of a field.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String fieldArn()
The Amazon Resource Name (ARN) of the field.
public final String fieldId()
The unique identifier of a field.
public final String name()
Name of the field.
public final FieldNamespace namespace()
The namespace of a field.
If the service returns an enum value that is not available in the current SDK version, namespace will
return FieldNamespace.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
namespaceAsString().
FieldNamespacepublic final String namespaceAsString()
The namespace of a field.
If the service returns an enum value that is not available in the current SDK version, namespace will
return FieldNamespace.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
namespaceAsString().
FieldNamespacepublic final FieldType type()
The type of a field.
If the service returns an enum value that is not available in the current SDK version, type will return
FieldType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
FieldTypepublic final String typeAsString()
The type of a field.
If the service returns an enum value that is not available in the current SDK version, type will return
FieldType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
FieldTypepublic FieldSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FieldSummary.Builder,FieldSummary>public static FieldSummary.Builder builder()
public static Class<? extends FieldSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.