Class GetLineageEventResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.datazone.model.DataZoneResponse
-
- software.amazon.awssdk.services.datazone.model.GetLineageEventResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetLineageEventResponse.Builder,GetLineageEventResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetLineageEventResponse extends DataZoneResponse implements ToCopyableBuilder<GetLineageEventResponse.Builder,GetLineageEventResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetLineageEventResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetLineageEventResponse.Builderbuilder()InstantcreatedAt()The timestamp of when the lineage event was created.StringcreatedBy()The user who created the lineage event.StringdomainId()The ID of the domain.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)SdkBytesevent()The lineage event details.InstanteventTime()The time of the lineage event.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The ID of the lineage event.LineageEventProcessingStatusprocessingStatus()The progressing status of the lineage event.StringprocessingStatusAsString()The progressing status of the lineage event.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GetLineageEventResponse.Builder>serializableBuilderClass()GetLineageEventResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.datazone.model.DataZoneResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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
-
createdAt
public final Instant createdAt()
The timestamp of when the lineage event was created.
- Returns:
- The timestamp of when the lineage event was created.
-
createdBy
public final String createdBy()
The user who created the lineage event.
- Returns:
- The user who created the lineage event.
-
domainId
public final String domainId()
The ID of the domain.
- Returns:
- The ID of the domain.
-
event
public final SdkBytes event()
The lineage event details.
- Returns:
- The lineage event details.
-
eventTime
public final Instant eventTime()
The time of the lineage event.
- Returns:
- The time of the lineage event.
-
id
public final String id()
The ID of the lineage event.
- Returns:
- The ID of the lineage event.
-
processingStatus
public final LineageEventProcessingStatus processingStatus()
The progressing status of the lineage event.
If the service returns an enum value that is not available in the current SDK version,
processingStatuswill returnLineageEventProcessingStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprocessingStatusAsString().- Returns:
- The progressing status of the lineage event.
- See Also:
LineageEventProcessingStatus
-
processingStatusAsString
public final String processingStatusAsString()
The progressing status of the lineage event.
If the service returns an enum value that is not available in the current SDK version,
processingStatuswill returnLineageEventProcessingStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprocessingStatusAsString().- Returns:
- The progressing status of the lineage event.
- See Also:
LineageEventProcessingStatus
-
toBuilder
public GetLineageEventResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetLineageEventResponse.Builder,GetLineageEventResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetLineageEventResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetLineageEventResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-