Class ProvenanceSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ProvenanceSummary.Builder,ProvenanceSummary>
Condensed provenance entry for list results — the key triple only (no sourceDetails union). Enough to display and client-side-filter lineage without the full-read config payload.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ProvenanceSummary.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final ProvenanceRelationrelation()Returns the value of the Relation property for this object.final StringReturns the value of the Relation property for this object.static Class<? extends ProvenanceSummary.Builder> final StringsourceId()The identifier of the upstream source that the registry record was detected from.final SourceTypeThe type of the upstream source that the registry record was detected from.final StringThe type of the upstream source that the registry record was detected from.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
-
relation
Returns the value of the Relation property for this object.If the service returns an enum value that is not available in the current SDK version,
relationwill returnProvenanceRelation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrelationAsString().- Returns:
- The value of the Relation property for this object.
- See Also:
-
relationAsString
Returns the value of the Relation property for this object.If the service returns an enum value that is not available in the current SDK version,
relationwill returnProvenanceRelation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrelationAsString().- Returns:
- The value of the Relation property for this object.
- See Also:
-
sourceId
The identifier of the upstream source that the registry record was detected from.
- Returns:
- The identifier of the upstream source that the registry record was detected from.
-
sourceType
The type of the upstream source that the registry record was detected from.
If the service returns an enum value that is not available in the current SDK version,
sourceTypewill returnSourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsourceTypeAsString().- Returns:
- The type of the upstream source that the registry record was detected from.
- See Also:
-
sourceTypeAsString
The type of the upstream source that the registry record was detected from.
If the service returns an enum value that is not available in the current SDK version,
sourceTypewill returnSourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsourceTypeAsString().- Returns:
- The type of the upstream source that the registry record was detected from.
- See Also:
-
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<ProvenanceSummary.Builder,ProvenanceSummary> - 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.
-