Class GetDataSourceRunResponse
- 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.GetDataSourceRunResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetDataSourceRunResponse.Builder,GetDataSourceRunResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetDataSourceRunResponse extends DataZoneResponse implements ToCopyableBuilder<GetDataSourceRunResponse.Builder,GetDataSourceRunResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetDataSourceRunResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetDataSourceRunResponse.Builderbuilder()InstantcreatedAt()The timestamp of when the data source run was created.StringdataSourceConfigurationSnapshot()The configuration snapshot of the data source run.StringdataSourceId()The ID of the data source for this data source run.StringdomainId()The ID of the domain in which this data source run was performed.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)DataSourceErrorMessageerrorMessage()Specifies the error message that is returned if the operation cannot be successfully completed.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The ID of the data source run.StringprojectId()The ID of the project in which this data source run occured.RunStatisticsForAssetsrunStatisticsForAssets()The asset statistics from this data source run.List<SdkField<?>>sdkFields()static Class<? extends GetDataSourceRunResponse.Builder>serializableBuilderClass()InstantstartedAt()The timestamp of when this data source run started.DataSourceRunStatusstatus()The status of this data source run.StringstatusAsString()The status of this data source run.InstantstoppedAt()The timestamp of when this data source run stopped.GetDataSourceRunResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.DataSourceRunTypetype()The type of this data source run.StringtypeAsString()The type of this data source run.InstantupdatedAt()The timestamp of when this data source run was updated.-
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 data source run was created.
- Returns:
- The timestamp of when the data source run was created.
-
dataSourceConfigurationSnapshot
public final String dataSourceConfigurationSnapshot()
The configuration snapshot of the data source run.
- Returns:
- The configuration snapshot of the data source run.
-
dataSourceId
public final String dataSourceId()
The ID of the data source for this data source run.
- Returns:
- The ID of the data source for this data source run.
-
domainId
public final String domainId()
The ID of the domain in which this data source run was performed.
- Returns:
- The ID of the domain in which this data source run was performed.
-
errorMessage
public final DataSourceErrorMessage errorMessage()
Specifies the error message that is returned if the operation cannot be successfully completed.
- Returns:
- Specifies the error message that is returned if the operation cannot be successfully completed.
-
id
public final String id()
The ID of the data source run.
- Returns:
- The ID of the data source run.
-
projectId
public final String projectId()
The ID of the project in which this data source run occured.
- Returns:
- The ID of the project in which this data source run occured.
-
runStatisticsForAssets
public final RunStatisticsForAssets runStatisticsForAssets()
The asset statistics from this data source run.
- Returns:
- The asset statistics from this data source run.
-
startedAt
public final Instant startedAt()
The timestamp of when this data source run started.
- Returns:
- The timestamp of when this data source run started.
-
status
public final DataSourceRunStatus status()
The status of this data source run.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnDataSourceRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of this data source run.
- See Also:
DataSourceRunStatus
-
statusAsString
public final String statusAsString()
The status of this data source run.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnDataSourceRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of this data source run.
- See Also:
DataSourceRunStatus
-
stoppedAt
public final Instant stoppedAt()
The timestamp of when this data source run stopped.
- Returns:
- The timestamp of when this data source run stopped.
-
type
public final DataSourceRunType type()
The type of this data source run.
If the service returns an enum value that is not available in the current SDK version,
typewill returnDataSourceRunType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of this data source run.
- See Also:
DataSourceRunType
-
typeAsString
public final String typeAsString()
The type of this data source run.
If the service returns an enum value that is not available in the current SDK version,
typewill returnDataSourceRunType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of this data source run.
- See Also:
DataSourceRunType
-
updatedAt
public final Instant updatedAt()
The timestamp of when this data source run was updated.
- Returns:
- The timestamp of when this data source run was updated.
-
toBuilder
public GetDataSourceRunResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetDataSourceRunResponse.Builder,GetDataSourceRunResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetDataSourceRunResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetDataSourceRunResponse.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
-
-