Class ExtractionDefinitionSummary
java.lang.Object
software.amazon.awssdk.services.connect.model.ExtractionDefinitionSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExtractionDefinitionSummary.Builder,ExtractionDefinitionSummary>
@Generated("software.amazon.awssdk:codegen")
public final class ExtractionDefinitionSummary
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<ExtractionDefinitionSummary.Builder,ExtractionDefinitionSummary>
Summary information about an extraction definition.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final InstantThe timestamp when the extraction definition was created.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final StringThe Amazon Resource Name (ARN) of the extraction definition.final StringThe identifier of the extraction definition.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe Amazon Resource Name (ARN) of the user who last updated the extraction definition.final InstantThe timestamp when the extraction definition was last updated.final Stringname()The name of the extraction definition.static Class<? extends ExtractionDefinitionSummary.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
name
The name of the extraction definition.
- Returns:
- The name of the extraction definition.
-
extractionDefinitionId
The identifier of the extraction definition.
- Returns:
- The identifier of the extraction definition.
-
extractionDefinitionArn
The Amazon Resource Name (ARN) of the extraction definition.
- Returns:
- The Amazon Resource Name (ARN) of the extraction definition.
-
createdTime
The timestamp when the extraction definition was created.
- Returns:
- The timestamp when the extraction definition was created.
-
lastUpdatedTime
The timestamp when the extraction definition was last updated.
- Returns:
- The timestamp when the extraction definition was last updated.
-
lastUpdatedBy
The Amazon Resource Name (ARN) of the user who last updated the extraction definition.
- Returns:
- The Amazon Resource Name (ARN) of the user who last updated the extraction definition.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<ExtractionDefinitionSummary.Builder,ExtractionDefinitionSummary> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-