Class FieldSummary
- java.lang.Object
-
- software.amazon.awssdk.services.connectcases.model.FieldSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FieldSummary.Builder,FieldSummary>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFieldSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FieldSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfieldArn()The Amazon Resource Name (ARN) of the field.StringfieldId()The unique identifier of a field.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()Name of the field.FieldNamespacenamespace()The namespace of a field.StringnamespaceAsString()The namespace of a field.List<SdkField<?>>sdkFields()static Class<? extends FieldSummary.Builder>serializableBuilderClass()FieldSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.FieldTypetype()The type of a field.StringtypeAsString()The type of a field.-
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
-
fieldArn
public final String fieldArn()
The Amazon Resource Name (ARN) of the field.
- Returns:
- The Amazon Resource Name (ARN) of the field.
-
fieldId
public final String fieldId()
The unique identifier of a field.
- Returns:
- The unique identifier of a field.
-
name
public final String name()
Name of the field.
- Returns:
- Name of the field.
-
namespace
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,
namespacewill returnFieldNamespace.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnamespaceAsString().- Returns:
- The namespace of a field.
- See Also:
FieldNamespace
-
namespaceAsString
public final String namespaceAsString()
The namespace of a field.
If the service returns an enum value that is not available in the current SDK version,
namespacewill returnFieldNamespace.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnamespaceAsString().- Returns:
- The namespace of a field.
- See Also:
FieldNamespace
-
type
public final FieldType type()
The type of a field.
If the service returns an enum value that is not available in the current SDK version,
typewill returnFieldType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of a field.
- See Also:
FieldType
-
typeAsString
public final String typeAsString()
The type of a field.
If the service returns an enum value that is not available in the current SDK version,
typewill returnFieldType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of a field.
- See Also:
FieldType
-
toBuilder
public FieldSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FieldSummary.Builder,FieldSummary>
-
builder
public static FieldSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends FieldSummary.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.
-
-